-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
612 lines (581 loc) · 23.2 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
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!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>Al Futtaim — 💯</title>
<link rel="shortcut icon" href="img/logo.jpeg" type="image/x-icon" />
<!-- Development CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Deployable CSS -->
<!-- <link rel="stylesheet" href="css/style.min.css" /> -->
</head>
<body>
<header class="header">
<div class="header__menu-bar">
<div class="header__logo-box logo-holder">
<svg class="company-logo" />
</div>
<nav class="header__nav">
<ul class="header__nav-list">
<li class="header__nav-item">
<a href="#" class="header__nav-link header__nav-link--active"
>Home</a
>
</li>
<li class="header__nav-item">
<a href="about.html" class="header__nav-link">About Us</a>
</li>
<li class="header__nav-item">
<a href="#" class="header__nav-link">Group of Companies</a>
<ul class="header__dropdown">
<li class="header__nav-item">
<a
href="./companies/general-contract.html"
class="header__nav-link"
>Al-Futtaim Works General Contracting EST</a
>
</li>
<li class="header__nav-item">
<a
href="./companies/metal-aluminium.html"
class="header__nav-link"
>Al-Futtaim Metal and Aluminium Workshop</a
>
</li>
<li class="header__nav-item">
<a
href="./companies/air-conditioning.html"
class="header__nav-link"
>Al-Futtaim Works for Air Conditioning and Refrigeration</a
>
</li>
<li class="header__nav-item">
<a href="./companies/business.html" class="header__nav-link"
>Al-Futtaim Business Corporation</a
>
</li>
<li class="header__nav-item">
<a href="./companies/ceramics.html" class="header__nav-link"
>Al Futtaim for Ceramics and Tile</a
>
</li>
<li class="header__nav-item">
<a href="./companies/scrap.html" class="header__nav-link"
>Al Futtaim Waste & Scrap Management
</a>
</li>
</ul>
</li>
<li class="header__nav-item">
<a href="./services.html" class="header__nav-link">Services</a>
</li>
<li class="header__nav-item">
<a href="#" class="header__nav-link">Contact Us</a>
</li>
<div
id="google_translate_element"
style="height: 25px; overflow: hidden"
></div>
</ul>
</nav>
<svg class="saudi-logo" />
</div>
<div class="header__content u-margin-bottom-big">
<div class="header__hero-img-box">
<img
src="img/hero-img-2x.png"
alt="Hero Image"
srcset="img/hero-img-1x.png 1x, img/hero-img-2x.png 2x"
class="header__hero-img"
/>
</div>
<div class="header__text-box">
<h1 class="heading-primary u-margin-bottom-mid">
<span class="heading-primary--main">
<span class="emphasis">Welcome to Al Futtaim companies</span>
</span>
</h1>
<h1 class="heading-primary u-margin-bottom-small">
<span class="heading-primary--sub"> If you can Imagine it, </span>
<span class="heading-primary--main">
We can <span class="emphasis">build</span> it.
</span>
</h1>
<p class="heading-sub u-margin-bottom-mid">
We are a people-orientated, progressive business, driven by our
values to deliver lasting change for our stakeholders and the
communities we work in.
</p>
</div>
</div>
</header>
<main>
<section class="who-we-are">
<h3 class="heading-tertiary u-margin-bottom-small">
Al Futtaim group of companies
</h3>
<div class="who-we-are__content">
<div class="who-we-are__left">
<h2 class="heading-secondary u-margin-bottom-small">Who we are</h2>
<p class="paragraph">
Al Futtaim has surfaced as one of the leading empire of Saudi
Arabia, a commercial organisation which explosively believes in
taking leadership and developing creative results which contribute
to the social and provident fabric of the society
</p>
</div>
<div class="who-we-are__right">
<p class="who-we-are__paragraph paragraph">
<span class="emphasis">20+</span>
Years of Experience
</p>
<p class="who-we-are__paragraph paragraph">
<span class="emphasis">200+</span>
Successful projects around the globe
</p>
<p class="who-we-are__paragraph paragraph">
<span class="emphasis">5000+</span>
Happy vendors
</p>
<p class="who-we-are__paragraph paragraph">
<span class="emphasis">100+</span>
Channel partners
</p>
</div>
</div>
</section>
<section class="what-we-offer">
<div class="heading__fix u-center-text">
<h3 class="heading-tertiary u-margin-bottom-small">Our services</h3>
</div>
<h2 class="heading-secondary u-margin-bottom-small u-center-text">
What we do offer
</h2>
<p class="paragraph u-margin-bottom-big u-center-text">
As a leader in our industry, we have always worked to develop advanced
technology and innovative methods.
</p>
<div class="what-we-offer__content-box">
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#crane"></use>
</svg>
</span>
Engineering and Construction
</h4>
<p class="paragraph">
We execute engineering services in a largely professional manner
in association with in- house engineering division and with
Approved & Internationally reputed standalone engineering
companies according to nature & discipline of systems & scope of
work.
</p>
</div>
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#compass"></use>
</svg>
</span>
Civil Construction
</h4>
<p class="paragraph">
Due to the long span of experience Al Futtaim Group has got vast
exposure of executing all types of Commercial and Industrial
Projects as per international standards and project
specifications.
</p>
</div>
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#electric"></use>
</svg>
</span>
Mechanical Construction
</h4>
<p class="paragraph">
Al Futtaim Group has executed many Mechanical works such as <br />
Fabrication, Aluminium, Fabrication, Steel Structure, Ducts &
Chimneys, Blasting and Painting at shop & site, HVAC System, Fire
Fighting System, Plumbing
</p>
</div>
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#view"></use>
</svg>
</span>
Electrical & Instrumentation Construction
</h4>
<p class="paragraph">
Al Futtaim Group can execute multiple E&I projects with various
works structures such as;
<br />
* Power & Lighting (Building and Process Utilities)<br />
* Power & Control Panel Installations (Switchgears, Switchboards,
LP & MCC)<br />
* LV, MV & HV Underground Cabling
</p>
</div>
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#mechanic"></use>
</svg>
</span>
Industrial, Commercial & Residential Buildings
</h4>
<p class="paragraph">
Al Futtaim Group has got vast experience of executing all types of
Industrial, Commercial and Residential Buildings such as Buildings
and Power substation Buildings, Central Control Buildings, Pump
Stations, Residential Apartments, Hotels & Villas etc.
</p>
</div>
<div class="what-we-offer__content">
<h4 class="what-we-offer__title u-margin-bottom-small">
<span class="icon-box">
<svg class="icon">
<use xlink:href="img/sprite.svg#roof"></use>
</svg>
</span>
Irrigation Projects
</h4>
<p class="paragraph">
Our Technical Team is capable of executing all type of Irrigation
projects such as Dams, Canals & Bridges including Survey,
Engineering and Construction etc.
</p>
</div>
</div>
</section>
<section class="mission">
<h3 class="heading-tertiary u-margin-bottom-small">Our Mission</h3>
<div class="mission__container">
<div class="mission__content-box mission__left">
<div class="mission__content">
<h4 class="mission__title u-margin-bottom-small">Vision</h4>
<p class="paragraph">
Our vision is to be a premier contractor continuously striving
to deliver construction – goods, products, materials and
services for complex projects with excellence.
</p>
</div>
<div class="mission__content">
<h4 class="mission__title u-margin-bottom-small">Mission</h4>
<p class="paragraph">
Al Futtaim Group endeavours to be market leader widely
recognised for construction expertise. We achieve consistency in
the delivery of high quality services and add values for
customers through pro-activity, timely completion of projects,
high quality and safety performance.
</p>
</div>
</div>
<div class="mission__right">
<div class="mission__img-box">
<img
src="img/mission-img-2x.png"
alt="Mission Image"
class="mission__img"
srcset="img/mission-img-1x.png 1x, img/mission-img-2x.png 2x"
/>
</div>
</div>
</div>
</section>
<section class="why-us">
<div class="why-us__left">
<img
src="img/why-us-img-2x.png"
alt="Why us"
class="why-us__img"
srcset="img/why-us-img-1x.png 1x, img/why-us-img-2x.png 2x"
/>
</div>
<div class="why-us__right">
<h3 class="heading-tertiary u-margin-bottom-small">Why us</h3>
<h2 class="heading-secondary u-margin-bottom-small">
Carbon capabilities and progressive business
</h2>
<p class="paragraph">
Al Futtaim Group is a successful market driven company since more
than 2 decades running successful in various business streams like
construction, contracting, man-power supply, scrap management and
supply, AC distribution and event management for corporates and high
valued clients. Our corporate company gives high quality
product/services along with strong brand-customer relationship. The
founding principle is to ensure that all stakeholders are stern to
the common objective of the companies vision.
</p>
</div>
</section>
<section id="clients" class="clients less">
<div class="heading">
<h3 class="heading-tertiary u-margin-bottom-small u-center-text">
Clients
</h3>
</div>
<div class="clients__content">
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client1.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client2.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client3.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client4.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client5.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client6.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client7.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client8.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client9.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client10.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client11.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client12.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client13.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client14.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client15.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client16.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client17.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client18.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client19.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client20.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client21.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client22.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client23.png" />
</div>
<div class="clients__logo-container">
<img class="client-logo" src="img/clients/client24.png" />
</div>
</div>
<div class="more-bg"></div>
<div id="expand-btn" class="more">Expand</div>
</section>
<section class="contact-us">
<h3 class="heading-tertiary u-margin-bottom-small">Contact Us</h3>
<div class="contact-us__container">
<div class="contact-us__left">
<h2 class="heading-secondary u-margin-bottom-small">Let's Talk</h2>
<p class="paragraph u-margin-bottom-mid">
We've found that we deliver the greatest value to our clients when
we establish ongoing relationships that allow us to materially
contribute to their long-term success.
</p>
<div class="contact-us__inner-content-box">
<h3 class="contact-us__title u-margin-bottom-small">
Visit us personally
</h3>
<p class="paragraph u-margin-bottom-small">
Qatif, Dammam, Khobar, Riyad, Jeddah.
</p>
<div class="contact-us__img-box">
<img
src="img/map.png"
alt="Our Location"
class="contact-us__img"
/>
</div>
</div>
</div>
<div class="contact-us__right">
<form action="#" class="contact-us__form form">
<div class="form__col form__col--1 u-margin-bottom-small">
<div class="form__group">
<label for="name" class="form__label">Name</label>
<input
class="form__input"
type="name"
name="name"
id="name"
placeholder="Joey Tribbiani"
autocomplete="off"
required
/>
</div>
<div class="form__group">
<label for="contact-email" class="form__label">Email</label>
<input
class="form__input"
type="email"
name="contact-email"
id="contact-email"
placeholder="[email protected]"
autocomplete="off"
required
/>
</div>
</div>
<div class="form__col form__col--2 u-margin-bottom-mid">
<div class="form__group">
<label for="message" class="form__label">Message</label>
<textarea
name="message"
id="message"
class="form__textarea"
required
placeholder="Say Something..."
></textarea>
</div>
</div>
<button class="btn btn--green">Send us a message</button>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__row-1">
<div class="footer__box">
<h4 class="footer__title">Company</h4>
<ul class="footer__list">
<li class="footer__item">
<a href="#" class="footer__link">About Us</a>
</li>
<li class="#footer__item">
<a href="" class="footer__link">Group of Companies</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">Services</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">Contact Us</a>
</li>
</ul>
</div>
<div class="footer__box">
<h4 class="footer__title">Support</h4>
<ul class="footer__list">
<li class="footer__item">
<a href="#" class="footer__link">Get Help</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">FAQs</a>
</li>
<li class="#footer__item">
<a href="" class="footer__link">Privacy Policy</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">Terms of Operation</a>
</li>
</ul>
</div>
<div class="footer__box">
<h4 class="footer__title">Group of Companies</h4>
<ul class="footer__list">
<li class="footer__item">
<a href="./companies/general-contract.html" class="footer__link"
>Al-Futtaim Works General Contracting EST</a
>
</li>
<li class="footer__item">
<a href="./companies/metal-aluminium.html" class="footer__link"
>Al-Futtaim Metal and Aluminium Workshop</a
>
</li>
<li class="#footer__item">
<a href="./companies/air-conditioning.html" class="footer__link"
>Al-Futtaim Works for Air Conditioning and Refrigeration</a
>
</li>
<li class="footer__item">
<a href="./companies/business.html" class="footer__link"
>Al-Futtaim Business Corporation</a
>
</li>
<li class="footer__item">
<a href="./companies/ceramics.html" class="footer__link"
>Al Futtaim for Ceramics and Tile</a
>
</li>
<li class="footer__item">
<a href="./companies/scrap.html" class="footer__link"
>Al Futtaim Waste & Scrap Management
</a>
</li>
</ul>
</div>
</div>
<div class="footer__row-2 u-margin-top-small">
<p class="copyright">© All Rights Reserved.</p>
<div class="footer__social-icons-box">
<a href="#" class="footer__social-link">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#facebook"></use>
</svg>
</a>
<a href="#" class="footer__social-link">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#instagram"></use>
</svg>
</a>
<a href="#" class="footer__social-link">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#twitter"></use>
</svg>
</a>
</div>
</div>
<div class="footer__row-3 u-margin-top-small">
<svg class="company-logo" />
</div>
</footer>
</body>
<script src="index.js"></script>
<script
type="text/javascript"
src="https://translate.google.com/translate_a/element.js?
cb=googleTranslateElementInit"
></script>
</html>