-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (251 loc) · 11.9 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
<!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>Leasing From D&M</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=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/swiper-bundle.min.css"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<header class="header header-main">
<div class="container">
<div class="header__inner">
<a class="logo" href="index.html">
<img class="logo__img" src="images/logo.svg" alt="logo">
</a>
<nav class="menu">
<button class="menu__btn">
<span></span>
<span></span>
<span></span>
</button>
<ul class="menu__list">
<li class="menu__list-item">
<a class="menu__list-link" href="new-cars.html">NEW CARS</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="#">PRE-OWNED CARS</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="#">FINANCE</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="#">LEASE VS BUY</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="contacts.html">CONTACT US</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main class="main">
<section class="top">
<div class="container">
<h1 class="title">Leasing From D&M</h1>
<a class="top__link" href="new-cars.html">FIND A CAR</a>
</div>
</section>
<div class="slider">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image: url(images/slide-1.jpg);"></div>
<div class="swiper-slide" style="background-image: url(images/slide-2.jpg);"></div>
<div class="swiper-slide" style="background-image: url(images/slide-1.jpg);"></div>
<div class="swiper-slide" style="background-image: url(images/slide-2.jpg);"></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<section class="why-lease">
<div class="container">
<h2 class="section-title">
Why Lease with D&M?
</h2>
<ul class="why-lease__list">
<li class="why-lease__item">
<img class="why-lease__item-img" src="images/why-lease-1.svg" alt="Top Dealers">
<h3 class="why-lease__item-title">Top Dealers</h3>
<p class="why-lease__item-text">TrueCar Certified Dealers compete for your business by providing discounted pricing on in-stock inventory.</p>
</li>
<li class="why-lease__item">
<img class="why-lease__item-img" src="images/why-lease-2.svg" alt="Discounted Pricing">
<h3 class="why-lease__item-title">Discounted Pricing</h3>
<p class="why-lease__item-text">View local inventory from the comfort of home and get access to guaranteed savings on the car of your choice.</p>
</li>
<li class="why-lease__item">
<img class="why-lease__item-img" src="images/why-lease-3.svg" alt="Lower Payments">
<h3 class="why-lease__item-title">Lower Payments</h3>
<p class="why-lease__item-text">Get discounted pricing when you shop for a car or truck using TrueCar and save on your lease payment.</p>
</li>
<li class="why-lease__item">
<img class="why-lease__item-img" src="images/why-lease-4.svg" alt="Easy Upgrade">
<h3 class="why-lease__item-title">Easy Upgrade</h3>
<p class="why-lease__item-text">Easy to upgrade to the newest vehicle model every few years if you would like to be modern and comfortable</p>
</li>
</ul>
</div>
</section>
<section class="how-does">
<div class="container">
<div class="how-does__inner">
<h2 class="section-title">How Does Leasing Work?</h2>
<p class="how-does__text">Leasing a vehicle is essentially entering into a long term rental agreement for that vehicle. Unlike a traditional car purchase, you don’t actually own the vehicle. Instead, a leasing company purchases the vehicle from the dealer on your behalf and then you make monthly payments to the leasing company for the duration of your lease. Some leases however, do provide the option to purchase the vehicle at the end of the lease.</p>
<h4 class="how-does__title">Similar to a short term car rental, there are rules that define:</h4>
<ol class="how-does__list">
<li class="how-does__item">
How much you can drive, stated as annual miles (excess miles are charged at a specified rate)
</li>
<li class="how-does__item">
Types of damage that you may be liable for at the end of your lease
</li>
<li class="how-does__item">
The procedures and costs when you return the vehicle at the end of your lease
</li>
</ol>
<p class="how-does__text">Lease contracts are a commitment and ending them early can be difficult and expensive so it is important to consider your circumstances carefully before you decide.</p>
</div>
</div>
</section>
<section class="video">
<div class="container">
<h2 class="section-title video__title">WELCOME TO D&M LEASING</h2>
<p class="video__text">Find out how easy it is to lease from D&M</p>
<iframe class="video__content" width="560" height="315" src="https://www.youtube.com/embed/2eKwr7-gsOI?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</section>
<section class="important">
<div class="container">
<h2 class="section-title important__title">Important Things to Consider</h2>
<p class="important__text">Depending on your circumstances and what is important to you, a lease could be a great option for your next vehicle. Below are some important factors that may influence your decision.</p>
<ul class="important__list">
<li class="important__item">
<img class="important__item-img" src="images/imp-1.jpg" alt="image">
<p class="important__item-text">Monthly payments on leases are generally 20% - 30% cheaper than loans</p>
</li>
<li class="important__item">
<img class="important__item-img" src="images/imp-2.jpg" alt="image">
<p class="important__item-text">You may be eligible for a tax break if you use the leased vehicle for business purposes</p>
</li>
<li class="important__item">
<img class="important__item-img" src="images/imp-3.jpg" alt="image">
<p class="important__item-text">Easy to upgrade to the newest vehicle model every few years</p>
</li>
<li class="important__item">
<img class="important__item-img" src="images/imp-4.jpg" alt="image">
<p class="important__item-text">There are often fees charged if you drive more than your lease's mileage allowance</p>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<nav class="footer__menu">
<ul class="footer__menu-list">
<li class="footer__menu-item">
<p class="footer__menu-title">Products</p>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Used</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">New</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Sell your car</a>
</li>
</ul>
<ul class="footer__menu-list">
<li class="footer__menu-item">
<p class="footer__menu-title">Resources</p>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Blog</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">FAQ</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="contacts.html">Contact us</a>
</li>
</ul>
<ul class="footer__menu-list">
<li class="footer__menu-item">
<p class="footer__menu-title">Work With TrueCar</p>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Dealers</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Partners</a>
</li>
</ul>
<ul class="footer__menu-list">
<li class="footer__menu-item">
<p class="footer__menu-title">About</p>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">About us</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Team</a>
</li>
<li class="footer__menu-item">
<a class="footer__menu-link" href="#">Careers</a>
</li>
</ul>
</nav>
<ul class="app">
<li class="app__item">
<a class="app__item-link" href="#">
<img class="app__item-img" src="images/appstore.svg" alt="logo appstore">
</a>
</li>
<li class="app__item">
<a class="app__item-link" href="#">
<img class="app__item-img" src="images/googleplay.svg" alt="logo googleplay">
</a>
</li>
</ul>
<div class="footer__copy">
<p class="footer__copy-text">
For questions about the TrueCar Auto Buying Service please call 1-888-878-3227.
</p>
<p class="footer__copy-text">
Certified Dealers are contractually obligated by TrueCar to meet certain customer service requirements and complete the TrueCar Dealer Certification Program.
</p>
<p class="footer__copy-text">
TrueCar does not broker, sell, or lease motor vehicles. Unless otherwise noted, all vehicles shown on this website are offered for sale by licensed motor vehicle dealers. All vehicles are subject to prior sale. By accessing this website, you agree to the TrueCar Terms of Service and Privacy Policy.
</p>
</div>
<nav class="copy__nav">
<ul class="copy__nav-list">
<li class="copy__nav-item">
<a class="copy__nav-link" href="#">Terms of Service</a>
</li>
<li class="copy__nav-item">
<a class="copy__nav-link" href="#">Privacy Policy</a>
</li>
<li class="copy__nav-item">
<a class="copy__nav-link" href="#">Privacy Policy</a>
</li>
<li class="copy__nav-item">
<a class="copy__nav-link" href="#">Do Not Sell My Personal Information</a>
</li>
</ul>
</nav>
</div>
</footer>
</div>
<script src="js/swiper-bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>