-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
677 lines (632 loc) · 28.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>tinDog</title>
<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=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:wght@300&display=swap"
rel="stylesheet"
/>
<!-- Responsive css file -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script
src="https://kit.fontawesome.com/c84de0d088.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="all.css" />
<link rel="stylesheet" href="responsive.css" />
<<<<<<< HEAD
<<<<<<< Updated upstream
=======
<link rel="stylesheet" href="style.css" />
>>>>>>> 1d5d8d3f2da50a6ec3a24a63a523db38017ca6aa
=======
<link rel="stylesheet" href="_global.css" />
<link rel="stylesheet" href="_variables.css" />
>>>>>>> Stashed changes
<!-- custom css file -->
</head>
<body>
<!-- ======================= Start Header Area ============================== -->
<header class="header_area">
<div class="main-menu">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="img/logo.png" alt="logo" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://gourishn.github.io/tindog/" target="_blank">Pages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/c/GourishNarang" target="_blank">Youtube</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:[email protected]" target="_blank">contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- ======================= End Header Area ============================== -->
<!-- ======================= Start Main Area ================================ -->
<main class="site-main">
<!-- ======================= Start Banner Area ======================= -->
<section class="site-banner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 site-title">
<h3 class="title-text">Hey</h3>
<h1 class="title-text text-uppercase">I am Gourish</h1>
<h4 class="title-text text-uppercase">A Graphic Designer</h4>
<div class="site-buttons">
<div class="d-flex flex-row flex-wrap">
<a href="#portfolio">
<button class="btn button primary-button mr-4 text-uppercase">
Portfolio
</button>
</a>
<a href="https://drive.google.com/file/d/1-G0VCwd-4EcIkNTDoMajedzgADpiAyI0/view?usp=sharing"
target="_blank">
<button type="button" class="btn button secondary-button text-uppercase">
Get cv
</button>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 banner-image">
<img src="img/banner/banner-image.png" alt="banner-img" class="img-fluid" />
</div>
</div>
</div>
</section>
<!-- ======================= End Banner Area ======================= -->
<!-- ========================= About Area ========================== -->
<section class="about-area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="about-image">
<img src="img/about-us.png" alt="About us" class="img-fluid" />
</div>
</div>
<div class="col-lg-6 col-md-12 about-title">
<h2 class="text-uppercase pt-5">
<span>Let me</span>
<span>introduce</span>
<span>myself</span>
</h2>
<div class="paragraph py-4 w-75">
<p class="para">
I'm currently in my freshman year at NIT Jalandhar.I started
video editing and designing back when I was in school, I have
a youtube channel as well.Along with that I am a part of a few
design communities and I run one as well.
</p>
<p class="para"></p>
</div>
<a href="https://drive.google.com/file/d/1-G0VCwd-4EcIkNTDoMajedzgADpiAyI0/view?usp=sharing"
target="_blank">
<button type="button" class="btn button primary-button text-uppercase">
Download cv
</button>
</a>
</div>
</div>
</div>
</section>
<!-- ========================= End About Area ========================== -->
<!-- ======================== Brand Area ============================== -->
<section class="brand-area">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="first-row row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo1.png" alt="Brand-1 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo2.png" alt="Brand-2 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo3.png" alt="Brand-3 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo4.png" alt="Brand-4" />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo5.png" alt="Brand-5 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo6.png" alt="Brand-6" />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo7.png" alt="Brand-7 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo8.png" alt="Brand-8 " />
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="img/brands/logo9.png" alt="Brand-9" />
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="experience-area">
<div class="d-flex flex-row years-area">
<h2 class="p-3 years">2</h2>
<h2>
<span>Months Experience</span>
<span>Working</span>
<span>in Communities</span>
</h2>
</div>
<div class="d-flex flex-row flex-wrap call-area">
<span><i class="fas fa-phone-alt fa-3x px-3"></i></span>
<div class="call-now">
<a href="#" class="text-uppercase h4 font-roboto">Call Now</a>
<span class="font-roboto py-2">(+91)-9646996729 </span>
</div>
</div>
<div class="bg-panel"></div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================== End Brand Area ============================== -->
<!-- ====================== Start Services Area ============================= -->
<section class="services-area">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center services-title">
<h1 class="text-uppercase title-text">Services Offered</h1>
<p class="para">
Using Diffrent Tools, Tech stacks and Softwares shown above i
can help in managing the frontend online part of a venture.
</p>
</div>
</div>
<div class="container services-list">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="sevices-img text-center py-4">
<img src="img/services/s1.png" alt="Services-1" />
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">
Graphic Design
</h5>
<p class="card-text text-secondary">
I'm Always Learning and Practicing the Concepts of Design
, Colour Theory & Typography.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="sevices-img text-center py-4">
<img src="img/services/s2.png" alt="Services-2" />
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">
ux/ui desing
</h5>
<p class="card-text text-secondary">
Using Figma as a tool to create various UI components has
helped me understand User Flows on a Psychological level.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="sevices-img text-center py-4">
<img src="img/services/s3.png" alt="Services-3" />
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">
Feed Design
</h5>
<p class="card-text text-secondary">
Designing the Layouts of Facebook Page, Instagram Page ,
Youtube Thumbnails and other Graphically attractive
things.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="sevices-img text-center py-4">
<img src="img/services/s4.png" alt="Services-4" />
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">
seo optimization
</h5>
<p class="card-text text-secondary">
This is the most important part of a growing Tech Startup
to make a position in the online space.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====================== End Services Area ============================= -->
<!-- ======================= Project Area ============================= -->
<section class="project-area" id="portfolio">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Recently Done Project</h1>
<h1 class="text-uppercase title-h1">Quality Work</h1>
</div>
<div class="button-group">
<button type="button" class="active" id="btn1" data-filter="*">
All
</button>
<button type="button" data-filter=".popular">Popular</button>
<button type="button" data-filter=".latest">Latest</button>
<button type="button" data-filter=".following">Following</button>
<button type="button" data-filter=".upcoming">Upcoming</button>
</div>
<div class="row grid">
<div class="col-lg-4 col-md-6 col-sm-12 element-item latest">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p1.jpeg">
<img src="img/portfolio/p1.jpeg" alt="portfolio-1" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Profile Photo</h4>
<span class="text-secondary">Positive,Stylish & Creative Design(Yes, It's me!)</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item popular">
<div class="our-project">
<div class="img">
<!-- <a class="test-popup-link" href="img/portfolio/vid1.mkv">
-->
<iframe src="https://www.youtube.com/embed/-rzP21waF6I" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class="image-fluid"></iframe>
<!-- <img src="./img/portfolio/p2.png" alt="portfolio-2" class="img-fluid"> -->
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Intro</h4>
<span class="text-secondary">It's a community where Graphic Enthusiasts of my college
interact with each other</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item popular">
<div class="our-project">
<div class="img">
<!-- <a class="test-popup-link" href="img/portfolio/trial.mkv"> -->
<iframe class="image-fluid" src="https://www.youtube.com/embed/B90j0swKBHw" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<!-- <img src="./img/portfolio/p3.png" alt="portfolio-3" class="img-fluid"> -->
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Motion Graphics</h4>
<span class="text-secondary">Made with Panzoid.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item upcoming">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p4.jpeg">
<img src="img/portfolio/p4.jpeg" alt="portfolio-4" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Profile Photo</h4>
<span class="text-secondary">This looks kinda cool on Twitter and LinkedIn.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item upcoming">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p5.png">
<img src="img/portfolio/p5.png" alt="portfolio-5" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Invitation</h4>
<span class="text-secondary">This was'nt used to invite people, made it just for
fun.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item following">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p6.png">
<img src="img/portfolio/p6.png" alt="portfolio-6" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Flyer</h4>
<span class="text-secondary">I made this one on Canva for a Friend.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item following">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p7.jpeg">
<img src="img/portfolio/p7.jpeg" alt="portfolio-7" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Flyer</h4>
<span class="text-secondary">Made for a Friend on Canva .</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item following">
<div class="our-aroject">
<div class="img">
<!-- <a class="test-popup-link" href="img/portfolio/intro 4.mp4"> -->
<!-- <video
src="img/portfolio/intro 4.mp4"
controls
alt="portfolio-8"
class="img-fluid"
poster="./img/portfolio/p8.png"
></video> -->
<!-- width="560"
height="315" -->
<!-- </a> -->
<iframe class="image-fluid" src="https://www.youtube.com/embed/Ct30Se76cfc" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Vlog Intro</h4>
<span class="text-secondary">Made for a Canadian Vlogger for his Youtube channel
art.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item upcoming">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/portfolio/p9.jpeg">
<img src="img/portfolio/p9.jpeg" alt="portfolio-9" class="img-fluid" />
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Logo 2</h4>
<span class="text-secondary">For My Community of Graphic Enthusiasts at NITJ</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================= End Project Area ============================= -->
<!-- ======================== About Me Area ============================== -->
<!-- <section class="about-area">
<div class="container">
<div class="row text-center">
<div class="col-12">
<div class="about-title">
<h1 class="text-uppercase title-h1">Client Say about me</h1>
<p class="para">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Repellendus, deleniti
recusandae. Esse incidunt rem repellendus ab voluptates maxime? Nemo, numquam!
</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="container carousel py-lg-5">
<div class="owl-carousel owl-theme">
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t1.jpg" alt="img1" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">John Martin</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t2.jpg" alt="img2" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">Mac Hill</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t1.jpg" alt="img1" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">John Martin</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t2.jpg" alt="img2" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">Mac Hill</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t1.jpg" alt="img1" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">John Martin</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
<div class="client row">
<div class="col-lg-4 col-md-12 client-img">
<img src="./img/testimonials/t2.jpg" alt="img2" class="img-fluid">
</div>
<div class="col-lg-8 col-md-12 about-client">
<h4 class="text-uppercase">Mac Hill</h4>
<p class="para">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quidem architecto
consequuntur ratione, obcaecati corrupti deserunt.</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- ======================== End About Me Area ============================== -->
<!-- ========================== Subscribe me Area ============================ -->
<!-- <section class="subscribe-us-area">
<div class="container subscribe">
<div class="row">
<div class="col-lg-12 text-center subscribe-title">
<h4 class="text-uppercase">Get Update From anywhere</h4>
<p class="para">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Laboriosam, consequuntur.
</p>
</div>
</div>
<div class="d-sm-flex justify-content-center">
<form class="w-50">
<div class="row d-flex flex-row flex-wrap">
<div class="col input-textbox">
<input
type="text"
id="txtemail"
class="form-control"
placeholder="Email"
/>
</div>
<div class="col">
<div class="btn-submit">
<button type="submit" class="btn btn-success float-right">
Subscribe
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</section> -->
<!-- ========================== End Subscribe me Area ============================ -->
</main>
<!-- ======================= End Main Area ================================ -->
<footer class="footer-area">
<div class="container">
<div class="">
<div class="site-logo text-center py-4">
<a href="#"><img src="./img/logo.png" alt="logo" /></a>
</div>
<div class="social text-center">
<h5 class="text-uppercase">Follow me</h5>
<a href="https://instagram.com/gourishnarang_/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://youtube.com/c/gourishnarang_/" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://twitter.com/ergourishn?t=w0FDC9x1C03fk597va3MDA&s=09" target="_blank"><i
class="fab fa-twitter"></i></a>
</div>
<div class="copyrights text-center">
<p class="para">
Copyright ©2022 All rights reserved
<a href="#"><span style="color: var(--primary-color)"></span></a>
</p>
</div>
</div>
</div>
</footer>
s
<!-- Jquery js file -->
<script src="jquery.3.4.1.js"></script>
<!-- Bootstrap js file -->
<script src="bootstrap.min.js"></script>
<!-- isotope js library -->
<script src="./vendor/isotope/isotope.min.js"></script>
<!-- Magnific popup script file -->
<script src="./vendor/Magnific-Popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Owl-carousel js file -->
<script src="./vendor/owl-carousel/js/owl.carousel.min.js"></script>
<!-- custom js file -->
<script src="main.js"></script>
</body>
</body>
</html>