-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.index.html
293 lines (269 loc) · 8.98 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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!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">
<title>狼ヴァニラ</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<nav id=nav>
<div class="navTop">
<div class="navItem">
<img src="./img/sneakers.png" alt="" srcset="">
</div>
<div class="navItem">
<div class="search">
<input type="text" placeholder="Search..." class="searchInput">
<img srcset="./img/search.png" src="" alt="">
</div>
</div>
<div class="navItem">
<span class="limitedOffer">Limited Offer!!!</span>
</div>
</div>
</nav>
<div class="navBottom">
<h3 class="menuItem">AIR FORCE</h3>
<h3 class="menuItem">JORDAN</h3>
<h3 class="menuItem">BLAZER</h3>
<h3 class="menuItem">CRATER</h3>
<h3 class="menuItem">HIPPIE</h3>
</div>
<div class="slider">
<div class="sliderWrapper">
<div class="sliderItem">
<img srcset="./img/air.png" src="" alt="sliderImg">
<div class="sliderBg">
<h1 class="sliderTitle">
AIR FORCE <br>NEW <br> SEASON
</h1>
<h2 class="sliderPrice">
<a href="#product">
<button class="buyButton">
BUY NOW!!
</button>
</a>
</h2>
</div>
</div>
<div class="sliderItem">
<img srcset="./img/jordan.png" src="" alt="sliderImg">
<div class="sliderBg">
<h1 class="sliderTitle">
JORDAN <br>NEW <br> SEASON
</h1>
<h2 class="sliderPrice">
<a href="#product">
<button class="buyButton">
BUY NOW!!
</button>
</a>
</h2>
</div>
</div>
<div class="sliderItem">
<img srcset="./img/blazer.png" src="" alt="sliderImg">
<div class="sliderBg">
<h1 class="sliderTitle">
BLAZER <br>NEW <br> SEASON
</h1>
<h2 class="sliderPrice">
<a href="#product">
<button class="buyButton">
BUY NOW!!
</button>
</a>
</h2>
</div>
</div>
<div class="sliderItem">
<img srcset="./img/crater.png" src="" alt="sliderImg">
<div class="sliderBg">
<h1 class="sliderTitle">
CRATER <br>NEW <br> SEASON
</h1>
<h2 class="sliderPrice">
<a href="#product">
<button class="buyButton">
BUY NOW!!
</button>
</a>
</h2>
</div>
</div>
<div class="sliderItem">
<img srcset="./img/hippie.png" src="" alt="sliderImg">
<div class="sliderBg">
<h1 class="sliderTitle">
HIPPIE <br>NEW <br> SEASON
</h1>
<h2 class="sliderPrice">
<a href="#product">
<button class="buyButton">
BUY NOW!!
</button>
</a>
</h2>
</div>
</div>
</div>q
</div>
<div class="features">
<div class="feature">
<img class="featureIcon" src="./img/shipping.png" alt="">
<span class="featureTitle">FREE SHIPPING</span>
<span class="featureDesc">Free worldwide shipping on all orders</span>
</div>
<div class="feature">
<img class="featureIcon" src="./img/return.png" alt="">
<span class="featureTitle">30 DAYS RETURN</span>
<span class="featureDesc">No question return and easy refound in 14 days</span>
</div>
<div class="feature">
<img class="featureIcon" src="./img/gift.png" alt="">
<span class="featureTitle">GIFT CARD</span>
<span class="featureDesc">Buy gift card and use cupon codes easily</span>
</div>
<div class="feature">
<img class="featureIcon" src="./img/contact.png" alt="">
<span class="featureTitle">CONTACT US</span>
<span class="featureDesc">Keep in touch via e-mail and support system</span>
</div>
</div>
<div class="product" id="product">
<img class="productImg" src="./img/air.png" alt="">
<div class="productDetails">
<h1 class="productTitle">AIR FORCE</h1>
<h2 class="productPrice">$199</h2>
<p class="productDes">...</p>
<div class="colors">
<div class="color"></div>
<div class="color"></div>
</div>
<div class="sizes">
<div class="size">42</div>
<div class="size">43</div>
<div class="size">44</div>
</div>
<button class="productButton">BUY NOW!!</button>
</div>
<div class="payment">
<h1 class="payTitle">Personal Information</h1>
<label>Name and Surname</label>
<input type="text" placeholder="John Doe" class="payInput">
<h1 class="payTitle">Card Information</h1>
<div class="cardIcons">
<img class="cardIcon" src="./img/visa.png" alt="">
<img class="cardIcon" src="./img/master.png" alt="">
</div>
<input type="password" name="" id="" placeholder="Card Number" class="payInput">
<div class="cardInfo">
<input class="payInput sm" type="input" placeholder="mm">
<input class="payInput sm" type="input" placeholder="yyyy">
<input class="payInput sm" type="input" placeholder="cvv">
</div>
<button class="payButton">Checkout!!</button>
<span class="close">X</span>
</div>
</div>
<div class="gallery">
<div class="galleryItem">
<h1 class="galleryTitle">
Be Yourself!!!
</h1>
</div>
</div>
<div class="galleryItem">
<img class="galleryImg" src="https://images.pexels.com/photos/1040427/pexels-photo-1040427.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt="">
<h1 class="galleryTitle">
This is the First Day of your neew life.
</h1>
</div>
<div class="galleryItem">
<h1 class="galleryTitle">
Just do It!!!
</h1>
<img class="galleryImg" src="https://images.pexels.com/photos/7856965/pexels-photo-7856965.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt="">
</div>
</div>
<div class="newSeason">
<div class="nsItem">
<img src="https://images.pexels.com/photos/4753986/pexels-photo-4753986.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt="" class="nsImg">
</div>
<div class="nsItem">
<h3 class="nsTitleSm">WINTER NEW ARRIVALS</h3>
<h1 class="nsTitle">New Season</h1>
<h1 class="nsTitle">New Collection</h1>
<a href="#nav">
<button class="nsButton">CHOOSE YOUR STYLE</button>
</a>
</div>
<div class="nsItem">
<img src="https://images.pexels.com/photos/7856965/pexels-photo-7856965.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt="" class="nsImg">
</div>
</div>
<footer>
<div class="footerLeft">
<div class="footerMenu">
<h1 class="fMenuTitle">About Us</h1>
<ul class="fList">
<li class="fListItem">Company</li>
<li class="fListItem">Contact</li>
<li class="fListItem">Carrers</li>
<li class="fListItem">Affiliates</li>
<li class="fListItem">Store</li>
</ul>
</div>
<div class="footerMenu">
<h1 class="fMenuTitle">Useful Links</h1>
<ul class="fList">
<li class="fListItem">Support</li>
<li class="fListItem">Refound</li>
<li class="fListItem">FAQ</li>
<li class="fListItem">Feedback</li>
<li class="fListItem">Stories</li>
</ul>
</div>
<div class="footerMenu">
<h1 class="fMenuTitle">Products</h1>
<ul class="fList">
<li class="fListItem">Air Force</li>
<li class="fListItem">Jordad</li>
<li class="fListItem">Blazer</li>
<li class="fListItem">Crater</li>
<li class="fListItem">Hippie</li>
</ul>
</div>
</div>
<div class="footerRight">
<div class="footerRightMenu">
<h1 class="fMenuTitle">Suscribe to our newsletter</h1>
<div class="fMail">
<input type="text" placeholder="Join!!!" class="fInput">
<button class="fButton">Join!!!</button>
</div>
</div>
<div class="footerRightMenu">
<h1 class="fMenuTitle">
Follow Us!!!
</h1>
<div class="fIcons">
<img src="./img/facebook.png" class="fIcon">
<img src="./img/twitter.png" class="fIcon">
<img src="./img/instagram.png" class="fIcon">
<img src="./img/whatsapp.png" class="fIcon">
</div>
</div>
<div class="footerRightMenu">
<span class="copyright">@MARS Programming 2022</span>
</div>
</div>
</footer>
<script src="./js/app.js"></script>
</body>
</html>