-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (227 loc) · 11.4 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- BOX ICONS -->
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<!-- Favicon -->
<link rel="icon" href="assets/img/new1.png" type="image/gif" sizes="16x16">
<title>TRIPLEMSHOES</title>
</head>
<body>
<!-- HEADER -->
<header class="l-header" id="header">
<nav class="nav bd-grid">
<div class="nav__toggle" id="nav-toggle">
<i class="bx bxs-grid"></i>
</div>
<a href="./index.html" class="nav__logo">TRIPLEM</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#featured" class="nav__link">Featured</a></li>
<li class="nav__item"><a href="#women" class="nav__link">Women</a></li>
<li class="nav__item"><a href="#new" class="nav__link">New</a></li>
<li class="nav__item"><a href="./shop.html" class="nav__link">Shop</a></li>
</ul>
</div>
<div class="nav__shop">
<i class="bx bx-shopping-bag"></i>
</div>
</nav>
</header>
<!-- MAIN -->
<main class="l-main">
<!-- Home -->
<section class="home" id="home">
<div class="home__container bd-grid">
<div class="home__sneaker">
<div class="home__shape"></div>
<img src="assets/img/imghome.png" alt="" class="home__img">
</div>
<div class="home__data">
<span class="home__new">New in</span>
<h1 class="home__title">TRIPLEM - SHOES <br> SPLY - 350</h1>
<p class="home__description">Explore the new collections of sneakers</p>
<a href="#" class="button">Explore now</a>
</div>
</div>
</section>
<!-- Featured -->
<section class="featured section" id="featured">
<h2 class="section-title">FEATURED</h2>
<div class="featured__container bd-grid">
<article class="sneaker">
<div class="sneaker__sale">Sale</div>
<img src="assets/img/featured1.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Jordon</span>
<span class="sneaker__preci">$149.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
<article class="sneaker">
<div class="sneaker__sale">Sale</div>
<img src="assets/img/featured2.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Free RN</span>
<span class="sneaker__preci">$149.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
<article class="sneaker">
<div class="sneaker__sale">Sale</div>
<img src="assets/img/featured3.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Free RN</span>
<span class="sneaker__preci">$149.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
</div>
</section>
<!-- Collection -->
<section class="collection section">
<div class="collection__container bd-grid">
<div class="collection__card">
<div class="collection__data">
<h3 class="collection__name">Nike</h3>
<p class="collection__description">New collection 2021</p>
<a href="#" class="button-light">But now <i class="bx bx-right-arrow-alt button-icon"></i></a>
</div>
<img src="assets/img/collection1.png" alt="" class="collection__img">
</div>
<div class="collection__card">
<div class="collection__data">
<h3 class="collection__name">Addidas</h3>
<p class="collection__description">New collection 2021</p>
<a href="#" class="button-light">But now <i class="bx bx-right-arrow-alt button-icon"></i></a>
</div>
<img src="assets/img/collection2.png" alt="" class="collection__img">
</div>
</div>
</section>
<!-- Women Sneakers -->
<section class="women section" id="women">
<h2 class="section-title">WOMEN SNEAKERS</h2>
<div class="women__container bd-grid">
<article class="sneaker">
<img src="assets/img/women1.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Free TR</span>
<span class="sneaker__preci">$129.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
<article class="sneaker">
<img src="assets/img/women2.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Free TR</span>
<span class="sneaker__preci">$129.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
<article class="sneaker">
<img src="assets/img/women3.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike GS Pink</span>
<span class="sneaker__preci">$129.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
<article class="sneaker">
<img src="assets/img/women4.png" alt="" class="sneaker__img">
<span class="sneaker__name">Nike Get 5</span>
<span class="sneaker__preci">$129.99</span>
<a href="" class="button-light">Add to Cart <i class="bx bx-right-arrow-alt button-icon"></i> </a>
</article>
</div>
</section>
<!-- Offer -->
<section class="offer section">
<div class="offer__container bd-grid">
<div class="offer__data">
<h3 class="offer__title">50% OFF</h3>
<p class="offer__description">In Adidas Superstar sneaker</p>
<a href="#" class="button">Shop now</a>
</div>
<img src="assets/img/offert.png" alt="" class="offer__img">
</div>
</section>
<!-- New Collection -->
<section class="new section" id="new">
<h2 class="section-title">NEW COLLECTION</h2>
<div class="new__container bd-grid">
<div class="new__mens">
<img src="assets/img/new1.png" alt="" class="new__mens-img">
<h3 class="new__title">Mens Shoes</h3>
<span class="new__preci">From $79.99</span>
<a href="./shop.html" class="button-light">View Collection <i class="bx bx-right-arrow-alt button-icon"></i></a>
</div>
<div class="new__sneaker">
<div class="new__sneaker-card">
<img src="assets/img/new2.png" alt="" class="new__sneaker-img">
<div class="new__sneaker-overlay">
</div>
</div>
<div class="new__sneaker-card">
<img src="assets/img/new3.png" alt="" class="new__sneaker-img">
<div class="new__sneaker-overlay">
</div>
</div>
<div class="new__sneaker-card">
<img src="assets/img/new4.png" alt="" class="new__sneaker-img">
<div class="new__sneaker-overlay">
</div>
</div>
<div class="new__sneaker-card">
<img src="assets/img/new5.png" alt="" class="new__sneaker-img">
<div class="new__sneaker-overlay">
</div>
</div>
</div>
</div>
</section>
<!-- News Letter -->
<section class="newsletter section">
<div class="newsletter__container bd-grid">
<div>
<h3 class="newsletter__title">Subscribe And Get <br> 10% OFF</h3>
<p class="newsletter__description">Get 10% discount for all products</p>
</div>
<form action="" class="newsletter__subscribe">
<input type="text" placeholder="@email.com" class="newsletter__input">
<a href="#" class="button">Subscribe</a>
</form>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer section">
<div class="footer__container bd-grid">
<div class="footer__box">
<h3 class="footer__title">TRIPLEM</h3>
<p class="footer_description">New collection of shoes 2021.</p>
</div>
<div class="footer__box">
<h3 class="footer__title">EXPLORE</h3>
<ul>
<li><a href="#home" class="footer__link">Home</a></li>
<li><a href="#featured" class="footer__link">Featured</a></li>
<li><a href="#women" class="footer__link"></a>Women</li>
<li><a href="#new" class="footer__link"></a>New</li>
</ul>
</div>
<div class="footer__box">
<h3 class="footer__title">SUPPORT</h3>
<ul>
<li><a href="#home" class="footer__link">Product Help</a></li>
<li><a href="#featured" class="footer__link">Customer Care</a></li>
<li><a href="#women" class="footer__link"></a>Authorized service</li>
</ul>
</div>
<div class="footer__box">
<a href="#" class="footer__social"><i class="bx bxl-facebook"></i></a>
<a href="#" class="footer__social"><i class="bx bxl-instagram"></i></a>
<a href="#" class="footer__social"><i class="bx bxl-twitter"></i></a>
<a href="#" class="footer__social"><i class="bx bxl-google"></i></a>
</div>
</div>
<p class="footer__copy">© 2021 Muhammad Essa. All right reserved</p>
</footer>
<!-- MAIN JS -->
<script src="assets/js/main.js"></script>
</body>
</html>