-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
311 lines (286 loc) · 13.8 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!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>Document</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://kit.fontawesome.com/15b7f1dc52.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Navbar Section -->
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="container-fluid">
<a class="navbar-brand" style="font-size:30px; font-weight:bold; margin-left: 20px;color: #3a2715;" href="#home">Vintage Collection</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse p-2 " id="navbarNav" style="margin-right: 20px;">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" id="archive" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#content">Content</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about_us">About us</a>
</li>
</ul>
<button class="btn_contact">Contact Us</button>
</div>
</div>
</nav>
<!-- Navbar Section end -->
<!-- carousel Section -->
<section id="#home">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner ">
<div class="carousel-item active ">
<img src="./img/pexels-burst-374679 (1).jpg" class="d-block " alt="...">
<div class="carousel-caption cc d-md-block text-light">
<h3>Vintage" is a colloquialism commonly old styles of clothing.</h3>
<p class="pp">Vintage" is a colloquialism commonly used to refer to all old styles of clothing. A generally accepted industry standard is that items made between 25 years ago and 100 years ago are considered "vintage" if they clearly reflect
the styles and trends of the era they represent.</p>
<a href="#" class="btn btn-info bgg px-4 py-3">Details</a>
</div>
</div>
<div class="carousel-item">
<img src="./img/pexels-mart-production-7679788.jpg" class="d-block " alt="...">
<div class="carousel-caption cc-g d-md-block text-light">
<h3>"Vintage"</h3>
<p class="pp">A generally accepted industry standard is that items made between 25 years ago and 100 years ago are considered</p>
</div>
</div>
<div class="carousel-item">
<img src="./img/pexels-william-mattey-3768005.jpg" class="d-block " alt="...">
<div class="carousel-caption cc-g d-md-block text-light">
<h3>"vintage" if they clearly reflect the styles.</h3>
<p class="pp">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quod soluta error ab consequuntur? Ducimus, tenetur?</p>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<!-- carousel Section end-->
<!-- product Section -->
<div class="products p-2 p-lg-4 mt-3" id="products">
<section class="features" id="features">
<h1 class="text-center ">OUR PRODUCTS</h1>
<div class="feature_section">
<div class="feature_box">
<img src="img/Jeans.jpg" alt="" />
<div class="textbox">
<h3>Jeans</h3>
</div>
</div>
<div class="feature_box">
<img src="img/graphic tees.jpg" alt="" />
<div class="text box">
<h3>Graphic Tees</h3>
</div>
</div>
<div class="feature box">
<img src="img/retro dress.jpg" alt="" />
<div class="text box">
<h3>Retro Dresses</h3>
</div>
</div>
<div class="feature_box">
<img src="img/retro jaket.jpg" alt="" />
<div class="text box">
<h3>Retro Jackets</h3>
</div>
</div>
<div class="feature_box">
<img src="img/Sweater.jpg" alt="" />
<div class="text box">
<h3>Sweaters</h3>
</div>
</div>
<div class="feature_box">
<img src="img/vest.jpg" alt="" />
<div class="text box">
<h3>Vests</h3>
</div>
</div>
<div class="feature_box">
<img src="img/vintage flannels.jpg" alt="" />
<div class="text box">
<h3>Flannels</h3>
</div>
</div>
<div class="feature_box">
<img src="img/pants.jpg" alt="" />
<div class="text box">
<h3>Pants</h3>
</div>
</div>
</div>
</section>
</div>
<!-- product Section end-->
<!-- content Section -->
<div class="contact_con" id="content">
<h2 class="history_h2">Vintage History</h2>
<div class="about_con">
<div class="history_about_con">
<img src="https://d2ekmjj2tvatj9.cloudfront.net/wp-content/uploads/2018/08/570px-The_Ladybirds_bes%C3%B8ker_Bergen_The_Ladybirds_visits_Bergen_1968.jpg" data-aos="fade-right" data-aos-duration="1000" alt="">
</div>
<div class="sec_about_con">
<p data-aos="fade-left" data-aos-duration="2000">The term "vintage" is used to describe clothing between 20 and 100 years old that is also clearly representative of the era in which it was produced. It could be said that to be called vintage the piece should strongly reflect styles and
trends associated with that era. Vintage clothing can be haute couture or quality mainstream fashion labels; it can be used, new (from deadstock), manufactured, or handmade. It is important to understand that the definition of vintage
is fluid, so every decade brings forth new items that fit into this category. It is also important to understand that all vintage will eventually become antique — clothing 100 years old or more is classified as antique.</p>
<button id="more_bu">View More</button>
</div>
</div>
<!-- VINTAGE CLOTHING SECTION -->
<h2 class="clothing_h2">Vintage Clothing</h2>
<div class="clothing_about_con">
<div class="sec_history_about_con">
<img src="https://www.nokillmag.com/wp-content/uploads/2021/01/dior-PM.jpg" data-aos="fade-left" data-aos-duration="1000" alt="">
</div>
<div class="clothing_con">
<p data-aos="fade-right" data-aos-duration="2000">
“Vintage clothes” are generally an umbrella name for garments that came from the previous era. Clothing, for example, that were produced prior to the 1920s were usually considered antique clothes because they are too old to be worn by someone. However,
clothes that were manufactured from the 1920s up to 1998 are considered vintage. They are also referred to as “retro.” Hence, if you are buying a dress whose style belongs to the said era, then you are really buying a retro dress.</p>
<button id="sec_more_bu">View More</button>
</div>
</div>
</div>
<!-- content Section end-->
<!-- service offer Sectoin -->
<div class="cards" id="services">
<h2 class="header">
Service We Offer
</h2>
<div class="services">
<div class="content content-1">
<div class="fab fa-500px"></div>
<h2 class="make">
Fast Delivery
</h2>
<p>
We offer fast delivery during 1-2 days!
</p>
<a href="#">Read More</a>
</div>
<div class="content content-2">
<div class="fab fa-phoenix-framework make"></div>
<h2>
100 % Quality
</h2>
<p>
We only sale branded and 100 % quality!
</p>
<a href="#">Read More</a>
</div>
<div class="content content-3">
<div class="fab fa-affiliatetheme"></div>
<h2>
Customer 1st
</h2>
<p>
We treat our customers like a baby!
</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- service offer Sectoin end-->
<!-- footer section start -->
<div class="footer" id="about_us">
<div class="about">
<h1 id="footer-logo">Vintage World</h1>
<p>
Specialized Marketplace Web page for Vintage-Style Clothes and Appliances
</p>
<p>Created according to the 22/21/1 project of AIMT Dev-Team</p>
<p id="contact">Contacts Us On</p>
<a href="https://www.facebook.com" class="fab fa-facebook"></a>
<a href="https://www.github.com" class="fab fa-github"></a>
<a href="" class="fas fa-phone"></a>
<a href="@gmail.com" class="fas fa-envelope"></a>
</div>
<div class="sections">
<div class="help">
<br /><br />
<h2>Help</h2>
<a href="">Report your Problem</a>
<a href="">I cannot make purchase</a>
<a href="">I got wrong item</a>
<a href="">Got Stolen</a>
<a href="">Other</a>
<br /><br />
<hr />
</div>
<div class="feedback">
<br /><br />
<h2>Feedbacks</h2>
<a href="">Reviews on Products</a>
<a href="">About Seller License</a>
<a href="">Products' Infos</a>
<a href="">Rate this Web</a>
<br /><br />
<hr />
</div>
<div class="payment">
<br /><br />
<h2>Payment Methods</h2>
<a href="">Set Credit or Debit card ID</a>
<a href="">Contacts directly to sellers</a>
<a href="">Set Country</a>
<a href="">Set Currency</a>
<br /><br />
<hr />
</div>
</div>
</div>
<!-- footer section end -->
<!-- toggle script -->
<script>
const bars = document.querySelector("#bars");
const navlinks = document.querySelector(".nav_links ");
bars.onclick = () => {
navlinks.classList.toggle("active");
bars.classList.toggle("fa-times");
};
window.onscroll = () => {
navlinks.classList.remove("active");
bars.classList.remove("fa-times");
};
</script>
<!-- toggle script end-->
<!-- AOS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- AOS end -->
<!-- bootstrap Js link -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>