-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
81 lines (66 loc) · 3.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOW</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<video autoplay muted loop id="background-video">
<source src="home.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<header class="header">
<img src="logo.png" alt="Laxmi Elite Logo" class="logo">
<div class="menu">
<!-- Wheel Icon
<div class="option-icon" id="option-icon">
<div class="wheel"></div>
</div>-->
</div>
</header>
<!-- Full Page Menu -->
<div id="full-page-menu" class="full-page-menu">
<div class="close-button" id="close-button">×</div>
<div class="menu-options-container">
<div class="menu-option" data-link="AmgHome/amg.html">Mercedes AMG G63</div>
<div class="menu-option" data-link="LamboHome/lambo.html">Lamborghini Aventador</div>
<div class="menu-option" data-link="KoineHome/koine.html">Koenigsegg Jesko</div>
<div class="menu-option" data-link="BuggatiHome/buggati.html">Bugatti Turbillion</div>
<div class="menu-option" data-link="GtrHome/gtr.html">BMW M3 GTR</div>
<div class="menu-option" data-link="DodgeHome/dodge.html">DODGE CHALLENGER</div>
<div class="menu-option" data-link="PorscheHome/porsche.html">PORSCHE</div>
<div class="menu-option" data-link="contanct/contact.html" id="f">CONTACT US</div>
</div>
</div>
<section id="home" class="hero">
<div class="hero-content" id="hero-content">
<h1>Drive Your Dreams with Laxmi on Wheels</h1>
<p>Discover the art of precision engineering and timeless design.</p>
<!--<a href="#models" class="cta-button">Explore Models</a> -->
<!-- Rotating Image -->
<h id="g">LETS RIDE</h>
<div class="rotating-image-container">
<img src="wheel.png" alt="Rotating Image" class="rotating-image">
</div>
</div>
</section>
<section id="about" class="about">
<div class="about-content">
<h2>About</h2>
<p>At Laxmi on Wheels, we don't just sell cars — we offer an experience. Our mission is to bring together innovation, craftsmanship, and performance to redefine automotive excellence. Every vehicle in our collection is a masterpiece, meticulously designed and engineered to provide unmatched luxury and power.</p>
<p>From cutting-edge technology to sleek, timeless designs, we aim to deliver a driving experience like no other. Whether you're seeking the thrill of a supercar or the sophistication of a luxury sedan, Laxmi Elite provides a collection that speaks to every enthusiast's heart.</p>
</div>
</section>
<footer class="footer">
<p>© 2024 Laxmi Elite Automobiles. All rights reserved.</p>
<p>Follow us:
<a href="#">Facebook</a> |
<a href="#">Instagram</a> |
<a href="#">Twitter</a>
</p>
</footer>
<script src="scripts.js"></script>
</body>
</html>