-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
400 lines (365 loc) · 21.5 KB
/
Copy pathblog.html
File metadata and controls
400 lines (365 loc) · 21.5 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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" type="image/x-icon" href="./images/favicon.svg">
<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&family=Readex+Pro:wght@160..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="styles.css">
</head>
<body id="body">
<header>
</header>
<main>
<div class="main-container">
<div class="blog-container">
<div class="section-container">
<nav>
<div class="logo-div">
<a href="index.html">
<img src="./images/footer-logo.svg" alt="logo">
</a>
</div>
<div class="ul-list">
<ul class="main-navigation-bar">
<li><a href="index.html">Home</a></li>
<li><a href="test-center.html">Center</a></li>
<li><a href="about-us.html">About</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="contact-us.html">Contact</a></li>
<div class="language-switcher">
<button type="button" class="language-toggle">
<img src="./images/english.svg" id="main-flag" alt="main-flag">
<div id="language-toggle-span">English</div>
<img src="./images/angle-small-down.png" alt="Dropdown Arrow" class="arrow">
</button>
<ul class="language-options">
<li onclick="change_english()">
<img id="english-flag" src="./images/english.svg" alt="english-flag" onclick="change_english()">
<a href="#" onclick="change_english()">English</a>
</li>
<li onclick="change_arabic()">
<img id="arabic-flag" src="./images/arabic.svg" alt="arabic-flag" onclick="change_arabic()">
<a href="#" onclick="change_arabic()">اللغة العربية</a>
</li>
</ul>
</div>
</ul>
</div>
<div class="nav-btns-w-search">
<div class="contact-w-languages">
<a href="contact-us.html">
<button type="button" name="mobile-contact-btn">Contact</button>
</a>
</div>
<img src="./images/menu-burger.png" alt="menu-burger" onclick="appear()">
</div>
</nav>
</div>
<div class="blog-background">
<div class="section-container">
<div>
<h2 class="mini-orange-subtitle" data-i18n-key="blog-subtitle">CrashTest Insights</h2>
<h1 data-i18n-key="blog-heading">Delving Deeper <span>into the Future</span> of Mobility</h1>
<p data-i18n-key="blog-description">Welcome to CrashTest's Insights Blog - your primary source for the latest trends, innovations, and breakthroughs in vehicle safety and urban mobility. From deep dives into our state-of-the-art testing facilities to thought leadership on tomorrow's transportation landscape, we pave the path to understanding. Journey with us as we navigate the ever-evolving roads of the mobility sector. </p>
<div class="circle-blog-options">
<div>
<div class="circular-div">
<img src="./images/searchy.png" alt="circle-blog1">
</div>
<p data-i18n-key="circle-blog-option-one">Discover</p>
</div>
<div>
<div class="circular-div">
<img src="./images/brain-circuit.png" alt="circle-blog2">
</div>
<p data-i18n-key="circle-blog-option-two">Understand</p>
</div>
<div>
<div class="circular-div">
<img src="./images/practice.png" alt="circle-blog3">
</div>
<p data-i18n-key="circle-blog-option-three">Innovate</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="blogs-page-container" class="blogs-articles-container">
<div class="blogs">
<div class="section-container" id="targeted-blog">
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog1.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-one">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-one">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-one">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog2.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-two">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-two">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-two">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog1.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-three">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-three">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-three">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
</div>
</div>
<div class="blogs">
<div class="section-container">
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog2.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-four">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-four">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-four">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog1.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-five">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-five">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-five">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog2.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-six">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-six">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-six">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
</div>
</div>
<div class="blogs">
<div class="section-container">
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog1.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-seven">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-seven">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-seven">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy">
<img src="./images/blog2.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author-eight">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position-eight">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-eight">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
<div>
<a href="blog-article.html#blogy#blogy">
<img src="./images/blog1.svg" alt="blog1">
</a>
<a href="blog-article.html#blogy">
<div class="client-details">
<div class="client-info">
<div>
<img src="./images/client.svg" alt="client">
</div>
<div>
<h4 data-i18n-key="client-info-author">Leonardo Di Caprio</h4>
<h5 data-i18n-key="client-info-position">Actor / Director</h5>
</div>
</div>
<p data-i18n-key="client-info-description-nine">Car crash testing is an essential part of ensuring the safety of vehicles and their occupants. By understanding car crash test ratings and results, consumers can make informed decisions about which vehicles are the safest for their needs.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="blog-articles">
<div class="section-container">
<div class="pages-w-arrows">
<div>
<img src="./images/left.svg" class="blog-left-arrow" alt="left-arrow">
</div>
<div class="pages">
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-one">1</p>
</a>
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-two">2</p>
</a>
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-three">3</p>
</a>
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-four">4</p>
</a>
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-five">5</p>
</a>
<a href="blog.html#targeted-blog">
<p>...</p>
</a>
<a href="blog.html#targeted-blog">
<p data-i18n-key="page-thirteen">13</p>
</a>
</div>
<div>
<img src="./images/right.svg" class="blog-right-arrow" alt="right-arrow">
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script>
</main>
<footer>
<div class="section-container">
<div class="first">
<img src="./images/footer-logo.svg" alt="brand-logo" loading="lazy">
</div>
<div class="second">
<h5>Navigation</h5>
<a href="index.html">
<p>Home</p>
</a>
<a href="test-center.html">
<p>Center</p>
</a>
<a href="about-us.html">
<p>About</p>
</a>
<a href="blog.html">
<p>Blog</p>
</a>
<a href="contact-us.html">
<p>Contact</p>
</a>
</div>
<div class="map-footer-container third">
<h5>Maps Location</h5>
<div class="responsive-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d922967.4531044518!2d37.681910031795695!3d25.359864969593236!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x15bb09a54f5cb5c3%3A0x714ec79fcada102e!2sAl%20Ais%20Saudi%20Arabia!5e0!3m2!1sen!2seg!4v1710063466688!5m2!1sen!2seg"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="fourth">
<h5>Follow Us</h5>
<div class="follow-icons">
<img src="./images/facebook.png" alt="facebook" loading="lazy">
<img src="./images/twitter.png" alt="twitter" loading="lazy">
<img src="./images/linkedin.png" alt="linkedin" loading="lazy">
<img src="./images/insta.png" alt="insta" loading="lazy">
</div>
</div>
</div>
<div class="footer-tab">
<p>© 2021 All rights reserved <span class="tab-span">|</span> Designed and developed by LesBonsTech</p>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>