-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
323 lines (317 loc) · 12.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
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
312
313
314
315
316
317
318
319
320
321
322
323
<!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>Falcon Motors | Agency</title>
<link rel="icon" href="images/SVG/logo-black.svg">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<nav class="navbar">
<ul>
<li class="active"><a href="#">home</a></li>
<li>
<a href="html/Agency.html">Agency</a>
</li>
<li class="logo-bar">
<a href="#">
<picture class="logo-box logo-box-header">
<!-- <source media="(max-width:27em)" srcset="images/SVG/logo-and-text.svg"> -->
<img class="logo" src="images/SVG/logo.svg" alt="logo">
</picture>
</a>
</li>
<li>
<a href="html/product.html">our product</a>
</li>
<li>
<a href="html/support.html">support</a>
</li>
</ul>
</nav>
<div class="header-content">
<h1 class="primary-heading">
looking to rent luxury cars , you are in better agency
</h1>
<p class="header__text">
We have provided you with the best fleet of luxury cars specially for you, discover them now
</p>
<div class="header-btns">
<a class="btn btn--primary" href="html/product.html">
reserve now
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
<a class="btn btn--white" href="html/Agency.html">
find us
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
<div class="social-media-box header-social-media">
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-twitter" />
</svg>
</a>
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-facebook" />
</svg>
</a>
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-linkedin2" />
</svg>
</a>
</div>
</header>
<section class="section__chosing-us">
<div class="chosing-cover">
<img src="images/bmw.jpg" alt="car">
</div>
<div class="chosing-us__desc">
<h2 class="secondary-heading heading-line">
By choosing the Falcon Motors Agency, you chose the best of all, we will tell you why?
</h2>
<p class="chosing-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate accusantium sapiente, veritatis cum
ea porro perspiciatis dolorum! Adipisci, nam non aliquam ullam ad magni, blanditiis, quod quibusdam
inventore alias nesciunt?
</p>
<div class="chosing-feature">
<div class="feature">
<svg class="feature-icon">
<use href="images/SVG/icons.svg#icon-price-tag" />
</svg>
<span class="feature-desc">
deals for every budget
</span>
</div>
<div class="feature">
<svg class="feature-icon">
<use href="images/SVG/icons.svg#icon-coin-dollar" />
</svg>
<span class="feature-desc">
best price guaranteed
</span>
</div>
<div class="feature">
<svg class="feature-icon">
<use href="images/SVG/icons.svg#icon-cogs" />
</svg>
<span class="feature-desc">
support 24/7
</span>
</div>
</div>
</div>
</section>
<section class="section-fleet">
<h2 class="secondary-heading secondary-heading--white">
Our fleet
</h2>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/motorcycle.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of motorcycles
</h3>
<p class="category-desc">
We have prepared for you the best of motorcycles in the world, we also have electric motorcycles
</p>
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/city car.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of city cars
</h3>
<p class="category-desc">
We have prepared for you the best of city cars in the world, discover it !
</p>
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/sedan car.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of sedan cars
</h3>
<p class="category-desc">
We have prepared for you the best of sedan cars in the world, discover it !
</p>
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/SUV.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of SUV cars
</h3>
<p class="category-desc">
We have prepared for you the best of SUV cars in the world , discover it !
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/constructor-machine.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of construction machine
</h3>
<p class="category-desc">
We have prepared for you the best of construction machine in the world, discover it !
</p>
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
<div class="category">
<div class="category-picture">
<img src="images/backgrounds-types-motors/camion.jpg" alt="category-picture">
</div>
<div class="category-info">
<h3 class="third-heading">
The best of trucks
</h3>
<p class="category-desc">
We have prepared for you the best of trucks in the world, discover it !
</p>
<div class="category-btn">
<a class="btn btn--primary btn--primary--rounded" href="html/product.html">
show it
<svg>
<use href="images/SVG/icons.svg#icon-arrow-right2" />
</svg>
</a>
</div>
</div>
</div>
</section>
<section class="section-company">
<div class="companies-logo-container">
<div class="company-logo"><img src="images/Car-brands-logo/alfa.svg" alt="alfa"></div>
<div class="company-logo"><img src="images/Car-brands-logo/bentley.svg" alt="bentley"></div>
<div class="company-logo"><img src="images/Car-brands-logo/audi.svg" alt="audi"></div>
<div class="company-logo"><img src="images/Car-brands-logo/bmw.svg" alt="bmw"></div>
<div class="company-logo"><img src="images/Car-brands-logo/ducati.png" alt="ducati"></div>
<div class="company-logo"><img src="images/Car-brands-logo/jeep.svg" alt="jeep"></div>
</div>
</section>
<footer class="footer">
<div class="footer__top-part">
<p class="find-us">We are everywhere, you will <a href="html/Agency.html">find us here</a></p>
<div class="phone">You can call us directly at any time you want<span class="number-phone">
+212600001244</span></div>
</div>
<div class="social-media-box footer-social-media">
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-twitter" />
</svg>
</a>
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-facebook" />
</svg>
</a>
<a href="#">
<svg class="icon-socialMedia">
<use href="images/SVG/icons.svg#icon-linkedin2" />
</svg>
</a>
</div>
<div class="footer__bottom-part">
<picture class="logo-box logo-box-footer">
<source media="(max-width:37.5em)" srcset="images/SVG/logo-and-text.svg">
<img class="logo" src="images/SVG/logo.svg" alt="logo">
</picture>
<div class="footer-user-info">
<p class="use-cookie">
We use cookies to improve your experience on this site not for show you personalized advertising.
</p>
<ul class="footer-user-link">
<li>
<a href="#">
cookie policy
</a>
</li>
<li>
<a href="#">
conditions & terms
</a>
</li>
<li>
<a href="#">
privacy policy
</a>
</li>
</ul>
</div>
<div class="footer__copyright">
<div class="falcon-copyright">
© 2021 falcon motor agency co.
</div>
<div class="designer-copyright">
designed by <a class="primary-color" href="https://github.com/othmanekahtal/">othmane kahtal</a>
</div>
</div>
</div>
</footer>
</body>
</html>