This repository was archived by the owner on Nov 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (85 loc) · 3.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Coverteur</title>
<meta name="description" content="The Coverteur picks for Him and Her" />
<meta name="keywords" content="bloggers, fashion, products, photography, Canada" />
<link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/anythingslider.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.anythingslider.min.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<ul id="slider">
<li class="panel1">
<header class="intro_container">
<div class="intro">
<p>Canadian-based, internationnaly renowned fashion</p>
<p>bloggers ‘The Coveteur’ curated their top picks </p>
<p>from our Fall Collection for Him and Her…think </p>
<p>innovative styling and unique photography.</p>
</div>
<div class="picks">
<h1>
<a href="#2">
<span>SHOP THE COVETEUR'S PICKS</span><img src="images/arrow.gif" alt="arrow" />
</a>
</h1>
</div>
</header>
</li>
<li class="panel2">
<nav>
<div class="hoverarea" id="product1">
<article>
<hr />
<p>Red and gold belt<br />$24.00</p>
<a href="http://www.rw-co.com/" target="_blank">SHOP NOW<img src="images/black_arrow.gif" /></a>
</article>
</div>
<div class="hoverarea" id="product2">
<article>
<hr />
<p>Stackable sparkly rings<br />$10.00</p>
<a href="http://www.rw-co.com/" target="_blank">SHOP NOW<img src="images/black_arrow.gif" /></a>
</article>
</div>
<div class="hoverarea" id="product3">
<article>
<hr />
<p>Rhinestone rings<br />$12.00</p>
<a href="http://www.rw-co.com/" target="_blank">SHOP NOW<img src="images/black_arrow.gif" /></a>
</article>
</div>
<div class="hoverarea" id="product4">
<article>
<hr />
<p>Leafy gold hoops<br />$10.00</p>
<a href="http://www.rw-co.com/" target="_blank">SHOP NOW<img src="images/black_arrow.gif" /></a>
</article>
</div>
<div class="hoverarea" id="product5">
<article>
<hr />
<p>Feather drop earrings<br />$10.00</p>
<a href="http://www.rw-co.com/" target="_blank">SHOP NOW<img src="images/black_arrow.gif" /></a>
</article>
</div>
</nav>
<aside class="teaser">Pretty little treasures waiting to make us sparkle and shine.</aside>
</li>
</ul>
<aside class="share_bar">
<p><span class="plus">+</span> Share</p>
</aside>
</div>
</body>
</html>