-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
819 lines (773 loc) · 33.9 KB
/
contact.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>
<!--
Template: Nui - Creative Portfolio Showcase HTML Website Template
Author: Themetorium
URL: https://themetorium.net/
-->
<html lang="en">
<head>
<!-- Title -->
<title>
Contact | Nui - Creative Portfolio Showcase HTML Website Template by
Themetorium
</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta
name="description"
content="Download Nui - Creative Portfolio Showcase HTML Website Template that comes with rich features and well-commented code. Made by Themetorium."
/>
<meta name="author" content="themetorium.net" />
<!-- Mobile Meta -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Favicon (http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Google Analytics -->
<!-- Paste your Google Analytics code here (go to http://www.google.com/analytics/ for more information). -->
<!-- Google fonts (https://www.google.com/fonts) -->
<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=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!-- Body font -->
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Secondary/Alter font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="assets/vendor/normalize/normalize.min.css" />
<!-- Normalize CSS (https://necolas.github.io/normalize.css/) -->
<link
rel="stylesheet"
href="assets/vendor/fontawesome/css/fontawesome-all.min.css"
/>
<!-- Font Icons CSS (https://fontawesome.com) Free version! -->
<link
rel="stylesheet"
href="assets/vendor/swiper/css/swiper-bundle.min.css"
/>
<!-- Swiper CSS (https://swiperjs.com/) -->
<link
rel="stylesheet"
href="assets/vendor/lightgallery/css/lightgallery.min.css"
/>
<!-- lightGallery CSS (http://sachinchoolur.github.io/lightGallery) -->
<!-- Template master CSS -->
<link rel="stylesheet" href="assets/css/helper.css" />
<link rel="stylesheet" href="assets/css/theme.css" />
</head>
<!-- ===========
///// Body /////
================
* Use class "tt-boxed" to enable page boxed layout globally (affects all elements containing class "tt-wrap").
* Use class "tt-smooth-scroll" to enable page smooth scrolling.
* Use class "tt-transition" to enable page transitions.
* Use class "tt-magic-cursor" to enable magic cursor.
* Note: there may be classes that are specific to this page only!
-->
<body
id="body"
class="tt-transition tt-boxed tt-smooth-scroll tt-magic-cursor"
>
<!-- *************************************
*********** Begin body inner *************
************************************** -->
<main id="body-inner">
<!-- Begin page transition (do not remove!!!)
=========================== -->
<div id="page-transition">
<div class="ptr-overlay"></div>
<div class="ptr-preloader">
<div class="ptr-prel-content">
<!-- Hint: You may need to change the img height and opacity to match your logo type. You can do this from the "theme.css" file (find: ".ptr-prel-image"). -->
<img
src="assets/img/logo-light.png"
class="ptr-prel-image tt-logo-light"
alt="Logo"
/>
</div>
<!-- /.ptr-prel-content -->
</div>
<!-- /.ptr-preloader -->
</div>
<!-- End page transition -->
<!-- Begin magic cursor
======================== -->
<div id="magic-cursor">
<div id="ball"></div>
</div>
<!-- End magic cursor -->
<!-- *****************************************
*********** Begin scroll container ***********
****************************************** -->
<div id="scroll-container">
<!-- ===================
///// Begin header /////
========================
* Use class "tt-header-fixed" to set header to fixed position.
-->
<header id="tt-header" class="tt-header-fixed">
<div class="tt-header-inner">
<!-- add/remove class "tt-wrap" to enable/disable element boxed layout (class "tt-boxed" is required in <body> tag!). Note: additionally you can use prepared helper class "max-width-*" to add custom width to "tt-wrap". Example: "max-width-1500" (class "tt-wrap" is still required!). More info about helper classes can be found in the file "helper.css". -->
<div class="tt-header-col">
<!-- Begin logo
================ -->
<div class="tt-logo">
<a href="/">
<!-- Hint: You may need to change the img height to match your logo type. You can do this from the "theme.css" file (find: ".tt-logo img"). -->
<img
src="assets/img/logo-light.png"
class="tt-logo-light magnetic-item"
alt="Logo"
/>
<!-- logo light -->
<img
src="assets/img/logo-dark.png"
class="tt-logo-dark magnetic-item"
alt="Logo"
/>
<!-- logo dark -->
</a>
</div>
<!-- End logo -->
</div>
<!-- /.tt-header-col -->
<div class="tt-header-col">
<!-- Begin overlay menu toggle button -->
<div id="tt-ol-menu-toggle-btn-wrap">
<div class="tt-ol-menu-toggle-btn-text-wrap hide-cursor">
<div class="tt-ol-menu-toggle-btn-text">
<span class="text-menu" data-hover="Open">Menu</span>
<span class="text-close">Close</span>
</div>
<!-- /.tt-ol-menu-toggle-btn-text -->
</div>
<!-- /.tt-ol-menu-toggle-btn-text-wrap -->
<div class="tt-ol-menu-toggle-btn-holder">
<a href="#" class="tt-ol-menu-toggle-btn magnetic-item"
><span></span
></a>
</div>
<!-- /.tt-ol-menu-toggle-btn-holder -->
</div>
<!-- End overlay menu toggle button -->
<!-- Begin overlay menu
========================
* Use class "tt-ol-menu-count" to enable menu counter.
-->
<nav class="tt-overlay-menu tt-ol-menu-count">
<div class="tt-ol-menu-ghost">Explore</div>
<div class="tt-ol-menu-holder">
<div class="tt-ol-menu-inner tt-wrap">
<div class="tt-ol-menu-content">
<!-- Begin menu list -->
<ul class="tt-ol-menu-list">
<li><a href="/">Home</a></li>
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap">
<div class="tt-ol-submenu-trigger">
<a href="portfolio">Portfolio</a>
<!-- /.tt-ol-submenu-caret-wrap -->
</div>
<!-- /.tt-ol-submenu-trigger -->
<!-- /.tt-ol-submenu -->
</li>
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap">
<div class="tt-ol-submenu-trigger">
<a href="about">About</a>
</div>
<!-- /.tt-ol-submenu-trigger -->
</li>
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap active">
<div class="tt-ol-submenu-trigger">
<a href="contact">Contact</a>
</div>
</li>
</ul>
<!-- Begin overlay menu social links
===================================== -->
<ul class="tt-ol-menu-social">
<li>
<h6 class="tt-ol-menu-social-heading">
Social Links:
</h6>
</li>
<li>
<a
href="https://fb.com/adoberich"
target="_blank"
rel="noopener"
>Facebook</a
>
</li>
<li>
<a
href="https://twitter.com/samuellove226"
target="_blank"
rel="noopener"
>Twitter</a
>
</li>
<li>
<a
href="https://www.youtube.com/channel/UC9SxlcEpkHFkG0msmzw1MCA"
target="_blank"
rel="noopener"
>Youtube</a
>
</li>
<li>
<a
href="https://github.com/lilyoo226"
target="_blank"
rel="noopener"
>Github</a
>
</li>
<li>
<a
href="https://instagram.com/adoberich"
target="_blank"
rel="noopener"
>Instagram</a
>
</li>
</ul>
<!-- End overlay menu social links -->
</div>
<!-- /.tt-ol-menu-content -->
</div>
<!-- /.tt-ol-menu-inner -->
</div>
<!-- /.tt-ol-menu-holder -->
</nav>
<!-- End overlay menu -->
</div>
<!-- /.header-col -->
</div>
<!-- /.header-inner -->
</header>
<!-- End header -->
<!-- *************************************
*********** Begin content wrap ***********
************************************** -->
<div id="content-wrap">
<!-- ========================
///// Begin page header /////
=============================
* Use class "ph-full" to enable fullscreen size (no effect on smaller screens!).
* Use class "ph-cap-sm", "ph-cap-lg", "ph-cap-xlg" or "ph-cap-xxlg" to set caption size (no class = default size).
* Use class "ph-center" to enable content center position.
* Use class "ph-image-cropped" to crop image (if image is used). It uses fixed image dimensions (no effect with class "ph-bg-image"!).
* Use class "ph-bg-image" to enable page header background image. Note: "ph-caption-title-ghost" will be disabled if you enable this option!
* Use class "ph-bg-image-is-light" if needed, it makes the elements dark and more visible if you use a very light background image (effect only with class "ph-bg-image").
* Use class "ph-image-cover-*" to set image overlay opacity. For example "ph-image-cover-2" or "ph-image-cover-2-5" (up to "ph-image-cover-9-5").
* Use class "ph-content-parallax" to enable content parallax.
* Use class "ph-stroke" to enable caption title stroke style.
* Use class "ph-ghost-scroll" to enable the scroll effect to caption title ghost (no effect with class "ph-center"!).
-->
<div
id="page-header"
class="ph-cap-lg ph-ghost-scroll ph-image-cropped ph-image-cover-2 ph-content-parallax"
>
<div class="page-header-inner tt-wrap">
<!-- Begin page header image
============================= -->
<!-- <div class="ph-image">
<div class="ph-image-inner">
<img src="assets/img/page-header/ph-3.jpg" alt="Image">
</div>
</div> -->
<!-- End page header image -->
<!-- Begin page header caption
===============================
Use class "max-width-*" to set caption max width if needed. For example "max-width-1000". More info about helper classes can be found in the file "helper.css".
-->
<div class="ph-caption">
<div class="ph-caption-subtitle">
<div class="ph-appear">Let's Talk</div>
</div>
<h1 class="ph-caption-title">
<div class="ph-appear">Contact</div>
</h1>
<div class="ph-caption-title-ghost">
<div class="ph-appear">Contact</div>
</div>
</div>
<!-- End page header caption -->
</div>
<!-- /.page-header-inner -->
<!-- Begin scroll down (you can change "data-offset" to set scroll top offset)
======================= -->
<div class="tt-scroll-down">
<a
href="#page-content"
class="tt-sd-inner ph-appear"
data-offset="0"
>
<div class="tt-sd-arrow">
<div class="tt-sd-arrow-inner"></div>
</div>
<div class="tt-sd-text">Scroll</div>
</a>
</div>
<!-- End scroll down -->
</div>
<!-- End page header -->
<!-- *************************************
*********** Begin page content ***********
************************************** -->
<div id="page-content">
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section">
<div class="tt-section-inner tt-wrap">
<div class="tt-row tt-lg-row-reverse">
<div class="tt-col-lg-4">
<!-- Begin tt-Heading
======================
* Use class "tt-heading-xsm", "tt-heading-sm", "tt-heading-lg", "tt-heading-xlg" or "tt-heading-xxlg" to set caption size (no class = default size).
* Use class "tt-heading-stroke" to enable stroke style.
* Use class "tt-heading-center" to align tt-Heading to center.
* Use prepared helper class "max-width-*" to add custom width if needed. Example: "max-width-800". More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-heading margin-bottom-8-p anim-fadeinup">
<!-- <h3 class="tt-heading-subtitle text-gray">Subtitle</h3> -->
<h2 class="tt-heading-title">Get in Touch</h2>
<!-- You can use <br> to break a text line if needed -->
</div>
<!-- End tt-Heading -->
<div class="text-gray anim-fadeinup">
<p>
Although I’m not currently looking for any new
opportunities, my inbox is always open. Whether you have
a question or just want to say hi, I’ll try my best to
get back to you!
</p>
</div>
<!-- Begin contact info
======================== -->
<ul class="tt-contact-info padding-bottom-40 anim-fadeinup">
<li>
<span class="tt-ci-icon"
><i class="fas fa-map-marker-alt"></i
></span>
Asafo, Kumasi, Ghana
</li>
<li>
<span class="tt-ci-icon"
><i class="fas fa-phone"></i
></span>
<a href="tel:+233599615860" class="tt-link"
>+(233) 599 615 860</a
>
</li>
<li>
<span class="tt-ci-icon"
><i class="fas fa-envelope"></i
></span>
<a href="mailto:[email protected]" class="tt-link"
>
</li>
<li>
<h6 class="no-margin-bottom margin-top-40">Follow:</h6>
<!-- Begin social buttons -->
<div class="social-buttons">
<ul>
<li>
<div class="magnetic-wrap">
<a
href="https://fb.com/adoberich"
class="magnetic-item not-hide-cursor"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-facebook-f"></i
></a>
</div>
</li>
<li>
<div class="magnetic-wrap">
<a
href="https://twitter.com/samuellove226"
class="magnetic-item not-hide-cursor"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-twitter"></i
></a>
</div>
</li>
<li>
<div class="magnetic-wrap">
<a
href="https://www.youtube.com/channel/UC9SxlcEpkHFkG0msmzw1MCA"
class="magnetic-item not-hide-cursor"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-youtube"></i
></a>
</div>
</li>
<li>
<div class="magnetic-wrap">
<a
href="https://github.com/lilyoo226"
class="magnetic-item not-hide-cursor"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-github"></i
></a>
</div>
</li>
<li>
<div class="magnetic-wrap">
<a
href="https://instagram.com/adoberich"
class="magnetic-item not-hide-cursor"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-instagram"></i
></a>
</div>
</li>
</ul>
</div>
<!-- End social buttons -->
</li>
</ul>
<!-- End contact info -->
</div>
<!-- /.tt-col -->
<div class="tt-col-lg-1"></div>
<!-- /.tt-col -->
<div class="tt-col-lg-7">
<!-- Begin form
================
* Use class "tt-form-filled" or "tt-form-minimal" to change form style.
* Use class "tt-form-sm" or "tt-form-lg" to change form size (no class = default size).
-->
<form
id="tt-contact-form"
class="tt-form-filled anim-fadeinup"
>
<!-- Begin hidden required fields (https://github.com/agragregra/uniMail) -->
<input
type="hidden"
name="project_name"
value="yourwebsiteaddress.com"
/>
<!-- Change value to your site name -->
<input
type="hidden"
name="admin_email"
value="[email protected]"
/>
<!-- Change value to your valid email address (where a message will be sent) -->
<input
type="hidden"
name="form_subject"
value="Message from yourwebsiteaddress.com"
/>
<!-- Change value to your own message subject -->
<!-- End Hidden Required Fields -->
<div class="tt-row">
<div class="tt-col-md-6">
<div class="tt-form-group">
<label
>Your Name <span class="required">*</span></label
>
<input
class="tt-form-control"
type="text"
name="Name"
placeholder=""
required
/>
</div>
</div>
<!-- /.tt-col -->
<div class="tt-col-md-6">
<div class="tt-form-group">
<label
>Email address
<span class="required">*</span></label
>
<input
class="tt-form-control"
type="email"
name="Email"
placeholder=""
required
/>
</div>
</div>
<!-- /.tt-col -->
</div>
<!-- /.tt-row -->
<div class="tt-form-group">
<label>Subject <span class="required">*</span></label>
<input
class="tt-form-control"
type="text"
name="Subject"
placeholder=""
required
/>
</div>
<div class="tt-form-group">
<label
>Select an option
<span class="required">*</span></label
>
<select class="tt-form-control" name="option" required>
<option value="" disabled selected>
Please choose an option
</option>
<option value="Say Hello">Say hello</option>
<option value="New Project">New project</option>
<option value="Feedback">Feedback</option>
<option value="Other">Other</option>
</select>
</div>
<div class="tt-form-group">
<label
>Your Message <span class="required">*</span></label
>
<textarea
class="tt-form-control"
rows="5"
name="Message"
placeholder=""
required
></textarea>
</div>
<small class="tt-form-text"
><em
>Fields marked with an asterisk (*) are required!</em
></small
>
<button
type="submit"
class="tt-btn tt-btn-primary margin-top-30"
>
<div data-hover="Send Message">Send Message</div>
<span class="tt-btn-icon"
><i class="fas fa-paper-plane"></i
></span>
</button>
</form>
<!-- End form -->
</div>
<!-- /.tt-col -->
</div>
<!-- /.tt-row -->
</div>
<!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-bottom-xlg-150">
<div class="tt-section-inner tt-wrap">
<!-- Begin page nav
====================
* Use class "tt-pn-center" to align page nav to center.
* Use class "tt-pn-stroke" to enable title stroke style.
-->
<div class="tt-page-nav tt-pn-stroke">
<a
href="portfolio"
class="tt-pn-link anim-fadeinup"
data-cursor="<i class='fas fa-arrow-right'></i>"
>
<div class="tt-pn-title">Portfolio</div>
<div class="tt-pn-hover-title">Portfolio</div>
</a>
<!-- /.tt-pn-link -->
<div class="tt-pn-subtitle anim-fadeinup">Selected Works</div>
</div>
<!-- End page nav -->
</div>
<!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
</div>
<!-- End page content -->
<!-- ======================
///// Begin tt-footer /////
=========================== -->
<footer id="tt-footer">
<div class="tt-footer-inner">
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-left">
<div class="footer-col-inner">
<a href="#" class="tt-btn tt-btn-link scroll-to-top">
<span class="tt-btn-icon"
><i class="fas fa-arrow-up"></i
></span>
<div data-hover="Back to Top">Back to Top</div>
</a>
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center order-m-last">
<div class="footer-col-inner">
<div class="tt-copyright text-gray">
<a
href="https://github.com/lilyoo226"
target="_blank"
rel="noopener"
class="tt-btn tt-btn-link"
>
<span class="tt-btn-icon"
><i class="far fa-copyright"></i
></span>
<div data-hover="Samuel Amoah">Samuel Amoah</div>
</a>
</div>
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-right">
<div class="footer-col-inner">
<div class="footer-social">
<div class="footer-social-text">
<span>Follow</span><i class="fas fa-share-alt"></i>
</div>
<div class="social-buttons">
<ul>
<li>
<a
href="https://fb.com/adoberich"
class="magnetic-item"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-facebook-f"></i
></a>
</li>
<li>
<a
href="https://twitter.com/samuellove226"
class="magnetic-item"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UC9SxlcEpkHFkG0msmzw1MCA"
class="magnetic-item"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-youtube"></i
></a>
</li>
<li>
<a
href="https://github.com/lilyoo226"
class="magnetic-item"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-github"></i
></a>
</li>
<li>
<a
href="https://instagram.com/adoberich"
class="magnetic-item"
target="_blank"
rel="noopener"
style=""
><i class="fab fa-instagram"></i
></a>
</li>
</ul>
</div>
<!-- /.social-buttons -->
</div>
<!-- /.footer-social -->
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
</div>
<!-- /.tt-section-inner -->
</footer>
<!-- End tt-footer -->
</div>
<!-- End content wrap -->
</div>
<!-- End scroll container -->
</main>
<!-- End body inner -->
<!-- ====================
///// Scripts below /////
===================== -->
<!-- Core JS -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<!-- jquery JS (https://jquery.com) -->
<!-- Libs and Plugins JS -->
<script src="assets/vendor/gsap/gsap.min.js"></script>
<!-- GSAP JS (https://greensock.com/gsap/) -->
<script src="assets/vendor/gsap/ScrollToPlugin.min.js"></script>
<!-- GSAP ScrollToPlugin JS (https://greensock.com/scrolltoplugin/) -->
<script src="assets/vendor/gsap/ScrollTrigger.min.js"></script>
<!-- GSAP ScrollTrigger JS (https://greensock.com/scrolltrigger/) -->
<script src="assets/vendor/smooth-scrollbar.js"></script>
<!-- Smooth Scrollbar JS (https://github.com/idiotWu/smooth-scrollbar/) -->
<script src="assets/vendor/swiper/js/swiper-bundle.min.js"></script>
<!-- Swiper JS (https://swiperjs.com/) -->
<script src="assets/vendor/isotope/imagesloaded.pkgd.min.js"></script>
<!-- imagesloaded JS (more info: https://imagesloaded.desandro.com/) -->
<script src="assets/vendor/isotope/isotope.pkgd.min.js"></script>
<!-- Isotope JS (http://isotope.metafizzy.co) -->
<script src="assets/vendor/isotope/packery-mode.pkgd.min.js"></script>
<!-- Isotope Packery Mode JS (https://isotope.metafizzy.co/layout-modes/packery.html) -->
<script src="assets/vendor/lightgallery/js/lightgallery-all.min.js"></script>
<!-- lightGallery Plugins JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/jquery.mousewheel.min.js"></script>
<!-- A jQuery plugin that adds cross browser mouse wheel support (https://github.com/jquery/jquery-mousewheel) -->
<!-- Template master JS -->
<script src="assets/js/theme.js"></script>
</body>
</html>