-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
473 lines (379 loc) · 26.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TIMECAPSULE</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@600&family=Great+Vibes&family=Lobster+Two&family=MonteCarlo&family=PT+Serif:wght@700&family=Prata&family=Sail&family=The+Nautigal:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@600&family=PT+Serif:wght@700&family=Prata&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>History</title>
<link rel="stylesheet" href="responsive.css">
<link
href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|PT+Serif:400,400i,700,700i|Poppins:300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i"
rel="stylesheet"
/>
<script src="https://kit.fontawesome.com/0f5d72f27a.js" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@600&family=Great+Vibes&family=MonteCarlo&family=PT+Serif:wght@700&family=Prata&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div id="dv" style="background: white;height: 3.5rem;">
<!-- <h1>gggggg</h1> -->
<div class="container" style="float: right; color: white; font-weight: bolder ; font-size: x-large; width:70%;height: 3.5rem; clip-path: polygon(100% 0, 100% 100%, 5% 100%, 0 0);background-color: rgb(44, 44, 44);">
<div id="sec" style="margin-left: 8rem;font-size: large;"><i class="fa fa-phone" aria-hidden="true"></i> 1-800-23-456-7890 <span style="font-size: xx-small;text-transform: uppercase;color: #e2b13c; justify-content: center;align-items: center;">WE will always welcome joyfully any opportunity that comes our way to be of service to you </span></div>
</div>
</div>
<nav class="navigationWrapper" style="background-color: white;position:sticky;top: 0;">
<div class="logoWrapper" style="background-color: white;">
<img id="lg" style="margin-top: -3rem;" src="img/default.png" alt="">
</div>
<ul class="navigation">
<li class="parent">
</i
><a class="link" href="#">
<i style="font-size: large; color: #000;" class="fas fa-home"></i>
Home
</a>
</li>
<li class="parent"><a class="link" href="#about"><i style="font-size: large; color: #000;" class="fas fa-address-card"></i> About</a></li>
<li class="parent"><a class="link" href="contact.html"><i style="font-size: large; color: #000;" class="fas fa-phone-alt"></i> Contact</a></li>
<li class="parent" id="clients">
<a class="link" href="login.html"><i style="font-size: large; color: #000;" class="fas fa-sign-in-alt"></i> SignIN</a>
</li>
</ul>
<div id="mainbox" onclick="openFunction()" style="color: rgb(0, 0, 0);"><img id="im" src="img/list (1).png" alt=""></div>
<div id="menu" class="sidemenu">
<a href="#"><i class="fas fa-home"></i> Home</a>
<a href="#"><i class="fas fa-address-card"></i> About</a>
<a href="contact.html"><i class="fas fa-phone-alt"></i> Contact</a>
<a href="login.html"><i class="fas fa-sign-in-alt"></i> signin</a>
<a href="#" class="closebtn" onclick="closeFunction()">×</a>
</div></div>
</nav>
</header>
<div class="box">
<div class="content" style="align-items: center; margin-left: 1rem; margin-right: 1rem; justify-content: space-around;width: 100%; height: 35vh; display: inline-block;">
<h1 id="head" style=" font-weight: 900; text-align: center; text-transform: uppercase;">
We are not makers of history We are made by history
<p id="para" style="text-transform: none; font-weight: normal;font-family: 'Sail', cursive;">The growth of history has accompanied with growth of human race. </p><br>
<a href="login.html"><div id="os" class="btn" style="background: black;color: white;padding-top: 9px;font-family: 'Oswald', san-serif; width: 10rem;height: 3rem;">
LEARN MORE >
</div></a>
</h1>
</div>
</div>
</div>
</div>
</div>
<div style="float: right;">
<div style="background: rgb(36, 36, 36);float: right;position: fixed; z-index: 999; width: 4rem;height: 4rem;border-radius: 50%; place-items: center;" class="back">
<a href="#">
<i style="font-size: x-large;color: #e2b13c;padding-top: 1.3rem;padding-left: 18px; align-items: center;place-items: center;" class="fas fa-chevron-up"></i>
</a>
</div>
</div>
<main>
<div class="content1">
<img style="margin-top: 4rem; " data-aos="fade-right"
data-aos-offset="200"
data-aos-easing="ease-in-sine" class="responsive" src="img/muesem-1.png" alt="">
<div class="topic" style="text-align: center; width: 70%;">
<img src="img/6410846_preview.png" style="width: 50%;height: auto;" alt="">
<br><br>
<h6 id="ct2" style="color: #e2b13c;font-family: 'PT Serif', serif; font-weight: bold;">" ATITHI DEVO BHAVA"</h6><br>
<h3 id="ct1" style="font-weight: bold;color: #000;">HISTORY OF OUR INDIA</h3>
<p id="ct" style="color: rgb(102, 102, 102);margin-top: 1rem; width: 100%;text-align: center; font-weight :bold; align-items: center; justify-content: space-around; font-family:Gloss_And_Bloom , sans-serif;">Atithi Devo Bhava is a Sanskrit verse, translated literally it means “The guest is equivalent to God”. It is taken from ancient Hindu scripture and has become part of the codes of conduct for the Hindu society.What it has come to mean today is that no matter who you are and where you are from, in India you are welcomed warmly and treated with respect.</p>
<br>
<p id="ct" style="color: #e2b13c;cursor: pointer;">More Info→</p>
</div>
</div>
<div class="content2" style="background: url(images/[email protected]);width: 100%;height: auto;background-size:cover ;background-repeat: no-repeat;">
</div>
<div class="content3" id="about" >
<h6 id="ct2" style="color: #e2b13c;font-family: 'PT Serif', serif; padding-top: 6rem;padding-left: 7rem; justify-content: space-around; font-weight: bold; width: 100%;">On View→<BR></BR>
<span id="ct1" style="font-weight: bold;color: #000; font-size: 2.3rem;font-family: Gloss_And_Bloom, sans-serif;">ABOUT US</span><br>
<p id="ct" style="color: rgb(102, 102, 102);margin-top: 1rem; width: 80%;text-align: center; font-weight :bold; line-height: 2rem; align-items: center; justify-content: space-around; font-family:Gloss_And_Bloom , sans-serif;">Then one day he was shooting at some food and up through the ground came a bubbling crude oil that is so lets make the most of this beautiful day since we are together space the final frontier these are the voyages of the Starship Enterprise today still wanted by the government they survive as soldiers of fortune would not you like to get away sometimes you want to go where everybody knows your name.</p></h6>
<img src="img/gettyimages-1040902396-170667a.jpg" data-aos="fade-left"
data-aos-offset="200"
data-aos-easing="ease-in-sine" style="height: auto;width:50%;" >
</div>
<div class="venues">
<h1 style="padding-top: 2rem; font-size: 6rem;color:rgba(170, 170, 170, 0.438);text-align: center;font-weight: bolder;margin-bottom: -9rem;">VENUES TO VISIT</h1>
<h1 style="color: #272727;text-align: center; font-family:Gloss_And_Bloom , sans-serif;padding-top: 4rem; justify-content: space-around; font-weight: bold; width: 100%;">ABOUT OUR <span style="color: #e2b13c;font-family:Gloss_And_Bloom , sans-serif; justify-content: space-around; font-weight: bold; width: 100%;">VENUES</span></h1>
<div class="card-group" style="display: flex;margin-top: 6rem;">
<div class="card" style="height:50%;width:50%"data-aos="fade-right"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-1.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%" data-aos="fade-right"
data-aos-offset="300" data-aos-easing="ease-in-sine" >
<img src="img/venu-2.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%" data-aos="fade-right"
data-aos-offset="300" data-aos-easing="ease-in-sine" >
<img src="img/venu-3.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-right"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-4.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-right"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-5.jpg" class="card-img-top" alt="...">
</div>
</div>
<div class="card-group" style="display: flex;">
<div class="card" style="height:50%;width:50%"data-aos="fade-left"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-6.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-left"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-7.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-left"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-8.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-left"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-9.jpg" class="card-img-top" alt="...">
</div>
<div class="card" style="height:50%;width:50%"data-aos="fade-left"
data-aos-offset="300" data-aos-easing="ease-in-sine">
<img src="img/venu-10.jpg" class="card-img-top" alt="...">
</div>
</div>
<div class="visitors" style="background-color: white;">
<h1 style="padding-top: 5rem; font-size: 6.5rem;color:rgba(214, 214, 214, 0.404);text-align: center;font-weight: bolder;margin-bottom: -5.5rem;">TESTIMONIALS</h1>
<h1 style="color: #000000;text-align: center; font-family:Gloss_And_Bloom , sans-serif; justify-content: space-around; font-weight: bold; width: 100%;"> OUR VISITORS <span style="color: #e2b13c;font-family:Gloss_And_Bloom , sans-serif; justify-content: space-around; font-weight: bold; width: 100%;">SAYS</span></h1>
<div class="card-group" style="display: flex;margin-top: 6rem;border: none;width: 100%;margin-left: 5rem;">
<div class="maincardss2" style="display: flex;">
<div class="card mb-3" style="max-width: 100%;border: none;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/testi1-293x191.jpg"style="height:105%;width: 40rem;" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p id="ct" style="color: rgb(102, 102, 102);margin-top: 1rem; width: 80%; font-weight :bold; line-height: 2rem; font-family:Gloss_And_Bloom , sans-serif;" class="card-text">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Amet laboriosam labore nemo tempora neque accusantium iusto </p>
<h6 style="color: black; font-family:Gloss_And_Bloom , sans-serif; font-weight: bolder;">LOUSINE WALKER</h6>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;border: none;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/testi2-293x191.jpg"style="height:105%;width: 46rem;" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p id="ct" style="color: rgb(102, 102, 102);margin-top: 1rem; width: 80%; font-weight :bold; line-height: 2rem; font-family:Gloss_And_Bloom , sans-serif;" class="card-text">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Amet laboriosam labore nemo tempora neque accusantium iusto </p>
<h6 style="color: black; font-family:Gloss_And_Bloom , sans-serif;font-weight: bolder;">LOUSINE WALKER</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br>
</div>
<div class="client" style="background: white;">
<h1 style="padding-top: 2rem; font-size: 6rem;color:rgba(170, 170, 170, 0.438);text-align: center;font-weight: bolder;margin-bottom: -9rem;">CILENTS OF OUR PAGE</h1>
<h1 style="color: #272727;text-align: center; font-family:Gloss_And_Bloom , sans-serif;padding-top: 4rem; justify-content: space-around; font-weight: bold; width: 100%;">OUR <span style="color: #e2b13c;font-family:Gloss_And_Bloom , sans-serif; justify-content: space-around; font-weight: bold; width: 100%;">CLIENTS</span></h1>
<br><br><br>
</div>
<div class="ourclient">
<img src="images/client-1.png" alt="">
<img src="images/client-2.png" alt="">
<img src="images/client-3.png" alt="">
<img src="images/client-4.png" alt="">
<img src="images/client-5.png" alt="">
</div>
<div class="bestsite" style="height: 9rem;width:100%;text-align: center;font-size: 1.7rem;padding-top:3rem;font-family: Gloss_And_Bloom , sans-serif; background: #e2b13c;color: white;font-weight: bolder;padding-left: 9rem;">
HERE COMES THE BEST HISTORICAL SITE EVER <span style="float: right;">⎯⎯⎯<span style="color: black;"> - </span><a href="login.html" style="font-size: 1rem;text-decoration: none; color: white; padding-right: 3rem;">SIGN UP NOW</a></span></div>
</main>
<footer class="footer-main container-fluid no-padding">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-6">
<aside class="ftr-widget widget_about" style="color: white;">
<a title="Logo" href="index-2.html" class="navbar-brand"><img width="75%" src="images/default.png" alt=""></a>
<p>
Then one day he was shooting at some food and up the ground came
a crude oil day he was shooting at some food.
</p>
<ul id="li">
<li>
<a id="li1" style="background: rgb(255, 230, 0); color: #000;size: 5rem;" href="#" title="Facebbok">
<i id="ii" class="fa fa-snapchat"></i>
</a>
</li>
<li>
<a id="li1" style="background:rgb(68, 118, 255) ;" href="#" title="Twitter"><i id="ii" class="fa fa-twitter"></i></a>
</li>
<li>
<a id="li1" style="background:red ;" href="#" title="Google">
<i id="ii" class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a id="li1" style="background: linear-gradient(135deg,rgb(43, 0, 143),rgb(255, 0, 64),rgb(255, 208, 0));" href="#" title="Instagram">
<i id="ii" class="fa fa-instagram"></i>
</a>
</li>
<li>
<a id="li1" style="background:rgb(0, 202, 0) ;" href="#" title="Linkedin">
<i id="ii" class="fa fa-whatsapp"></i>
</a>
</li>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<ul id="zee">
<li>
<div class="download android">
<img style="margin-right: 7rem;margin-top: 1rem;" src="images/google-play.png" alt="">
<span class="p1">Download from</span>
<span class="p2">Google Play</span>
</div>
</li>
<li>
<div style="background-color: white;color: #000;font-weight: bolder;" class="download apple">
<i style="color: black;" class="fa fa-apple fa-2x"></i>
<span class="p1">Download from</span>
<span class="p2">App Store</span>
</div>
</li>
</ul>
</ul>
</aside>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="ftr-widget widget_link">
<h3 class="widget-title">INFORMATION</h3>
<ul>
<li class="col-md-6 col-sm-6 col-xs-6">
<a href="about.html" title="About">About</a>
</li>
</li>
<li class="col-md-6 col-sm-6 col-xs-6">
<a href="#" title="History">History</a>
</li>
<li class="col-md-6 col-sm-6 col-xs-6">
<a href="gallery.html" title="Gallery">Gallery</a>
</li>
<li class="col-md-6 col-sm-6 col-xs-6">
<a href="#" title="Services">Services</a>
</li>
<li class="col-md-6 col-sm-6 col-xs-6">
<a href="contactus.html" title="Contact">Contact</a>
</li>
</ul>
</aside>
</div>
<div class="col-md-2 col-sm-6 col-xs-6">
<aside class="ftr-widget widget_link">
<h3 class="widget-title">resources</h3>
<ul>
<li><a href="#" title="Terms of Use">Terms of Use</a></li>
<li><a href="#" title="Privacy Policy">Privacy Policy</a></li>
<li><a href="#" title="Sitemaps">Sitemaps</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="ftr-widget widget_subscribe">
<h3 class="widget-title">newsletter</h3>
<input style="background: rgb(192, 192, 192);color: #000;"
type="text"
class="form-control"
placeholder="Your Email id" />
<button type="button" title="Subcribe" class="btn">
Subcribe
</button>
</aside>
</div>
</div>
</div>
<div class="container-fluid no-padding copyright">
<p>
copyrights <i class="fa fa-copyright"></i> 2022. all rights reserved
</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="text/javascript" src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script>
AOS.init({
offset: 200,
duration: 700,
});
var clients = document.getElementById('clients');
var services = document.getElementById('services');
clients.addEventListener('click', function () {
$(clients).toggleClass("active");
$(".parent:not(#clients)").toggleClass("invisible");
}, false);
services.addEventListener('click', function () {
$(services).toggleClass("active");
$(".parent:not(#services)").toggleClass("invisible");
}, false);
function openFunction() {
document.getElementById("menu").style.width = "150px";
document.getElementById("mainbox").style.marginLeft = "800px";
// document.getElementById("mainbox").innerHTML="";
}
function closeFunction() {
document.getElementById("menu").style.width = "0%";
document.getElementById("mainbox").style.marginLeft = "0px";
document.getElementById("mainbox").innerHTML = "☰";
}
</script>
</body>
</html>