-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
229 lines (194 loc) · 10.8 KB
/
Copy pathabout-us.html
File metadata and controls
229 lines (194 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<link rel="stylesheet" href="styles.css">
<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 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&family=Readex+Pro:wght@160..700&display=swap"
rel="stylesheet">
</head>
<body id="body">
<header>
</header>
<main>
<div class="about-container">
<div class="section-container about-container-navbar">
<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 class="active" href="about-us.html">About</a></li>
<li><a 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="about-legacy-background">
<div class="two-columns">
<div class="section-container">
<div class="left-column">
<h3 class="mini-orange-subtitle" data-i18n-key="about-legacy-subtitle">our legacy</h3>
<h1 class="dedication-heading" data-i18n-key="about-legacy-heading">Dedication to <span>road</span> safety</h1>
<p data-i18n-key="about-legacy-description">In the realm of road safety, CrashTest has emerged as a beacon of trust and reliability. Over the past three decades, we've been dedicated to pushing the boundaries of safety, constantly striving for excellence in our tests, analyses, and simulations. Our commitment to safeguarding lives has paved the way for countless innovations, positioning us at the forefront of the industry.</p>
</div>
<div class="legacy-cards">
<div>
<img src="./images/legacy3.svg" alt="legacy-card1">
</div>
<div>
<img src="./images/legacy2.svg" alt="legacy-card2">
</div>
<div>
<img src="./images/legacy1.svg" alt="legacy-card3">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mission">
<div class="section-container">
<div class="two-columns">
<div class="right-column">
<h2 data-i18n-key="mission-heading">Our Mission</h2>
<p data-i18n-key="mission-description">At CrashTest, our mission is to ensure the highest standards of road safety through rigorous testing and in-depth analysis. We believe in a world where every journey, regardless of its
distance or mode, is synonymous with safety. Our tests aim not just to meet but exceed
international standards, ensuring that every product and service we validate is robust and
reliable.</p>
</div>
<div class="left-column">
<img src="./images/colored1.svg" alt="mission1">
<img src="./images/new-mission2.svg" alt="mission2">
<img src="./images/new-mission1.svg" alt="mission3">
</div>
</div>
</div>
</div>
<div class="our-facilities">
<div class="section-container">
<div class="our-facilities-boy">
<div class="boy-img">
</div>
<div class="boy-desc">
<h2 data-i18n-key="our-facilities-heading">Our Facilities</h2>
<p data-i18n-key="our-facilities-description">Hidden away from public view, our grounds are a testament to our commitment to privacy and security. With nearly 30 CCTV cameras in operation and state-of-the-art infrastructures, we offer an environment that's both high-tech and secure. Our facilities are fully connected and equipped to handle a wide variety of tests – from different types of vehicles to road equipment of all weights and speeds.
</p>
</div>
</div>
</div>
</div>
<div class="innovation-corere">
<div class="section-container">
<div class="innovation-details">
<div>
<h3 data-i18n-key="innovation-corere-heading">Innovation At Our Core</h3>
</div>
<div>
<img src="./images/new-inno-car.svg" alt="inno-people">
</div>
</div>
</div>
</div>
<div class="innovation-description-containerr">
<div class="desc-onee">
<p data-i18n-key="innovation-description-containerr-one">we are proud pioneers. Not just content with traditional methods, we've embraced the synergy between virtual and real crash testing</p>
</div>
<div class="desc-two">
<p data-i18n-key="innovation-description-containerr-two">Using advanced simulation tools that meet the stringent requirements of the EN163030/TR163030 standards, we bring a level</p>
</div>
</div>
<div class="journeyy">
<div class="section-container">
<h2 data-i18n-key="journey-heading">Join Us On Our Journey</h2>
<p data-i18n-key="journey-description-one">We invite you to explore our services, understand our processes, and see why CrashTest has been the go-to name for top-level expertise and services in road safety. Together, let's make the roads safer for everyone.</p>
<p data-i18n-key="journey-description-two">For more details on our services, standards, and accreditations, please visit the respective sections on our homepage or get in touch with our dedicated team.</p>
</div>
</div>
</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>