-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (194 loc) · 9.31 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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<title>Maison</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="grid-parent">
<nav class="main-nav">
<div class="menu-wrapper">
<div class="hamburger-menu"></div>
</div>
<a class="logo" href="/">
<span class="text-logo">maison</span>
<img alt="logo" class="img-logo" src="img/logo.svg">
</a>
<ul class="menu">
<li><a href="#" class="menu-item">home</a></li>
<li><a href="#" class="menu-item">shop</a></li>
<li><a href="#" class="menu-item">journal</a></li>
<li><a href="#" class="menu-item">elements</a></li>
<li><a href="#" class="menu-item">pages</a></li>
</ul>
<a class="shopping-cart icon ion-bag" href="/cart">
<span class="items-counter">2</span>
</a>
</nav>
<header class="main-header">
<ul class="carousel">
<li class="slide one display"></li>
<li class="slide two"></li>
<li class="slide three"></li>
</ul>
<div class="header-title">
<h1>Sky Planet</h1>
<a class=""href="#">Shop now</a>
</div>
<div class="slider-counter">
<ul class="circle-counter">
<li class="circle visible"></li>
<li class="circle"></li>
<li class="circle"></li>
</ul>
<div class="text-counter">
<span class="number">1</span>
of 3.
</div>
</div>
</header>
<aside class="sidebar">
<div class="categories">
<h2 class="title">Categories<span class="triangle"></span></h2>
<ul class="categories-list">
<li class="categories-list-item categories-list-title">categories by</li>
<li><a class="categories-list-item">living</a></li>
<li><a class="categories-list-item">furniture</a></li>
<li><a class="categories-list-item">lightning</a></li>
<li><a class="categories-list-item">dining</a></li>
<li><a class="categories-list-item">accessories</a></li>
<li><a class="categories-list-item">technics</a></li>
</ul>
</div>
<div class="filter">
<h2 class="title"><span class="flashlight-icon"></span> Filter<span class="triangle"></span></h2>
<div class="filter-list">
<h3 class="filter-list-title">Filter by </h3>
<form>
<fieldset class="filter-price">
<legend>Price</legend>
<label for="range"></label>
<input id="range-one" type="range" name="range" min="0" max="100" step="1" value="10"/>
<input id="range-two" type="range" name="range" min="0" max="100"step="1" value="50"/>
<label for="nim"></label>
<input class="range-value-nim" id="min" type="number" name="min" value="10"/>
<label for="max"></label>
<input class="range-value-max" id="max" type="number" name="max" value="50"/>
<form>
<input class="btn-filter" type="button" value="filter">
</form>
</fieldset>
<fieldset class="filter-color">
<legend>Color</legend>
<input id="checkbox-grey" class="color-checkbox grey" type="checkbox"/>
<label class="checkbox" for="checkbox-grey"></label>
<input id="checkbox-white" class="color-checkbox white" type="checkbox"/>
<label class="checkbox" for="checkbox-white"></label>
<input id="checkbox-red" class="color-checkbox red" type="checkbox"/>
<label class="checkbox" for="checkbox-red"></label>
<input id="checkbox-blue" class="color-checkbox blue" type="checkbox"/>
<label class="checkbox" for="checkbox-blue"></label>
<input id="checkbox-yellow" class="color-checkbox yellow" type="checkbox"/>
<label class="checkbox" for="checkbox-yellow"></label>
<input id="checkbox-green" class="color-checkbox green" type="checkbox"/>
<label class="checkbox" for="checkbox-green"></label>
</fieldset>
</form>
<h3 class="filter-size-title">Size</h3>
<ul class="filter-size">
<li><a href="">small<sup>07</sup></a></li>
<li><a href="">medium<sup>12</sup></a></li>
<li><a href="">large<sup>17</sup></a></li>
</ul>
<div class="found-products">
<span class="product-count">16 Produsts</span> Found
</div>
</div>
</div>
</aside>
<section class="products">
<div id="1" class="product-thumbnail">
<div class="product-img">
<svg class="product-img-fav" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
</div>
<div class="product-name">Bottle Humidifier</div>
<div class="product-price">$68.99</div>
</div>
<div id="1" class="product-thumbnail">
<div class="product-img">
<svg class="product-img-fav" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
</div>
<div class="product-name">Bottle Humidifier</div>
<div class="product-price">$68.99</div>
</div>
<div id="1" class="product-thumbnail">
<div class="product-img">
<svg class="product-img-fav" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
</div>
<div class="product-name">Bottle Humidifier</div>
<div class="product-price">$68.99</div>
</div>
<div id="1" class="product-thumbnail">
<div class="product-img">
<svg class="product-img-fav" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
</div>
<div class="product-name">Bottle Humidifier</div>
<div class="product-price">$68.99</div>
</div>
<div id="1" class="product-thumbnail">
<div class="product-img">
<svg class="product-img-fav" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
</div>
<div class="product-name">Bottle Humidifier</div>
<div class="product-price">$68.99</div>
</div>
<div id="show-more" class="show-more">
<a href="">Show more </a>
</div>
</section>
<!-- <div class="discount"></div> -->
<footer class="main-footer">
<form class="newsletter">
<label class="newsletter-title" for="email">Subscribe to our newsletter</label>
<input class="email" type="email" placeholder="Enter your email..."/>
<input class="btn-subscribe" type="submit" value="Subscribe"/>
</form>
<ul class="footer-menu">
<li class="footer-menu-item"><a href="">Shop</a></li>
<li class="footer-menu-item"><a href="">Journal</a></li>
<li class="footer-menu-item"><a href="">About Us</a></li>
<li class="footer-menu-item"><a href="">Contact</a></li>
</ul>
</footer>
<div class="social-media">
<div class="copyright">© 2018 Maison</div>
<ul class="social-media-icons">
<li>
<a href="#" class="icon">
<img src="img/_svg_logo-facebook.svg"></img>
</a>
</li>
<li>
<a href="#" class="icon">
<img src="img/_svg_logo-pinterest.svg"></img>
</a>
</li>
<li>
<a href="#" class="icon">
<img src="img/_svg_logo-twitter.svg"></img>
</a>
</li>
<li>
<a href="#" class="icon">
<img src="img/_svg_logo-youtube.svg"></img>
</a>
</li>
</ul>
</div>
</div>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>