-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
422 lines (319 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>companyName</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/icon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="manifest" href="manifest.json">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- font awesome icons -->
<script src="https://kit.fontawesome.com/054d6d8133.js" crossorigin="anonymous"></script>
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<div id="content">
<div id="header">
<div class="header-cont">
<nav>
<img src="assets/img/logo.png" class="logo" alt="website logo" >
<ul id="sidemenu" class="navmenu">
<li><a href="" onclick="scrollToSection(event, '#about-for-navigation')">About</a></li>
<li><a href="" onclick="scrollToSection(event, '#services')">Services</a></li>
<li><a href="" onclick="scrollToSection(event, '#why-us')">Why Us</a></li>
<li><a href="" onclick="scrollToSection(event, '#contact')">Contact</a></li>
<li><a href="" onclick="scrollToSection(event, '#follow-us')">Follow</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
</div>
</div>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-7 order-lg-last hero-img">
<img src="assets/img/design.png" class="img-fluid" alt="">
</div>
<div class="col-lg-5 d-flex flex-column justify-content-center">
<h1>welcome to companyName</h1>
<p><span>your tagline</span></p>
</div>
</div>
</div>
</section><!-- /Hero Section -->
</div>
<!-- About Section -->
<section id="about" class="about section">
<div id="about-for-navigation" class="container" data-aos="fade-up">
<div class="row g-4 g-lg-5" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-5 about-cont-1">
<div class="about-img">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
<h1 >yourName</h1>
<p>Chief Executive Officer</p>
</div>
<div class="col-lg-7 about-cont-2">
<h1 class="pt-0 pt-lg-5" style="text-align: center;">About Us</h1>
<p class="pt-0 pt-lg-5">At companyName,write a small intro about your company.</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h1>Services</h1>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<!-- you can use bootstrap icons as described below -->
<!-- <i class="bi bi-house-door"></i> -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item item-cyan position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#1</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item item-orange position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#2</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item item-teal position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#3</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-item item-red position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#4</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item item-indigo position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#5</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-item item-pink position-relative">
<div class="icon">
<i class=""></i>
</div>
<h3>Service#6</h3>
</a>
<p>description about that property.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Why Us? Section -->
<section id="why-us" class="whyus section">
<div class="container" data-aos="fade-up">
<div class="row g-4 g-lg-5" data-aos="fade-up" data-aos-delay="200">
<div class="whyus">
<h1>Why Choose companyName?</h1>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#1</p>
</div>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#2</p>
</div>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#3</p>
</div>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#4</p>
</div>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#5</p>
</div>
<div class="d-flex align-items-start mt-1">
<i class="bi bi-bullet"></i>
<p>reason#6</p>
</div>
</div>
</div>
</div>
</section><!-- /Why Us? Section
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h1>Contact</h1>
<p>Leave here a message and our team will respond you as soon as possible</p>
</div><!-- End Section Title -->
<div class="container position-relative" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-5">
<div class="info-item d-flex mt-md-5 mb-4" data-aos="fade-up" data-aos-delay="300">
<a class="redirection" href="tel:+923044296577">
<i class="bi bi-telephone flex-shrink-0"></i>
</a>
<div>
<h3>Call Us</h3>
<a class="redirection" href="tel:+923044296577">
<p>0300 XXXXXXX</p>
</a>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex mb-4" data-aos="fade-up" data-aos-delay="400">
<a class="redirection" href="mailto:info@companyName.com">
<i class="bi bi-envelope flex-shrink-0"></i>
</a>
<div>
<h3>Email Us</h3>
<a class="redirection" href="mailto:info@companyName.com">
<p>info@companyName.com</p>
</a>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-7">
<form name="submit-to-google-sheet" class="contact-form" data-aos="fade-up" data-aos-delay="500">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Name" required="">
</div>
<div class="col-md-6 ">
<input type="telephone" class="form-control" name="phone" placeholder="Phone No" required="">
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required="">
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="4" placeholder="Message" required=""></textarea>
</div>
<div class="col-md-12 text-center">
<button type="submit">Send Message</button>
<div class="cont-msg">
<span id="msg"></span>
</div>
</div>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-3">
<div class="col-lg-3 col-md-6 d-flex">
<a class="redirection" href="your-location-link">
<i class="bi bi-geo-alt icon"></i>
</a>
<div class="address">
<h4>Address</h4>
<a class="redirection" href="your-location-link">
<p>your address,</p>
<p>area,city</p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-clock icon"></i>
<div class="opening-hours">
<h4>Opening Hours</h4>
<p>
<strong>Mon-Sat: </strong>7AM - 10PM
<br>
<strong>Sun</strong>: Closed
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-telephone icon"></i>
<div class="contact-us">
<h4>Contact Us</h4>
<div class="social-links d-flex">
<a class="redirection" href="tel:+xxxxxxxxxxxxx">
<i class="bi bi-telephone flex-shrink-0"></i>
</a>
<a class="redirection" href="https://wa.me/xxxxxxxxxxx">
<i class="bi bi-whatsapp flex-shrink-0"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex">
<i class="bi bi-people icon"></i>
<div class="follow-us" id="follow-us">
<h4>Follow Us</h4>
<div class="social-links d-flex ">
<a href="" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="" class="tiktok"><i class="bi bi-tiktok"></i></a>
<a href="" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="" class="youtube"><i class="bi bi-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© companyName | All Rights Reserved</p>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
AOS.init();
});
</script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>