-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
100 lines (94 loc) · 4.43 KB
/
about.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Us | Almassarat</title>
<meta name="description" content="Al Massarat Al Khalijiya is a General Trading and Contracting Company in Kuwait. Find out more about us here" />
<meta name="keywords" content="General Trading, Bussiness, Construction, Kuwait, GRT MENA, Global Road Technology, Ultratecno">
<!-- Load Headers -->
<?php include_once "headers.php"; ?>
<style>
</style>
</head>
<body class='scroll1 page-about'>
<!-- Navbar -->
<?php include_once "nav.php"; ?>
<!-- front section -->
<div><img id="banner" class="img-fluid w-100" src="img/banners/abt2.jpg" /></div>
<!-- <div id="banner" class="parallax adjust" style="background-image:url('img/banners/abt2.jpg')">
<p class="hide">.</p>
<p class="hide">.</p>
<p class="hide">.</p>
<p class="hide">.</p>
<p class="hide">.</p>
<p class="hide">.</p>
<p class="hide">.</p>
</div> -->
<!-- intro -->
<div class="jumbotron jumbotron-fluid py-0 my-5 bg-white" id="intro">
<div class="container">
<h1 class="display-4 text-theme">About Us</h1>
<h2 class="display-4 mt-5">Al Massarat Al Khalijiya</h2>
<hr class="bg-danger" style="width:50%;">
<h3>General Trading and Contracting Company</h3>
<p class="lead"><br>Established in 2014, we leveraged the knowledge from our partners with 20 years of experience in, business development and marketing to establish a strong presence in the commercial and industrial sectors. Our proactive response to customer requirements enabled us to operate in contracting and manpower supply. The “soul” in us offered life support services to ensure maximum productivity for the client. And the “brain” in us franchised trailblazing, innovative products, as well as mastered their maintenance & after sale servicing. With humble beginnings of 2 desks in a small office, the company reached 150 employees across all it’s project units.</p>
</div>
</div>
<!-- Services -->
<div class="container my-5">
<div class="row justify-content-center px-5">
<div class="col-12 mb-5"><h4>AlMassarat provides the following services:</h4></div>
<div class="col-md-4">
<a href="industry.php">
<!-- <i id="feature" class="mb-4 fa fa-wrench" aria-hidden="true"></i> -->
<!-- Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a> -->
<img src="img/factory.png" alt="Industrial Services" class="mb-4">
<p><b>Industrial Partners</b></p>
</a>
<hr class="bg-theme" width="10%">
</div>
<!-- Manpower Supply removed
<div class="col-md-4">
<a href="manpower.php">
<img src="img/labor-ico.png" alt="MANPOWER SUPPLY" class="mb-4">
<p><b>MANPOWER SUPPLY</b></p>
</a>
<hr class="bg-theme" width="10%">
</div> -->
<div class="col-md-4">
<a href="construction.php">
<!-- <i id="feature" class="mb-4 fa fa-truck" aria-hidden="true"></i> -->
<!-- Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a> -->
<img src="img/wall.png" alt="CONTRACTING & CONSTRUCTION SERVICES" class="mb-4">
<p><b>Contracting & Construction Services</b></p>
</a>
<hr class="bg-theme" width="10%">
</div>
</div>
</div>
<!-- Additional Resources -->
<div class="container my-5" id="resources">
<h4>Additional Resources</h4>
<div class="row px-5">
<div class="col-md-3">
<a href="cert.php"><i class="fa fa-3x fa-certificate text-danger p-5"></i></a>
<p>Certifications</p>
</div>
<div class="col-md-3">
<a href="static/tnc.pdf"><i class="fa fa-3x fa-gavel text-danger p-5"></i></a>
<p>Terms of Use</p>
</div>
<div class="col-md-3">
<a href="static/legal.pdf"><i class="fa fa-3x fa-info text-danger p-5"></i></a>
<p>Privacy Policy</p>
</div>
<div class="col-md-3">
<a href="sitemap.php"><i class="fa fa-3x fa-code text-danger p-5"></i></a>
<p>Sitemap</p>
</div>
</div>
</div>
<!-- Footer -->
<?php include_once "footer.php"; ?>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>