-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
313 lines (301 loc) · 16.2 KB
/
index.html
File metadata and controls
313 lines (301 loc) · 16.2 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
<!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>AMT Construction</title>
<!--Fav Icon Link-->
<link rel="icon" href="./photos/AMT-Logo-Full-Colour 1.ico" type="image/x-icon">
<!--CSS Link-->
<link rel="stylesheet" href="./css/style.css">
<!--Responsive CSS Link-->
<link rel="stylesheet" href="./css/responsive.css">
<!--Bootstrap 5-->
<link rel="stylesheet" href="./css/bootstrap.min.css">
</head>
<body>
<!--Nav Bar-->
<section class="header container-xxl container-fluid" id="main">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark container-fluid">
<div class="container-xxl">
<a class="navbar-brand hover-scale-amt-logo-icon" href="#"><img src="./photos/AMT-Logo-Full-Colour 1.png" alt="AMT LOGO"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto me-auto mb-2 mb-lg-0 d-flex justify-content-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">PORTFOLIO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#marketing">ADMINISTRATION</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#marketing">MARKETING</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#marketing">TENDERING</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#get-in-touch">GET IN TOUCH</a>
</li>
</ul>
<form class="social-icons d-flex">
<a href="https://www.linkedin.com/in/md-abrar-fahim/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Group.png" alt="Linked In"></a>
<a href="https://www.instagram.com/fahmiuss/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Group-insta.png" alt="Instagram"></a>
<a href="https://www.facebook.com/fahmiusss/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Vector-fb.png" alt="Facebook"></a>
</form>
</div>
</div>
</nav>
</section>
<!--Hero Section-->
<section class="hero">
<div class="container-xxl d-flex flex-row align-content-center justify-content-center align-items-center">
<div class="hero-left d-flex flex-column align-content-center justify-content-center align-content-center">
<div class="logo-full">
<img src="./photos/AMT-Logo-Full-Colour 2.png" alt="">
</div>
<div class="offers">
<p class="text-center">AMT Construction offers specialized consultancy<br>services in Marketing and Tendering, aimed at<br>driving results for clients in the construction<br>industry, including builders, developers,<br>and subcontractors.<br><br>
Our portfolio encompasses a wide range of<br>services, including strategy development<br>and implementation, tailored to meet the unique<br>needs of businesses of all sizes.</p>
</div>
</div>
<div class="hero-right">
<div class="mock-ups">
<img src="./photos/A4 Brochure Mockup (transparent) 1.png" alt="MockUps">
</div>
</div>
</div>
</section>
<!--About Section-->
<section class="about text-center">
<div class="container-xxl">
<div class="position-relative">
<img src="./photos/Rectangle 2.png" class="img-fluid max-width-100" alt="Meeting Collegues">
<div class="position-absolute top-50 start-50 translate-middle">
<h4 class="text-white">OUR GOAL IS TO FILL IN THE<br>GAPS THAT ARE NECESSARY<br>TO COMPETE IN TODAY'S<br>CROWDED INDUSTRY. WE<br>DO THE BORING PART, SO<br>YOU CAN FOCUS ON<br><span class="fw-bold">WINNING.</span></h4>
</div>
</div>
</div>
</section>
<!--Service Section-->
<section class="services text-center text-white" id="services">
<div class="container-xxl">
<div class="position-relative">
<img src="./photos/Gradient Image.png" class="img-fluid max-width-100" alt="Gradiant Color">
<div class="position-absolute top-50 start-50 translate-middle">
<h2>SERVICES</h2>
<p>Here’s how we can help your business go even further:</p>
</div>
</div>
</div>
</section>
<!--Service Details Section-->
<div class="services-details" id="marketing">
<div class="container-xxl">
<div class="row m-5">
<div class="col-xxl-4">
<div class="service-box">
<div class="service-img">
<img src="./photos/icon bid and tender.png" alt="Bid and Tender">
</div>
<div class="service-heading">
<h2 class="bid-tender">BID AND TENDER SUPPORT</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
<div class="col-xxl-4">
<div class="service-box unique">
<div class="service-img">
<img src="./photos/icon best practice.png" alt="Best Practise icon">
</div>
<div class="service-heading">
<h2 class="practice">BEST PRACTISE<br>TENDER AUDIT</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
<div class="col-xxl-4">
<div class="service-box">
<div class="service-img">
<img src="./photos/icon award submission.png" alt="Award Submission">
</div>
<div class="service-heading">
<h2 class="award">AWARD SUBMISSION</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
</div>
<div class="row m-5">
<div class="col-xxl-4">
<div class="service-box">
<div class="service-img">
<img src="./photos/icon marketing.png" alt="Marketing">
</div>
<div class="service-heading">
<h2 class="marketing">MARKETING</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
<div class="col-xxl-4">
<div class="service-box">
<div class="service-img">
<img src="./photos/icon branding.png" alt="Branding">
</div>
<div class="service-heading">
<h2 class="branding">BRANDING</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
<div class="col-xxl-4">
<div class="service-box unique">
<div class="service-img">
<img src="./photos/icon documentation.png" alt="Bid and Tender">
</div>
<div class="service-heading">
<h2 class="corporate">CORPORATE<br>DOCUMENTATION</h2>
</div>
<div class="service-text">
<p>Providing support and guidance to<br>companies during the bidding and<br>tendering process. This includes<br>assisting with the preparation of<br>tenders, ensuring that all requirements<br>are met, and providing advice on how<br>to increase the chances of success.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Portfolio Section-->
<section class="portfolio text-center text-white" id="portfolio">
<div class="container-xxl">
<div class="position-relative">
<img src="./photos/Gradient Image.png" class="img-fluid max-width-100" alt="Gradiant Color">
<div class="position-absolute top-50 start-50 translate-middle">
<h2>PORTFOLIO</h2>
<p>Check a few examples of previous projects we worked on.</p>
</div>
</div>
</div>
</section>
<!--Portfolio Details Section-->
<section class="portfolio-details">
<div class="container-xxl">
<div class="row g-0">
<div class="col-xxl-6">
<img src="./photos/Rectangle 9.png" class="img-fluid max-width-100 hover-scale"alt="">
</div>
<div class="col-xxl-6">
<img src="./photos/Rectangle 10.png" class="img-fluid max-width-100 hover-scale" alt="">
</div>
</div>
<div class="row g-0">
<div class="col-xxl-6">
<img src="./photos/Rectangle 16.png" class="img-fluid max-width-100 hover-scale" alt="">
</div>
<div class="col-xxl-6">
<img src="./photos/Rectangle 17.png" class="img-fluid max-width-100 hover-scale" alt="">
</div>
</div>
<div class="row g-0">
<div class="col-xxl-6">
<img src="./photos/Rectangle 14.png" class="img-fluid max-width-100 hover-scale" alt="">
</div>
<div class="col-xxl-6">
<img src="./photos/Rectangle 15.png" class="img-fluid max-width-100 hover-scale" alt="">
</div>
</div>
</div>
</section>
<!--Client Section-->
<section class="container-xxl">
<section class="clients text-center text-white">
<div class="container-xxl">
<p>These are the people we've had the pleasure of supporting:</p>
<img src="./photos/_Logos Looping 15sec OPT 1.png" class="img-fluid max-width-100" alt="Logos of diiferent brands">
</div>
</section>
</section>
<!--Contact Section-->
<section class="contact text-center">
<div class="container-xxl">
<div class="position-relative">
<img src="./photos/Rectangle 1.png" class="img-fluid max-width-100" alt="Meeting Collegues">
<div class="position-absolute top-50 start-50 translate-middle">
<h2 class="text-white">GET IN TOUCH</h2>
<h5 class="text-white">We would love to hear from you and work together.</h5>
<form class="form" action="https://example.com/submit-form.php" method="POST">
<div class="mb-3">
<label for="companyName" class="form-label text-white">Company Name</label>
<input type="text" class="form-control" id="companyName" placeholder="Enter company name">
</div>
<div class="mb-3">
<label for="email" class="form-label text-white">Email address</label>
<input type="email" class="form-control" id="email" placeholder="name@example.com">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</section>
<!--Footer Section-->
<div class="container-xxl" id="get-in-touch">
<section class="footer text-white py-5">
<div class="row">
<div class="col-xxl-6 d-flex flex-column flex-wrap align-content-center align-items-start justify-content-center">
<a class="text-decoration-none text-white" href="#main"><h5>Back to Top <img style="height: 12px;" src="./photos/Vector.png" alt="Top Sign"></h5></a> <br>
<img class="hover-scale-amt-logo-icon" src="./photos/AMT White.png" alt="AMT Logo white"> <br>
<p>© AMT Construction Pty Ltd All Rights Reserved.<br>
We acknowledge the traditional owners of Australia as the<br>Aboriginal & Torres Strait Islander peoples and pay our respects<br>to their elders past, present and emerging.<br><br>Privacy Policy T&C’s</p>
</div>
<div class="col-xxl-6">
<div class="footer-part-all d-flex flex-row justify-content-around align-items-start">
<div class="footer-part-1">
<h5>Quick Links</h5> <br>
<a href="#main" class="text-decoration-none text-white"><h6>About US</h6></a>
<a href="#services" class="text-decoration-none text-white"><h6>Services</h6></a>
<a href="#portfolio" class="text-decoration-none text-white"><h6>Portfolio</h6></a>
<a href="#marketing" class="text-decoration-none text-white"><h6>Administration</h6></a>
<a href="#marketing" class="text-decoration-none text-white"><h6>Marketing</h6></a>
<a href="#marketing" class="text-decoration-none text-white"><h6>Tendering</h6></a>
<a href="#contact" class="text-decoration-none text-white"><h6>Contact</h6></a>
</div>
<div class="footer-part-2">
<h5>Get in Touch</h5> <br>
<h6>Md. Abrar Fahim</h6>
<a class="text-decoration-none text-white" href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=abrarfahim21@gmail.com" target="_blank"><h6>abrarfahim21@gmail.com</h6></a>
<a href="tel:+8801858006861" class="text-decoration-none text-white"><p>+8801858-006861</p></a>
<form class="social-icons d-flex">
<a href="https://www.linkedin.com/in/md-abrar-fahim/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Group.png" alt="Linked In"></a>
<a href="https://www.instagram.com/fahmiuss/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Group-insta.png" alt="Instagram"></a>
<a href="https://www.facebook.com/fahmiusss/" target="_blank"><img class="me-2 hover-scale-icon" src="./photos/Vector-fb.png" alt="Facebook"></a>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>