-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (67 loc) · 3.04 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
<!doctype html>
<html lang="en">
<head>
<title>BrilliantRocks | Home Page 2</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="includes/css/style.css" />
</head>
<body>
<header>
<div class="wrapper shadow">
<div class="logo">
<a href="index.html" title="BrilliantRocks Jewelrey Company">
<img src="assets/logo.png" alt="BrilliantRocks Jewelrey Company" />
</a>
</div><!-- .logo -->
<div class="right-area">
<div class="phone-num">
<a href="tel:+18862600381" title="Call us">886 - 260 - 0381</a>
</div>
<div class="mail-us">
<a href="mailto:[email protected]" title="Email us">Send us a message</a>
</div>
<div class="social-icons">
<ul>
<li><a class="br-fb hide-text" href="#fb" title="Find us on Facebook">Facebook</a></li>
<li><a class="br-twitter hide-text" href="#twitter" title="Find us on Twitter">Twitter</a></li>
<li><a class="br-linkedin hide-text" href="#linkedIn" title="Find us on LinkedIn">LinkedIn</a></li>
<li><a class="br-gplus hide-text" href="#gplus" title="Find us on Google+">Google+</a></li>
</ul>
</div><!-- .social-icons -->
</div><!-- .right-area -->
</div><!-- .wrapper -->
</header>
<section class="main">
<div class="wrapper">
<h1>Welcome to our Rings Settings Gallery</h1>
<h2>Browse our rings gallery using our search tool to find the perfect ring for your diamonds</h2>
<div class="featured-carousel">
<ul>
<li>Select Shape</li>
<li>Select Type</li>
<li>Select Gold</li>
</ul>
</div><!-- .featured-carousel -->
</div><!-- .Wrapper -->
</section><!-- .main -->
<footer>
<div class="wrapper">
<a href="category.html" tabindex="1"><div class="search-button">
<span>Search</span>
</div></a>
<div class="partners-area clearfix">
<span class="br-truste"></span>
<span class="br-ivouch"></span>
<span class="br-jvc"></span>
<span class="br-topblood"></span>
<span class="br-jewelers"></span>
<span class="br-fedex"></span>
<span class="br-paypal"></span>
</div><!-- .partnersArea -->
<div class="copyrights">
Copyright Brilliant Rocks 2014 © | All Rights Reserved
</div>
</div>
</footer>
</body>
</html>