-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (267 loc) · 16.7 KB
/
index.html
File metadata and controls
271 lines (267 loc) · 16.7 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
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Home</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img class="navbar-brand-logo" src="./logo.png" alt="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 me-auto mb-2 mb-lg-0 hover-links">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">HOME</a>
</li>
<hr class="dropdown-divider">
<li class="nav-item">
<a class="nav-link" href="./aboutUs.html">ABOUT US</a>
</li>
<hr class="dropdown-divider">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false"> PROJECTS </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="projects/residential.html">RESIDENTIAL PROJECT</a>
</li>
<li><a class="dropdown-item" href="./projects/commercial.html">COMMERCIAL PROJECTS</a>
</li>
<li><a class="dropdown-item" href="./projects/factories.html">FACTORIES PROJECTS</a>
</li>
<li><a class="dropdown-item" href="./projects/industrial.html">INDUSTRIAL PROJECTS</a></li>
<li><a class="dropdown-item" href="#">ONGOING PROJECTS</a></li>
</ul>
</li>
<hr class="dropdown-divider">
<li class="nav-item">
<a class="nav-link" href="./capabilities.html">CAPABILITIES</a>
</li>
<hr class="dropdown-divider">
<li class="nav-item">
<a class="nav-link" href="http://www.elalan.com/blog/">BLOG</a>
</li>
<hr class="dropdown-divider">
<li class="nav-item">
<a class="nav-link" href="./contacts.html">CONTACT US</a>
</li>
<hr class="dropdown-divider">
</ul>
</div>
</div>
</nav>
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./buidings/jocke-wulcan-0Q7yLkGSHpA-unsplash.jpg" class="d-block w-100" height="700px"
alt="...">
<div id="slider-text-part" class="carousel-caption align-items-center d-flex">
<h3 class="slider-heading-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda modi debitis vero temporibus placeat, ipsa distinctio.</h3>
<button type="button" class="btn btn-outline-danger">Detaylı Bilgi</button>
</div>
</div>
<div class="carousel-item">
<img src="./new/ben-allan-BIeC4YK2MTA-unsplash.jpg" class="d-block w-100" height="700px"
alt="...">
<div id="slider-text-part" class="carousel-caption align-items-center d-flex">
<h3 class="slider-heading-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda modi debitis vero temporibus placeat, ipsa distinctio.</h3>
<p>Teknik Destek Hizmetleri</p>
<p>+90 850 111 11 11</p>
<button type="button" class="btn btn-outline-danger">Detaylı Bilgi</button>
</div>
</div>
<div class="carousel-item">
<img src="./new/nathan-waters-j7q-Z9DV3zw-unsplash.jpg" class="d-block w-100" height="700px"
alt="...">
<div id="slider-text-part" class="carousel-caption align-items-center d-flex">
<h3 class="slider-heading-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda modi debitis vero temporibus placeat, ipsa distinctio.</h3>
<p>Teknik Destek Hizmetleri</p>
<p>+90 850 111 11 11</p>
<button type="button" class="btn btn-outline-danger">Detaylı Bilgi</button>
</div>
</div>
<!-- <div class="carousel-item">
<img src="./buidings/rahul-bhogal-Ub9LkIWxyec-unsplash.jpg" class="d-block w-100" height="700px"
alt="...">
<div id="slider-text-part" class="carousel-caption align-items-center d-flex">
<h3 class="slider-heading-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda modi debitis vero temporibus placeat, ipsa distinctio.</h3>
<p>Teknik Destek Hizmetleri</p>
<p>+90 850 111 11 11</p>
<button type="button" class="btn btn-outline-danger">Detaylı Bilgi</button>
</div>
</div> -->
<!-- <div class="carousel-item">
<img src="./buidings/lance-anderson-QdAAasrZhdk-unsplash.jpg" class="d-block w-100" height="700px"
alt="...">
<div id="slider-text-part" class="carousel-caption align-items-center d-flex">
<h3 class="slider-heading-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda modi debitis vero temporibus placeat, ipsa distinctio.</h3>
<p>Teknik Destek Hizmetleri</p>
<p>+90 850 111 11 11</p>
<button type="button" class="btn btn-outline-danger">Detaylı Bilgi</button>
</div>
</div> -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section">
<h1 style="text-align: center;">ABOUT <span style="color:green;">US</span></h1>
<p>We provide complete construction solutions. The majority of our contracts are 'design & build' projects.
We are involved in each stage of the project, from architectural design, planning approval and
construction. We also provide building maintenance and facility management solutions. This holistic
approach delivers cost effectiveness, streamlines project management and shortens construction
timelines. </p>
<button type="button" class="btn btn-outline-success">Read more</button>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section our-specialisation-container">
<ul>
<li>
<h1>Our Specialization:</h1>
</li>
<li>CONSTRUCTION</li>
<li>PLANNING APPROVAL</li>
<li>CONSTRUCTION</li>
<li>PLANNING APPROVAL</li>
</ul>
<div class="card" style="width: 18rem;">
<img src="./buidings/k8-OvvfmRm4ja4-unsplash.jpg" class="card-img-top" alt="...">
</div>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section">
<h1 style="text-align: center;">OUR <span style="color:green;">VISION</span></h1>
<h4>OUR VISION HAS BEEN THE SAME SINCE THE BEGINNING</h4>
<p>We remain focused on building long lasting relationships by consistently delivering a world-class
performance. </p>
<h4>OUR MISSION STATEMENT</h4>
<p>Exceeding our clients expectations through our passion for quality, our quest for innovation and our
commitment to delivery.</p>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section">
<h1 style="text-align: center;">OUR <span style="color:green;">MARKETS</span></h1>
<p>We have expanded our operational and service offering to cater to a wide spectrum of construction needs
in both the public and private sectors. Our portfolio of work comprises successful projects in the
Residential, Commercial and Industrial spaces, working with clients across all sectors and with
differing budgets.</p>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section">
<div class="book-meeting-section">
<header>
<h1>BOOK A <span style="color:green;">MEETING</span></h1>
</header>
<section class="b-a-m-form">
<form onsubmit="sendEmail(); reset(); return false;">
<input id="name" type="text" placeholder="NAME">
<input id="phone" type="text" placeholder="TELEPHONE">
<textarea id="message" placeholder="MESSAGE"></textarea>
<input type="text" id="email" placeholder="EMAIL">
<input id="project" type="text" placeholder="SELECT PROJECT">
<!-- <button type="submit">send</button> -->
<input id="sendBtn" type="submit" value="SEND">
</form>
<div class="error-cont"><p id="errorMsg"></p></div>
</section>
</div>
</div>
<div class="container p-3 my-3 bg-dark text-white home-about-section">
<h1 style="text-align: center;">SUBSCRIBE TO <span style="color:green;">OUR NEWSLETTER</span></h1>
<form class="newsLetter">
<input type="email" placeholder="EMAIL"><br><br>
<input type="button" value="SEND">
</form>
</div>
<div class="w-100 bg-dark p-3">
<footer class="py-5">
<div class="row">
<div class="col-6 col-md-2 mb-3">
<h5 class="text-white">Navigations</h5>
<ul class="nav flex-column hover-links">
<li class="nav-item mb-2"><a href="./index.html" class="nav-link p-0 text-white">Home</a>
</li>
<li class="nav-item mb-2"><a href="./aboutUs.html" class="nav-link p-0 text-white">About</a>
</li>
<li class="nav-item mb-2"><a href="./capabilities.html"
class="nav-link p-0 text-white">Capabilities</a></li>
<li class="nav-item mb-2"><a href="./contacts.html" class="nav-link p-0 text-white">Contact
us</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5 class="text-white">Projects</h5>
<ul class="nav flex-column hover-links">
<li class="nav-item mb-2"><a href="projects/residential.html"
class="nav-link p-0 text-white">Residential</a></li>
<li class="nav-item mb-2"><a href="./projects/commercial.html"
class="nav-link p-0 text-white">Commercial</a></li>
<!-- <li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Factory</a></li> -->
<li class="nav-item mb-2"><a href="./projects/industrial.html" class="nav-link p-0 text-white">Industrial</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">About</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5 class="text-white">Social media</h5>
<ul class="nav flex-column hover-links">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Facebook</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Twitter</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Instagram</a></li>
</ul>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<img src="./logo.png" alt="">
</div>
<!-- <div class="col-md-5 offset-md-1 mb-3">
<form>
<h5>Subscribe to our newsletter</h5>
<p>Monthly digest of what's new and exciting from us.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div> -->
</div>
<div class="d-flex flex-column flex-sm-row align-items-center justify-content-between border-top">
<p style="margin-top: 1em;">Designed by EMWRLD999(DEV-EM)</p>
<p style="margin-top: 1em;">© 2022 architect, Inc. All rights reserved.</p>
<!-- <p style="margin-top: 1em;">© 2022 architect, Inc. All rights reserved.</p> -->
<!-- <ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#twitter"/></svg></a></li>
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#instagram"/></svg></a></li>
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#facebook"/></svg></a></li>
</ul> -->
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src=" https://smtpjs.com/v3/smtp.js"></script>
<script src="js/email.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
</body>
</html>