-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
819 lines (769 loc) · 30.8 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
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="images/sw logo.png" type="">
<title> SinaFrames </title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!--owl slider stylesheet -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="hero_area">
<div class="hero_bg_box">
<div class="bg_img_box">
<img src="images/hero-bg.png" alt="">
</div>
</div>
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<img src="../images/sw logo.png" alt="logo" class="logo">
<span>
SinaFrames
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why.html">Why Us</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- end header section -->
<!-- slider section -->
<section class="slider_section ">
<div id="customCarousel1" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
Video <br>
Editing
</h1>
<p>
Our editing team is dedicated to making your memories last. With expert editing, color correction,
and seamless transitions, we turn raw footage and photos into polished, professionally edited
albums—perfect for weddings, events, and personal milestones.
</p>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/1a.webp" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
Graphics & Album <br>
Designing
</h1>
<p>
Our graphic & Album design services bring creativity to life. Whether you need logos, social media
graphics, promotional materials, or custom illustrations, we work with precision and an eye for
detail to capture your brand’s identity and message.
</p>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/1b.webp" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
Web <br>
Designing
</h1>
<p>
We design websites that are visually striking, user-friendly, and optimized for an engaging online
experience. From layout and functionality to mobile optimization, we ensure your website is an
authentic extension of your brand.
</p>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/1c.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#customCarousel1" data-slide-to="0" class="active"></li>
<li data-target="#customCarousel1" data-slide-to="1"></li>
<li data-target="#customCarousel1" data-slide-to="2"></li>
</ol>
</div>
</section>
<!-- end slider section -->
</div>
<!-- service section -->
<section class="service_section layout_padding">
<div class="service_container">
<div class="container ">
<div class="heading_container heading_center">
<h2>
Our <span>Services</span>
</h2>
<p>
We Deals in Website Design, Application Design, Testing, Mentenance, Graphics Design, Video Editing, Album
Design & Printing etc.
</p>
</div>
<div class="row">
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/1d.png" alt="">
</div>
<div class="detail-box">
<h5>
Website Designing
</h5>
<p>
Your website is the digital heart of your brand, and we make sure it leaves a lasting impression. From
clean layouts to responsive, mobile-ready designs, we blend creativity with functionality.
</p>
<a href="">
View All
</a>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/1e.png" alt="">
</div>
<div class="detail-box">
<h5>
Graphics & Album Designing
</h5>
<p>
We’re all about crafting visuals that stand out. Whether it's logos, social media visuals, or
print-ready designs, our graphic design services help you build a cohesive look that speaks directly
to your audience.
</p>
<a href="">
View All
</a>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/1f.png" alt="">
</div>
<div class="detail-box">
<h5>
Vedio Editing
</h5>
<p>
We turn your raw photos and videos into elegant, polished albums that capture the emotions and details of each moment, perfect for weddings,
special events, and personal keepsakes.
</p>
<a href="album.html">
View All
</a>
</div>
</div>
</div>
</div>
<!-- <div class="btn-box">
<a href="">
View All
</a>
</div> -->
</div>
</div>
</section>
<!-- end service section -->
<!-- about section -->
<section class="about_section layout_padding">
<div class="container ">
<div class="heading_container heading_center">
<h2>
About <span>Us</span>
</h2>
<p>
It's been over 10 years since we did anything. Whether our team members have a lot of experience or they all
know their work very well, what to do and how to do it, all of them are experts in their own fields and we all
are one team. Everyone helps each other and solves problems.
</p>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="img-box">
<img src="images/444.gif" alt="">
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<h3>
We Are SinaFrames
</h3>
<p>
we bring creativity and precision to every project. Specializing in website design, graphic design, and
photo and video album editing, our team is dedicated to crafting stunning digital experiences that
captivate audiences and leave a lasting impression. Whether you're looking to build a unique online
presence, create eye-catching graphics, or preserve your memories in beautifully edited albums, we’re here
to bring your vision to life. Let's make your ideas stand out!"
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- why section -->
<section class="why_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2>
Why Choose <span>Us</span>
</h2>
</div>
<div class="why_container">
<div class="box">
<div class="img-box">
<img src="images/w1.png" alt="">
</div>
<div class="detail-box">
<h5>
Expert Designing
</h5>
<p>
Expertise in website design, graphic design, and video editing can elevate a brand's digital presence and
drive engagement. A professional approach to **website design** ensures visually appealing and highly
functional websites that cater to user experience, from fast load times to intuitive navigation. These
elements work together to keep visitors engaged and drive conversions.
**Graphic design** plays a crucial role in branding, bringing ideas to life with logos, brochures, and
marketing materials that are not only visually captivating but also convey the brand's message clearly.
Expert graphic designers consider color theory, typography, and layout to ensure each visual aligns with
the brand identity and resonates with the target audience.
**Video editing** adds a dynamic component to digital storytelling. High-quality, professionally edited
videos capture attention and convey messages more powerfully, whether for advertisements, promotional
content, or social media. Skilled editors use transitions, sound design, and pacing to create videos that
hold viewers' attention, making a lasting impact on the audience.
Together, these three areas form a comprehensive approach to digital presence, ensuring that every
touchpoint — website, graphic, or video — is cohesive, professional, and engaging.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w2.png" alt="">
</div>
<div class="detail-box">
<h5>
Quick Services
</h5>
<p>
Quick service in designing and editing is essential for businesses and individuals looking to produce
high-quality visual content efficiently and effectively. When it comes to **designing**—whether for
websites, branding materials, or marketing assets—quick service enables clients to move from concept to
completion in a short time frame without sacrificing quality. This rapid turnaround requires expert
designers who can work within tight timelines, adapting to feedback quickly and delivering polished
designs that capture the client’s vision.
For **editing**, quick service ensures that photos, videos, or any visual media are processed, enhanced,
and finalized in record time. This includes everything from color grading, sound design, and cutting for
video to touch-ups and adjustments for photo and graphic content. Editors skilled in quick service focus
on maintaining quality, ensuring that the final output meets professional standards while sticking to
urgent deadlines.
Whether it’s launching a website, rolling out a campaign, or creating social media content, quick service
in designing and editing allows clients to stay responsive and relevant in a fast-moving digital
environment.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w3.png" alt="">
</div>
<div class="detail-box">
<h5>
Instant Solution
</h5>
<p>
An instant solution for designing and editing is the ultimate resource for clients who need professional
visuals quickly, without sacrificing quality. Instant solutions in **designing** offer fast, reliable
access to expertly crafted graphics, web layouts, and branding assets. These services streamline the
creative process, enabling clients to get customized designs tailored to their brand on demand. Designers
who provide instant solutions are adept at working efficiently, making adjustments based on immediate
feedback to deliver final assets that are ready to use.
In **editing**, an instant solution means rapid enhancements and corrections for photos, videos, and
graphics. This includes tasks like color correction, audio adjustments, seamless transitions, and detailed
touch-ups, all done with speed and precision. Instant editing solutions empower clients to share polished
content without delay, meeting tight schedules or quick content needs for social media and digital
campaigns.
With instant solutions, clients gain a competitive edge, ensuring their designs and edits are always
timely, professional, and in sync with their marketing and business goals.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w4.png" alt="">
</div>
<div class="detail-box">
<h5>
Happy Customers
</h5>
<p>
A happy customer is the heart of any successful business. When clients are genuinely satisfied, it’s a
reflection of trust, quality service, and a commitment to meeting and exceeding expectations. A happy
customer often returns and recommends the business to others, becoming an advocate who helps drive brand
growth through positive word-of-mouth. They appreciate clear communication, reliable service, and
solutions tailored to their unique needs, which not only enhances their experience but also strengthens
the business-client relationship.
For businesses specializing in **design** and **editing**, a happy customer means someone who feels
understood and valued throughout the creative process, from concept to completion. Each interaction,
whether feedback on a design or revisions in editing, is handled with care, ensuring that the final result
aligns with the customer’s vision. Ultimately, the satisfaction of a happy customer fuels a cycle of
loyalty, trust, and ongoing collaboration.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end why section -->
<!-- team section -->
<section class="team_section layout_padding">
<div class="container-fluid">
<div class="heading_container heading_center">
<h2 class="">
Our <span> Team</span>
</h2>
</div>
<div class="team_container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/libun.jpg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Atish Kumar Samantaray
</h5>
<p>
IT Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/litu.jpeg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Litan Mohapatra
</h5>
<p>
Designing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/gudu.png" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Alok Badajena
</h5>
<p>
Marketing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/jiten.jpeg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Jiten Marandi
</h5>
<p>
Vedio & Album Editing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end team section -->
<!-- client section -->
<section class="client_section layout_padding">
<div class="container">
<div class="heading_container heading_center psudo_white_primary mb_45">
<h2>
What says our <span>Customers</span>
</h2>
</div>
<div class="carousel-wrap ">
<div class="owl-carousel client_owl-carousel">
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/1.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
Ciba Graphics
</h6>
<p>
Marketing, Designing & Printing
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/2.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
Gorekhnath Associates
</h6>
<p>
Marketing Agency
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/1.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
Smart Adds
</h6>
<p>
Customized Gift Items
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/2.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
SRaj Creation
</h6>
<p>
Designing, Printing, Editing & Marketing
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end client section -->
<!-- info section -->
<section class="info_section layout_padding2">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 info_col">
<div class="info_contact">
<h4>
Address
</h4>
<div class="contact_link_box">
<a href="">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<span>
Ebaranga, Sundarapada, Bhubaneswar, Odisha, India
</span>
</a>
<a href="">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>
Call +91 7894705383
</span>
</a>
<a href="">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>
</span>
</a>
</div>
</div>
<div class="info_social">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 info_col">
<div class="info_detail">
<h4>
Info
</h4>
<p>
My Company is dedicated to delivering innovative solutions across website design, graphic design, Video Editing, Album Design and multimedia editing. With a strong focus on quality and quick turnaround, the company aims to support clients in building a powerful digital presence with professional designs, user-friendly websites, and captivating visual content.
</p>
</div>
</div>
<div class="mx-auto col-md-6 col-lg-2 info_col">
<div class="info_link_box">
<h4>
Links
</h4>
<div class="info_links">
<a class="active" href="index.html">
Home
</a>
<a class="" href="about.html">
About
</a>
<a class="" href="service.html">
Services
</a>
<a class="" href="why.html">
Why Us
</a>
<!-- <a class="" href="team.html">
Team
</a> -->
<a class="" href="contact.html">
Query
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 info_col ">
<h4>
Subscribe
</h4>
<form action="#">
<input type="text" placeholder="Enter email" />
<button type="submit">
Subscribe
</button>
</form>
</div>
</div>
</div>
</section>
<!-- end info section -->
<!-- footer section -->
<section class="footer_section">
<div class="container">
<p>
© <span id="displayYear"></span> All Rights Reserved By
<a href="https://html.design/">SinaFrames</a>
</p>
</div>
</section>
<!-- footer section -->
<!-- jQery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- popper js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<!-- bootstrap js -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- owl slider -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<!-- custom js -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap">
</script>
<!-- End Google Map -->
</body>
</html>