-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (93 loc) · 6.08 KB
/
index.html
File metadata and controls
103 lines (93 loc) · 6.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vintage Collection</title>
<link rel="stylesheet" href="style.css">
<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=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="logo"><a href=" ">Vintage Collectibles</a></div>
<nav class="navbar">
<a href="#ppp" id="home">Home</a>
<a href="#evol">Gallery</a>
<a href="#about">About</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<div class="video-background">
<video autoplay muted loop id="background-video">
<source src="./all_videos/carmain.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<section class="hero">
<h1>Timeless Treasures</h1>
<p>Explore timeless treasures from the past.</p>
</section>
<section class="products" id="ppp">
<div class="piro">
<div class="textbox"><div class="pro" id="profe"><a href="fashion.html">Explore Vintage Fashion</div></a>
<div class="par"><p>Vintage fashion refers to clothing, accessories, and styles that were popular in past decades, typically from the 1920s to the late 20th century. It emphasizes classic designs, high-quality craftsmanship, and timeless appeal, often reflecting the cultural and social trends of the era.People embrace vintage fashion for its uniqueness, sustainability, and nostalgic charm. It allows individuals to express their personality through distinctive pieces that are often rare or handcrafted. Key elements include vintage dresses, tailored suits, retro prints, and antique jewelry.
By incorporating vintage fashion, wearers celebrate history while promoting eco-friendly choices, as it encourages reusing and repurposing garments. This trend has grown in popularity due to its enduring elegance and its ability to blend the old with the new.</p></div></div>
<div class="im"><img src="all_images/fashion.jpeg"></div>
</div>
<div class="piro">
<div class="im" id="imag"><img src="all_images/jaguar_open.png"></div>
<div class="textbox">
<div class="pro" id="prof"><a href="sample.html"> Explore Vintage Cars</a> </div>
<div class="par" id="para"><p>Vintage cars are classic automobiles that were manufactured between 1919 and 1930, though definitions may vary slightly. These vehicles are celebrated for their timeless design, craftsmanship, and historical significance. They represent an era when car manufacturing shifted from handcrafted processes to early assembly-line production, resulting in both artistic and engineering innovation.
Notable examples include the Ford Model T, Rolls-Royce Phantom, and the Bugatti Type 35. Vintage cars often feature unique styling, luxurious interiors, and intricate mechanical systems that appeal to collectors and enthusiasts.
Owning a vintage car is seen as a symbol of prestige and a passion for history.</p></div></div>
</div>
<div class="piro">
<div class="textbox"><div class="pro" id="profes"> <a href="ornaments.html"> Explore Vintage Ornaments </div></a>
<div class="par"><p>Vintage fashion refers to clothing, accessories, and styles that were popular in past decades, typically from the 1920s to the late 20th century. It emphasizes classic designs, high-quality craftsmanship, and timeless appeal, often reflecting the cultural and social trends of the era.People embrace vintage fashion for its uniqueness, sustainability, and nostalgic charm. It allows individuals to express their personality through distinctive pieces that are often rare or handcrafted. Key elements include vintage dresses, tailored suits, retro prints, and antique jewelry.
By incorporating vintage fashion, wearers celebrate history while promoting eco-friendly choices, as it encourages reusing and repurposing garments. This trend has grown in popularity due to its enduring elegance and its ability to blend the old with the new.</p></div></div>
<div class="im"><img src="all_images/ornam.jpg"></div>
</section>
<section class="evolu" id="evol">
<div class="fasevo">
<div class="fasevovid">
<a href="fashion.html"><video src="all_videos/fashion_evolution.mp4" autoplay muted loop></video></a>
</div>
<div class="fasevotxt">
<h3>Retro Fashion ></h3>
<p>Elevate your style with retro fashion.</p>
</div>
</div>
<div class="fasevo">
<div class="fasevovid">
<a href="sample.html"><video src="all_videos/car_evolution.mp4" autoplay muted loop></video></a>
</div>
<div class="fasevotxt">
<h3>Classic Vintage Car Model ></h3>
<p>A Timeless classic for car enthusiasts.</p>
</div>
</div>
<div class="fasevo">
<div class="fasevovid">
<a href="ornaments.html"><video src="all_videos/ornamenet-evolution.mp4" autoplay muted loop></video></a>
</div>
<div class="fasevotxt">
<h3>Art Deco inspired Ornaments ></h3>
<p>A stunning piece of art deco elegance.</p>
</div>
</div>
</section>
<section id="about" class="about">
<h2>About Us</h2>
<p>
At Vintage Collection, we bring you carefully curated items from the golden eras.
Whether it's antique furniture, classic cars, or timeless fashion, we are passionate about preserving the charm of yesteryears.
</p>
</section>
<footer class="footer">
<p>© 2024 Vintage Collection. All rights reserved.</p>
</footer>
</body>
</html>