-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
774 lines (744 loc) · 37 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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
<!-- Copyright 2019 CyberOctane -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="TDK Architects Landing Page">
<meta name="keywords" content="TDK, TDK Architects, Landing Page Template">
<!-- Page Title -->
<title>TDK Architects | Home</title>
<!-- Favicon -->
<link rel="icon" href="./img/logo/icon/favicon.png" type="image/png" sizes="16x16">
<!-- Bootstrap v3.3.7 Core CSS -->
<link rel="stylesheet" href="./vendor/bootstrap/css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link rel="stylesheet" href="./vendor/font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Google Fonts API -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet">
<!-- All Plugins CSS -->
<!-- Fullpage.js CSS -->
<link rel="stylesheet" type="text/css" href="./vendor/fullpage-js/v2/css/jquery.fullPage.css">
<!-- Animate.css CSS -->
<link rel="stylesheet" type="text/css" href="./vendor/animate.css/animate.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" type="text/css" href="./vendor/owl.carousel/css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="./vendor/owl.carousel/css/owl.theme.default.css">
<!-- Theme CSS -->
<link rel="stylesheet" type="text/css" href="./css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Loading Start -->
<div id="loader">
<div class="loader-container">
<div class="lds-facebook">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Loading End -->
<!-- NavBar Start -->
<nav id="main-nav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-offset">
<!-- Nav Brand -->
<div class="navbar-header">
<a class="navbar-brand" href="#firstPage"></a>
</div>
<!-- Nav Brand End -->
<!-- Hamburger Menu -->
<div class="hamburger-menu">
<ul class="nav navbar-nav navbar-right">
<li>
<a onclick="openSlideMenu()">
<svg width="25" height="30">
<path d="M0,5 30,5" stroke-width="2" />
<path d="M0,12 30,12" stroke-width="2" />
<path d="M0,19 30,19" stroke-width="2" />
</svg>
</a>
</li>
</ul>
</div>
<!-- Hamburger Menu End -->
</div>
<!-- Navbar-Header End -->
</div>
<!-- Container End -->
</nav>
<!-- NavBar End -->
<!-- Side Menu Start -->
<div id="side-menu" class="side-nav">
<a class="btn-close" onclick="closeSlideMenu()">×</a>
<div class="side-nav-items">
<div id="hamMenu">
<div id="side-nav-li-1" class="wow nav-item" data-wow-delay="0s" data-menuanchor="firstPage">
<div>
<a href="#firstPage" onclick="closeSlideMenu()">HOME</a>
</div>
<hr id="side-nav-li-1-hr">
</div>
<div id="side-nav-li-2" class="wow nav-item" data-wow-delay="0.1s" data-menuanchor="secondPage">
<div>
<a href="#secondPage" onclick="closeSlideMenu()">ABOUT US</a>
<a class="menu-sub-sec" href="team.html" onclick="closeSlideMenu()">SEE THE TEAM</a>
</div>
<hr id="side-nav-li-2-hr">
</div>
<div id="side-nav-li-3" class="wow nav-item" data-wow-delay="0.2s" data-menuanchor="3rdPage">
<div>
<a href="#3rdPage" onclick="closeSlideMenu()">SERVICES</a>
</div>
<hr id="side-nav-li-3-hr">
</div>
<div id="side-nav-li-4" class="wow nav-item" data-wow-delay="0.3s" data-menuanchor="4thPage">
<div>
<a href="#4thPage" onclick="closeSlideMenu()">PORTFOLIO</a>
</div>
<hr id="side-nav-li-4-hr">
</div>
<div id="side-nav-li-5" class="wow nav-item" data-wow-delay="0.4s" data-menuanchor="5thPage">
<div>
<a href="#5thPage" onclick="closeSlideMenu()">CONTACT US</a>
</div>
<hr id="side-nav-li-5-hr">
</div>
</div>
</div>
</div>
<!-- Side Menu End -->
<!-- Landing Start -->
<div id="fullpage">
<!-- Home Section Start -->
<div id="home" class="section">
<div class="hero owl-carousel owl-theme">
<!-- Slide 01 -->
<div class="hero-section" id="hero-section-1">
<div class="container">
<div class="hero-section-inner">
<h2>BRICKSGATE APARTMENT</h2>
<h3>WATTALA</h3>
<hr>
<a href="./projects/bricksgate_wattala.html">SEE MORE ABOUT THIS PROJECT</a>
<hr>
</div>
</div>
</div>
<!-- Slide 02 -->
<div class="hero-section" id="hero-section-2">
<div class="container">
<div class="hero-section-inner">
<h2>AQUA VISTA APARTMENT</h2>
<h3>GALLE</h3>
<hr>
<a href="./projects/aqua_vista_by_fairway_at_galle.html">SEE MORE ABOUT THIS PROJECT</a>
<hr>
</div>
</div>
</div>
<!-- Slide 03 -->
<div class="hero-section" id="hero-section-3">
<div class="container">
<div class="hero-section-inner">
<h2>CUBIC HOMES</h2>
<h3>COLOMBO</h3>
<hr>
<a href="./projects/proposed_cubic_house_project.html">SEE MORE ABOUT THIS PROJECT</a>
<hr>
</div>
</div>
</div>
<!-- Slide 04 -->
<div class="hero-section" id="hero-section-4">
<div class="container">
<div class="hero-section-inner">
<h2>SAUDI AMBASSADOR RESIDENCE</h2>
<h3>COLOMBO 07</h3>
<hr>
<a href="./projects/saudi_ambassador_residence.html">SEE MORE ABOUT THIS PROJECT</a>
<hr>
</div>
</div>
</div>
<div class="hero-section" id="hero-section-5">
<div class="container">
<div class="hero-section-inner">
<h2>FAIRWAY OLCOTT MAWATHA</h2>
<h3>COLOMBO-FORT</h3>
<hr>
<a href="./projects/the_fairway_apartments_olcott_mw.html">SEE MORE ABOUT THIS PROJECT</a>
<hr>
</div>
</div>
</div>
</div>
</div>
<!-- Home Section End -->
<!-- About Us Section Start -->
<div id="about-us" class="section">
<div class="row">
<div class="main-container">
<div class="img-overlay-container">
<div class="img">
<div class="white-overlay">
<div class="overlay-inner">
<div class="block-1">
<h1>WE ARE A</h1>
<h1>TEAM OF</h1>
<h1>ARCHITECTS</h1>
</div>
<br>
<div class="block-2">
<h1>AND LOT MORE</h1>
<br>
</div>
<a href="team.html" class="text-link">SEE THE TEAM</a>
</div>
</div>
</div>
</div>
<div class="detail-container col-md-4">
<div class="container about-description">
<hr class="lg-only">
<p>We are a team of architects and designers specializing in architectural designs,
interior designs, 3D visualizations, Architectural photography and Web developing.</p>
<p class="lg-only">We believe in high ethical principles and administer our work to highest
professional standards to offer a complete and comprehensive service to our clients. We
create meaningful spaces using the state of the art technology and the timeless trends
in design which responds to the climate, environment to give the best solution in
architecture.</p>
<hr class="lg-only">
</div>
<div class="container clients-heading">
<h1>OUR CLIENTS</h1>
<hr>
</div>
<div class="container clients-container">
<div id="clients-mobile">
<div id="clients-list-mobile" class="owl-carousel owl-theme">
<div class="logo">
<img src="img/logo/clients/fairway_holdings.png">
</div>
<div class="logo">
<img src="img/logo/clients/john_keells_holdings.png">
</div>
<div class="logo">
<img src="img/logo/clients/jetwing.png">
</div>
<div class="logo">
<img src="img/logo/clients/avenra_gardens_hotels.png">
</div>
<div class="logo">
<img src="img/logo/clients/akbar_tea.png">
</div>
<div class="logo">
<img src="img/logo/clients/ottobock.png">
</div>
<div class="logo">
<img src="img/logo/clients/rancrisp.png">
</div>
<div class="logo">
<img src="img/logo/clients/landmark.png">
</div>
<div class="logo">
<img src="img/logo/clients/pwa_architects.png">
</div>
<div class="logo">
<img src="img/logo/clients/courtyard_marriott.png">
</div>
<div class="logo">
<img src="img/logo/clients/shangri-la.png">
</div>
<div class="logo">
<img src="img/logo/clients/icc_developers.png">
</div>
<div class="logo">
<img src="img/logo/clients/j_n_interiors.png">
</div>
<div class="logo">
<img src="img/logo/clients/mitco_homes.png">
</div>
</div>
</div>
<div id="clients-desktop">
<div id="clients-list-desktop" class="owl-carousel owl-theme">
<div class="logo">
<img src="img/logo/clients/fairway_holdings.png">
<img src="img/logo/clients/john_keells_holdings.png">
</div>
<div class="logo">
<img src="img/logo/clients/jetwing.png">
<img src="img/logo/clients/avenra_gardens_hotels.png">
</div>
<div class="logo">
<img src="img/logo/clients/akbar_tea.png">
<img src="img/logo/clients/ottobock.png">
</div>
<div class="logo">
<img src="img/logo/clients/rancrisp.png">
<img src="img/logo/clients/landmark.png">
</div>
<div class="logo">
<img src="img/logo/clients/pwa_architects.png">
<img src="img/logo/clients/courtyard_marriott.png">
</div>
<div class="logo">
<img src="img/logo/clients/shangri-la.png">
<img src="img/logo/clients/icc_developers.png">
</div>
<div class="logo">
<img src="img/logo/clients/j_n_interiors.png">
<img src="img/logo/clients/mitco_homes.png">
</div>
</div>
</div>
</div>
<div class="container bottom-hr-container">
<hr class="lg-only">
</div>
</div>
</div>
</div>
</div>
<!-- About Us Section End -->
<!-- Services Section Start -->
<div id="services" class="section">
<div class="services-main-container container">
<div id="service-category-1" class="service-category">
<div class="service-category-inner">
<div class="category-heading">
<h1>WE</h1>
<h1>DESIGN</h1>
</div>
<div class="category-details">
<div class="category-description">
<p class="desktop-only">We are specialist in construction knowledge and high-level
drawing and visualization skills to design buildings that are functional, safe,
sustainable and aesthetically pleasing. We stay involved throughout the
construction process, adapting their plans according to budget constraints,
environmental factors and client needs to develop the most efficient and dynamic
spaces in residential, commercial or recreational.</p>
</div>
<div class="category-sub-sections">
<div class="category-sub-section">
<h4 class="category-sub-heading">ARCHITECTURAL CONSULTANCY</h4>
<div class="category-sub-detail desktop-only">
<!-- <p>Brand Logo</p>
<p>Extended Brand Guide</p> -->
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">ARCHITECTURAL DESIGN</h4>
<div class="category-sub-detail desktop-only">
<!-- <p>Company Profile</p>
<p>Letterheads</p> -->
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">INTERIOR DESIGN</h4>
<div class="category-sub-detail desktop-only">
<!-- <p>Brochures & Leaflets</p> -->
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">LANDSCAPE DESIGN</h4>
<div class="category-sub-detail desktop-only">
<!-- <p>Brochures & Leaflets</p>
<p>Letterheads</p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div id="service-category-2" class="service-category">
<div class="service-category-inner">
<div class="category-heading">
<h1>WE</h1>
<h1>VISUALIZE</h1>
</div>
<div class="category-details">
<div class="category-description">
<p class="desktop-only">We deliver a high quality 3D image rendering and video
presentation / walkthrough to benefit our clients in their developments and
marketing success.</p>
</div>
<div class="category-sub-sections">
<div class="category-sub-section">
<h4 class="category-sub-heading">3D VISUALISATION</h4>
<div class="category-sub-detail desktop-only">
<p>Still Images</p>
<p>3D Panorama Images</p>
<p>Walkthrough And Animations</p>
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">VIRTUAL REALITY</h4>
<div class="category-sub-detail desktop-only">
<!-- <p>Company Profile</p>
<p>Letterheads</p> -->
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">PHOTOGRAPHY</h4>
<div class="category-sub-detail desktop-only">
<p>Architectural Photography</p>
<p>Drone Photography</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="service-category-3" class="service-category">
<div class="service-category-inner">
<div class="category-heading">
<h1>WE MAKE</h1>
<h1>BRANDS</h1>
</div>
<div class="category-details">
<div class="category-description">
<p class="desktop-only">Our designers help you to create & shape your brand with the
initial impression which gives you added brand value to your business and activate
brands through insight, vision and execution. Whether an identity or campaign, they
make your brand visible, relevant and effective by placing the digital at the
center of its ecosystem, without underestimating the power of digital media.</p>
</div>
<div class="category-sub-sections">
<div class="category-sub-section">
<h4 class="category-sub-heading">BRANDING</h4>
<div class="category-sub-detail desktop-only">
<p>Logo Design</p>
<p>Brand Guide</p>
<p>Brand Materials Design</p>
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">CONTENT CREATION</h4>
<div class="category-sub-detail desktop-only">
<p>Brochures & Leaflets</p>
<p>Promotional Materials</p>
</div>
</div>
<div class="category-sub-section">
<h4 class="category-sub-heading">DIGITAL EXPERIENCE</h4>
<div class="category-sub-detail desktop-only">
<p>Web Design & Development</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section End -->
<!-- Projects Section Start -->
<div id="projects" class="section">
<div class="grid-container">
<!-- cubic_house_project -->
<div id="item-1" class="grid-item horizontal-box">
<div class="grid-item-inner">
<a href="./projects/proposed_cubic_house_project.html">
<img src="./img/projects/proposed_cubic_house_project/thumbnail_desktop.jpg" class="img-responsive img-center" alt="Proposed Cubic House Project">
</a>
</div>
</div>
<!-- aqua_vista_by_fairway_project -->
<div id="item-2" class="grid-item horizontal-box">
<div class="grid-item-inner">
<a href="./projects/aqua_vista_by_fairway_at_galle.html">
<img src="./img/projects/aqua_vista_by_fairway_at_galle/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div id="nested-container-1">
<div class="nested-items">
<!-- the_fairway_apartments_olcott_mw_project -->
<div id="item-3" class="grid-item vertical-box">
<div class="grid-item-inner">
<a href="./projects/the_fairway_apartments_olcott_mw.html">
<img src="./img/projects/the_fairway_apartments_olcott_mw/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<!-- fairway_kurunegala_project -->
<div id="item-4" class="grid-item vertical-box">
<div class="grid-item-inner">
<a href="./projects/fairway_kurunegala.html">
<img src="./img/projects/fairway_kurunegala/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</div>
<div id="nested-container-2">
<div class="nested-items">
<!-- leon_house_project -->
<div id="item-5" class="grid-item vertical-box">
<div class="grid-item-inner">
<a href="./projects/saudi_ambassador_residence.html">
<img src="./img/projects/saudi_ambassador_residence/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<!-- negombo_house_2_project -->
<div id="item-6" class="grid-item vertical-box">
<div class="grid-item-inner">
<a href="./projects/negombo_house_2.html">
<img src="./img/projects/negombo_house_2/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</div>
<div id="item-7" class="grid-item">
<div class="grid-item-inner">
<img src="./img/projects/all_projects_thumbnail.jpg" class="img-responsive" alt="">
<div class="fade">
<a href="all-projects.html">
<h1>SEE ALL PROJECTS</h1>
</a>
</div>
</div>
</div>
<!-- office_interior_at_otto_bock_project -->
<div id="item-8" class="grid-item horizontal-box">
<div class="grid-item-inner">
<a href="./projects/office_interior_at_otto_bock.html">
<img src="./img/projects/office_interior_at_otto_bock/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div id="item-9" class="grid-item horizontal-box">
<div class="grid-item-inner">
<a href="./projects/bricksgate_wattala.html">
<img src="./img/projects/bricksgate_wattala/thumbnail_desktop.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</div>
<!-- Projects Section End -->
<!-- Contact Us Section Start -->
<div id="contact-us" class="section">
<div class="contact-us-main-container">
<div class="map-container">
<div id="google-map"></div>
</div>
<div class="contact-us-details-container">
<hr class="blk-hr lg-only">
<div class="locate-us-main-container">
<div class="locate-us">
<h1>LOCATE</h1>
<h1>US</h1>
</div>
<div class="locate-us-details">
<p>74/7, Pragathi Pura, 3rd Lane,</p>
<p>Katuwawala Road,</p>
<p>Maharagama,</p>
<p>Sri Lanka</p>
</div>
</div>
<hr class="blk-hr">
<div class="get-in-touch-main-container">
<div class="get-in-touch">
<h1>GET</h1>
<h1>IN</h1>
<h1>TOUCH</h1>
</div>
<div class="get-in-touch-details">
<p>E-Mail : [email protected]</p>
<p>Tel : +9411 250 9781</p>
<p>Mob 2: +9471 818 8244</p>
<p>Mob 1 : +9477 775 7672</p>
<div class="social-media-icons">
<a href="https://www.facebook.com/tdkarchitects/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a href="https://twitter.com/TDKarchitects" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.instagram.com/tdkarchitects/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
<a href="https://vimeo.com/tdkarchitects" target="_blank">
<i class="fa fa-vimeo"></i>
</a>
</div>
</div>
</div>
<hr class="blk-hr lg-only">
</div>
</div>
<div class="footer">
<p>Designed & Developed with <span><i class="fa fa-heart"></i></span> by TDK Illusions</p>
</div>
</div>
<!-- Contact Us Section End -->
</div>
<!-- Landing End -->
<!-- jQuery CDN -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- <script src="./vendor/jquery/jquery.min.js"></script> -->
<!-- Bootstrap Core JavaScript -->
<script src="./vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<!-- scrolloverflow -->
<script src="./vendor/fullpage-js/v2/js/scrolloverflow.js"></script>
<!-- Fullpage.js -->
<script src="./vendor/fullpage-js/v2/js/jquery.fullPage.js"></script>
<!-- jQuery Easing -->
<script src="./vendor/jquery.easing/jquery.easing.js"></script>
<!-- wow.js -->
<script src="./vendor/wow.js/wow.js"></script>
<!-- Owl Carousel -->
<script src="./vendor/owl.carousel/js/owl.carousel.js"></script>
<!-- Theme JavaScript -->
<script src="./js/fullpage.controller.js"></script>
<script src="./js/script.js"></script>
<script src="./js/custom.js"></script>
<!-- Google Map Initialization -->
<script>
var map, marker;
function initMap() {
var location = {
lat: 6.839325,
lng: 79.917595
};
map = new google.maps.Map(document.getElementById('google-map'), {
center: location,
zoom: 15,
disableDefaultUI: true,
zoomControl: true,
styles: [{
"featureType": "administrative",
"elementType": "all",
"stylers": [{
"saturation": "-100"
}]
},
{
"featureType": "administrative.province",
"elementType": "all",
"stylers": [{
"visibility": "off"
}]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [{
"saturation": -100
},
{
"lightness": 65
},
{
"visibility": "on"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [{
"saturation": -100
},
{
"lightness": "50"
},
{
"visibility": "simplified"
}
]
},
{
"featureType": "road",
"elementType": "all",
"stylers": [{
"saturation": "-100"
}]
},
{
"featureType": "road.highway",
"elementType": "all",
"stylers": [{
"visibility": "simplified"
}]
},
{
"featureType": "road.arterial",
"elementType": "all",
"stylers": [{
"lightness": "30"
}]
},
{
"featureType": "road.local",
"elementType": "all",
"stylers": [{
"lightness": "40"
}]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [{
"saturation": -100
},
{
"visibility": "simplified"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [{
"hue": "#ffff00"
},
{
"lightness": -25
},
{
"saturation": -97
}
]
},
{
"featureType": "water",
"elementType": "labels",
"stylers": [{
"lightness": -25
},
{
"saturation": -100
}
]
}
]
});
marker = new google.maps.Marker({
position: location,
map: map,
title: 'TDK Architects'
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCmeLxO_ARD4U2zAWM096TZlOQYy0PQXt0&callback=initMap"
async defer></script>
</body>
</html>