-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnergy.html
137 lines (121 loc) · 6.31 KB
/
Energy.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- font-awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- google fonts cdn -->
<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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="./css/style.css">
<title>Vehicles section</title>
<style>
#header {
height: 90vh;
width: 100%;
position: relative;
}
#header video {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light px-3">
<div class="container-fluid">
<!-- Left Section: Brand -->
<a class="navbar-brand" href="./index.html">
<img src="./images/logo.png" alt="" width="120px">
</a>
<!-- Center Section: Navbar links -->
<div class="collapse navbar-collapse justify-content-center" id="navbarTogglerDemo01">
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./Vehicles.html">Vehicles</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="./Energy.html">Energy</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="./chargers.html">Charging</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="./Discover.html">Discover</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="./shop.html">Shop</a>
</li>
</ul>
</div>
<!-- Right Section: Search form -->
<div class="d-flex gap-2 icon_div">
<i class="fa-solid fa-question"></i>
<i class="fa-solid fa-globe"></i>
<i class="fa-solid fa-user"></i>
</div>
<!-- Navbar Toggler for small screens -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<section id="header">
<video src="./images/video.mp4" autoplay loop muted></video>
</section>
<footer class="bg-dark" data-aos="zoom-in" data-aos-delay="150" data-aos-duration="1500">
<div class="container text-center text-white py-4">
<p> 1 $7,500 Federal Tax Credit available for eligible <br> buyers and subject to MSRP caps. Model 3 <br>
Rear-Wheel Drive not eligible. </p>
<p> 2 Starting price of Model 3 Rear-Wheel Drive <br> before estimated savings is $38,990, excluding taxes
and
<br> fees and is subject to change. Estimated savings includes $5,000 in gas <br> savings estimated over
five
years.
</p>
<p> 3 Monthly lease payment is $449 before estimated gas <br> savings of $100 per month and based on
purchase
price <br> of $44,990, excluding taxes and fees and is subject to change. Lease <br> available in select
states,
requires $2,999 down and is subject to credit approval. <br> No security deposit required. Additional
terms and
conditions apply. </p>
<p> 4 Price before estimated savings is $77,990, excluding <br> taxes and fees. Subject to change. Estimated
savings includes <br> $6,500 in gas savings estimated over five years, the $7,500 Federal <br> Tax
Credit and
state incentives, available to eligible buyers and <br> subject to MSRP caps. Terms apply. </p>
<p> 5 Price before estimated savings is $72,990, excluding taxes <br> and fees. Subject to change. Estimated
savings includes <br> $6,500 in gas savings estimated over five years and <br>state incentives,
available to
eligible buyers and subject to MSRP caps. Terms apply. </p>
</div>
<div class="container text-center py-4">
<a href="" class="text-decoration-none text-white px-2"> Tesla © 2024 </a>
<a href="" class="text-decoration-none text-white px-2"> Privacy & Legal </a>
<a href="" class="text-decoration-none text-white px-2"> Vehicle Recalls </a>
<a href="" class="text-decoration-none text-white px-2"> Contact </a>
<a href="" class="text-decoration-none text-white px-2"> News </a>
<a href="" class="text-decoration-none text-white px-2"> Get Updates </a>
<a href="" class="text-decoration-none text-white px-2"> Locations </a>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>