-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (160 loc) · 5.45 KB
/
Copy pathindex.html
File metadata and controls
161 lines (160 loc) · 5.45 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fabrique</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Gudea|Raleway:100" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:100" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="container">
<div class="heading">
<div class="heading_left">
<div class="upper_menu">
<div class="logo">
<div class="logo_one">Fabrique</div>
<div class="logo_two">fine furnishings</div>
</div>
<ul class="infolog">
<li><a href="#" title="Log In ">Log In </a></li>
<li><a href="#" title="Register">Register</a></li>
<li><a href="#" title="Wishlist">Wishlist</a></li>
<li><a href="#" title="FAQ">FAQ</a></li>
</ul>
<ul class="currency">
<li>Currency: </li>
<li><a href="#" class="active">£</a></li>
<li><a href="#" >$</a></li>
<li><a href="#" >€</a></li>
</ul>
</div>
<nav>
<ul class="menu">
<li><a href="#" class="active" title="home">home</a></li>
<li><a href="#" title="new in">new in</a>
<ul class="submenu">
<li><a href="#"></a>......</li>
<li>......<a href="#"></a></li>
<li>......<a href="#"></a></li>
</ul>
</li>
<li><a href="#" title="sale">sale</a></li>
<li><a href="#" title="flooring">flooring</a></li>
<li><a href="#" title="curtains">curtains</a></li>
<li><a href="#" title="bedding">bedding</a></li>
<li><a href="#" title="contact us">contact us</a></li>
</ul>
</nav>
</div>
<div class="heading_right">
<a href="#">welcome yourname<br>
8 <span>items</span></a>
<div class="search">
<form>
<input type="text" placeholder="Search..">
<button type="submit"></button>
</form>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="container">
<div class="products">
<div class="home_menu">
<a href="#">Home</a>
<a href="#">Basket</a>
</div>
<div class="claire">
<div class="caption">
<pre><h3>your basket</h3></pre>
</div>
<div class="sheets">
<img src="img/main_product.png">
<div class="claire_text">
<p>Wrap yourself in the true epitome of luxurious 100% cotton towels and linen by the respected UK designer Claire Aitch.</p>
<p>A set of 6 bath sheets each weighing 250gm and measuring 100cm x 160cm available in white only. Super high quality, incredibly soft and dense.</p>
<a href="#">More details</a>
<form>
<select name="quantity">
<option value="Quantity">Quantity: 1</option>
<option value="Quantity">Quantity: 2</option>
<option value="Quantity">Quantity: 3</option>
<option value="Quantity">Quantity: 4</option>
</select>
<span> Total: <font>£29.99</font></span>
<button>Add To Basket</button>
<input type="button" value="Add To Wishlist">
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer">
<div class="map_site">
<h3>information</h3>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Delivery</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Terms and Conditions
</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
<div class="map_site">
<h3>your account</h3>
<ul>
<li><a href="#">Log In</a></li>
<li><a href="#">Create an Account</a></li>
<li><a href="#">Order History</a></li>
<li><a href="#">Wish List</a></li>
<li><a href="#">Cancel Account</a></li>
<li><a href="#">Newsletter Subscriptions</a></li>
</ul>
</div>
<div class="map_site contacts">
<h3>contacts</h3>
<p class="adress">Fabrique Fine Furnishing
308-310 Somewhere Road, Devon, PL9 1DD.</p>
<p class="tel">Telephone: +44 01752 000000<br>
E-mail: <a href="#">mail@yoursite.com</a></p>
</div>
<div class="pay">
<div class="delivery">
<h2>free delivery!</h2>
<span>On all orders over £99.99</span>
<p>Valid on all of our stocked items.</p>
</div>
<div class="cards">
<div class="paypal"><img src="img/paypal.png"></div>
<div class="visa"><img src="img/visa.png"></div>
<div class="mastercard"><img src="img/mastercard.png"></div>
<div class="discover"><img src="img/discover.png"></div>
</div>
</div>
</div>
<div class="footer_bottom">
<div class="rights">
<h3>fabrique</h3>
<h4>fine furnishings</h4>
<span>© 2012 All Rights Reserved</span>
</div>
<div class="social">
<a href="#"> <img src="img/facebook.png"></a>
<a href="#"> <img src="img/twitter.png"></a>
</div>
</div>
</div>
</footer>
</body>
</html>