-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
655 lines (557 loc) · 25.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atanu-Sarkar</title>
<!-- favicon here -->
<!-- <link rel="icon" type="images/png" href="asstes/images/favicon.png"> -->
<link rel="apple-touch-icon" sizes="180x180" href="asstes/images/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="asstes/images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="asstes/images/fav/favicon-16x16.png">
<link rel="manifest" href="asstes/images/fav/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- bootstrap css here -->
<link rel="stylesheet" href="asstes/vandor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="asstes/vandor/bootstrap/css/bootstrap.css">
<!-- main css here -->
<link rel="stylesheet" href="asstes/css/style.css">
<link rel="stylesheet" href="asstes/css/Responsive-style.css">
<!-- fontawesome icon here -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset="90">
<!-- navber section start -->
<header class="header-wrapper">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><img src="asstes/images/logo.png" alt="" class="img-fluid w-25"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<i class="fa-solid fa-bars-staggered navbar-toggler-icon "></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#Home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Clints">Clints</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portpolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contacts">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- navber section end -->
<!-- banner section strat -->
<section id="Home" class="banner-wapper">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 order-lg-1 order-2 banner-content ">
<h2 class="text-uppercase position-relative mb-4">Hello</h2>
<h1 class="text-uppercase mb-4 ">I am Atanu <br> <span class="mb-2"></span>sarkar</h1>
<h5 class="text-uppercase mb-5">professional Video Editor</h5>
<a class=" btn primary-btn" href="#Contacts"> HIRE ME </a>
<a class="btn secondary-btn ms-4" href="asstes/cv.html" target="_blank"> GET CV</a>
</div>
<div class="col-lg-5 order-lg-2 order-1">
<div class="top-right-img">
<img src="asstes/images/Atanu.jpg" class="img-fluid " alt="">
</div>
</div>
</div>
</div>
</section>
<!-- banner section end -->
<!-- about me section strat -->
<section class="about" id="About">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12">
<div class="image"><img src="asstes/images/3.jpg" class="" alt=""></div>
</div>
<div class="col-lg-6 col-sm-12">
<div class="text mt-5">
<h3 class=" border-bottom ">LET'S <br> INTRODUCE ABOUT <br> MYSELF
</h3>
<p class="mt-2 ">Are you looking for high-quality video editing services to achieve your business or
personal goals? Look no further! I am a professional video editor with 2 years of experience in creating
stunning and engaging videos.
</p>
<p class=" mt-4">
Here's what you can expect from my services:
Fast turnaround time
Competitive pricing
Customizable options
Open communication
My editing skills extend to a wide range of industries, including but not limited to:
Corporate Videos
Promotional ads
Documentaries
Facebook Ad
Instagram Ad
Youtube Video
Short Films
Social Media Ads
Travel Vlogs
Presentations / Slideshows
Wedding Films
Real Estate </p>
<a class=" btn primary-btn" href="https://github.com/atanu-sarkar001" target="_blank"> READ ME </a>
</div>
</div>
</div>
</div>
</section>
<!-- about me section end -->
<!-- clints + skill section strat -->
<section class="Clints" id="Clints">
<div class="container">
<h3 class="text-center mb-5 mt-0">clients & Skill's</h3>
<div class="row align-items-center">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo1.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo2.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo3.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo4.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo5.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo6.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo7.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo8.webp" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="single logo item">
<img src="asstes/images/client-img/logo9.webp" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress-box mb-3">
<h6>premiere pro</h6>
<div class="progress ">
<div class="progress-bar-1" role="progressbar" style="width: 95%;" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100">95%</div>
</div>
</div>
<div class="progress-box">
<h6>After effects</h6>
<div class="progress mb-3">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100">90%</div>
</div>
</div>
<div class="progress-box">
<h6>photoshop</h6>
<div class="progress mb-3">
<div class="progress-bar-3" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="80"
aria-valuemax="100">80%</div>
</div>
</div>
<div class="progress-box">
<h6>Filmora</h6>
<div class="progress mb-3">
<div class="progress-bar-4" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="50"
aria-valuemax="100">50%</div>
</div>
</div>
<div class="progress-box">
<h6>DaVinci Resolve</h6>
<div class="progress mb-3">
<div class="progress-bar-5" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="75"
aria-valuemax="100">75%</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- clints+ skill section end -->
<!-- service section start -->
<section id="service" class="service-wrapper">
<div class="container">
<div class="row">
<div class=" col-sm-12 text-center mb-5">
<h2>SERVICE OFFERS</h2>
<p>Price is adaptive to each project type, style, and length.
Let's talk before placing your order and make sure we are all on the same page.
<br class="d-none d-lg-block"> is in best beginning sings open god you're gathering ithe
</p>
</div>
</div>
<div class="row ">
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 text-center py-5 px-3">
<div>
<img src="asstes/images/00/color-circle.png" class="img-fluid w-25">
</div>
<h5>Color Grading</h5>
<p class="">Color grading is a post-production process common to filmmaking and video editing of altering the appearance of an image for presentation in different environments on different devices.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 text-center py-5 px-3">
<div>
<img src="asstes/images/00/color-circle.png" class="img-fluid w-25">
</div>
<h5>Sound effects</h5>
<p>ound is created by a vibrating object. Sound travels as a wave through a medium, for example, a liquid (such as water), a solid (such as the seafloor), or a gas (such as air). Therefore, sound does not exist in the vacuum of space.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 text-center py-5 px-3">
<div>
<img src="asstes/images/00/color-circle.png" class="img-fluid w-25">
</div>
<h5>Title & Subtitle</h5>
<p>Some people object to the usage of titles to denote marital status, age or gender. In 2018, a campaign named GoTitleFree[1] was launched to encourage businesses to stop requesting,
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 text-center py-5 px-3">
<div>
<img src="asstes/images/00/color-circle.png" class="img-fluid w-25">
</div>
<h5>Advanced Transitions</h5>
<p>As you begin to draft your essay, you have a main idea, and you have supporting ideas; but how can you be sure that your readers will understand the relationships between them? How are the ideas tied to each other?
</p>
</div>
</div>
</div>
</section>
<!-- service section end -->
<!-- portfolio section start -->
<section id="portfolio" class="portfolio-wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-left mb-md-5 mb2">
<h2 class="mb-1">QUALITY WORK <br> RECENTLY DONE PROJECTS</h2>
<span class="mt-0 pt-0 text-danger ">(Most of the website are without Responsive)</span>
</div>
</div>
<div class="row">
<ul class="nav nav-pills mb-4" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-one-tab" data-bs-toggle="pill" data-bs-target="#pills-one"
type="button" role="tab" aria-controls="pills-one" aria-selected="true">All</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-two-tab" data-bs-toggle="pill" data-bs-target="#pills-two" type="button"
role="tab" aria-controls="pills-two" aria-selected="false">Latest</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-three-tab" data-bs-toggle="pill" data-bs-target="#pills-three"
type="button" role="tab" aria-controls="pills-three" aria-selected="false">Upcoming</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-one" role="tabpanel" aria-labelledby="pills-one-tab">
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-1">
<a href="https://atanu-sarkar001.github.io/Main-Agency-Website/" target="_blank">
<img src="asstes/images/00/1.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/Main-Agency-Websit/">
<h6 class="mb-0 mt-2 text-dark ">color</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-2">
<a href="https://atanu-sarkar001.github.io/E-Shikkh" target="_blank">
<img src="asstes/images/00/Black and Orange Spooky Halloween YouTube Thumbnail.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/">
<h6 class="mb-0 mt-2 text-dark ">(Transitions) </h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-3">
<a href="https://atanu-sarkar001.github.io/Beauty-tips-website-by-Atanu/" target="_blank">
<img src="asstes/images/00/Green and Brown Simple Cooking Youtube Thumbnail.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/Beauty-tips-website-nu/">
<h6 class="mb-0 mt-2 text-dark ">Beauty & Makeup( Youtube video) </h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-4">
<a href="https://atanu-sarkar001.github.io/Finsweet/" target="_blank">
<img src="asstes/images/00/1.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/Finswee">
<h6 class="mb-0 mt-2 text-dark "> (commercial ads) </h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-5">
<a href="https://khulna.netlify.app/" target="_blank">
<img src="asstes/images/00/Black and Orange Spooky Halloween YouTube Thumbnail.png" class="">
</a>
</div>
<a href="https://khulna.netlify./">
<h6 class="mb-0 mt-2 text-dark ">Speed Ramping</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-6">
<a href="https://atanu-sarkar001.github.io/projects/" target="_blank">
<img src="asstes/images/00/Green and Brown Simple Cooking Youtube Thumbnail.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/projects/">
<h6 class="mb-0 mt-2 text-dark ">Video cut and Edit</h6>
</a>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-two" role="tabpanel" aria-labelledby="pills-two-tab">
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-1">
<a href="https://atanu-sarkar001.github.io/Main-Agency-Webe/" target="_blank">
<img src="asstes/images/00/1.png" class="">
</a>
</div>
<a href="#">
<h6 class="mb-0 mt-2 text-dark ">office video edit</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-2">
<a href="https://e-shikkhaa.netlify.app/" target="_blank">
<img src="asstes/images/00/Black and Orange Spooky Halloween YouTube Thumbnail.png" class="">
</a>
</div>
<a href="https://e-shikkhaa.netlify.app/">
<h6 class="mb-0 mt-2 text-dark ">Reserved</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-4">
<a href="https://atanu-sarkar001.github.io/Fi" target="_blank">
<img src="asstes/images/00/Green and Brown Simple Cooking Youtube Thumbnail.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github.io/Finsweet/">
<h6 class="mb-0 mt-2 text-dark ">Reels</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-5">
<a href="https://atanu-sarkar001.github.io/Main-Ag/" target="_blank">
<img src="asstes/images/00/1.png" class="">
</a>
</div>
<a href="#">
<h6 class="mb-0 mt-2 text-dark ">Animation</h6>
</a>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-three" role="tabpanel" aria-labelledby="pills-three-tab">
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-7">
<a href="https://atanu-sarkar001.github.io/FLipi/" target="_blank">
<img src="asstes/images/00/Black and Orange Spooky Halloween YouTube Thumbnail.png" class="">
</a>
</div>
<a href="https://atanu-sarkar001.github/Font-Lipi/">
<h6 class="mb-0 mt-2 text-dark ">Motion Graphics</h6>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-img-8">
<a href="https://atanu-sarkar001.github.io/Main-Agente/" target="_blank">
<img src="asstes/images/00/Green and Brown Simple Cooking Youtube Thumbnail.png" class="">
</a>
</div>
<a href="#">
<h6 class="mb-0 mt-2 text-dark ">Atanu photography</h6>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio section end -->
<!-- blog section strat -->
<section id="Blog" class="blog-wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center mb-5">
<h2>BLOG</h2>
<p>
A blog, short for weblog, is a frequently updated web page used for personal commentary or business content.
</p>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 p-0">
<img src="asstes/images/blog/blog.webp" alt="">
<div class="blog-details">
<div class="blog-text text-center">
<h5 class="text-white mb-0"> Reels</h5>
<div class="border-line"></div>
<p class="text-white">A reel is a device used to store elongated and flexible objects (e.g. yarns/cords, ribbons, cables, hoses, etc.) </p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 p-0">
<img src="asstes/images/blog/blog1.webp" alt="">
<div class="blog-details">
<div class="blog-text text-center">
<h5 class="text-white mb-0"> Editing</h5>
<div class="border-line"></div>
<p class="text-white">Video editing is the post-production and arrangement of video shots. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 p-0">
<img src="asstes/images/blog/blog2.webp" alt="">
<div class="blog-details">
<div class="blog-text text-center">
<h5 class="text-white mb-0"> Color Grading</h5>
<div class="border-line"></div>
<p class="text-white">Color grading is a post-production process common to filmmaking and video editing of altering the appearance of an image</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<div class="card rounded-0 border-0 p-0">
<img src="asstes/images/blog/blog.webp" alt="">
<div class="blog-details">
<div class="blog-text text-center">
<h5 class="text-white mb-0">Masking</h5>
<div class="border-line"></div>
<p class="text-white">a recording technique in which a sound or message is recorded backward onto a track meant to be played forward</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- blog section end -->
<!-- contact section start -->
<section id="Contacts" class="footer-wrapper mt-3 mt-md-0">
<div class="container">
<div class="row">
<div class="col-12 newsletter text-center px-4">
<div>
<h3 class="text-white">Get update from anywhere</h3>
<p class="text-white">Beraing void gathering light his evening unto dont afried </p>
<p class="text-white "> Email: <a href="#" class="text-white">sarkaratanu618@gmail.com</a> </p>
<form
class="row g-3 justify-content-center mt-4 d-flex align-content-center justify-content-center align-items-center text-center ">
<div class="col col-sm-6 col-lg-4">
<input type="Email" class="form-control" placeholder="Enter your Email">
</div>
<div class="col col-auto mt-4 ">
<button type="submit" class="main-btn btn-custom secondary-btn border-white mb-3">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<div class="row align-items-center justify-content-center">
<div class="col-12 text-center">
<div class="footer-logo mb-3 mb-md-0">
<img src="asstes/images/logo.png" class="img-fluid">
</div>
<div class="my4 soical-icons">
<ul class="list-unstyled d-flex justify-content-center align-items-center">
<li><a href="https://www.facebook.com/profile.php?id=100095443154164" target="_blank"><i
class="fa-brands fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/01atanu01/" target="_blank"><i
class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://github.com/atanu-sarkar001" target="_blank"><i class="fa-brands fa-github"></i></a>
</li>
<li><a href="https://web.whatsapp.com/" target="_blank"><i class="fa-brands fa-whatsapp"></i></a></li>
<li><a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox " target="_blank"><i
class="fa-solid fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-8 col-sm-12">
<p class="footer-text text-center my-2 ">Copyright © 2023 All Rights Reserved - This Web site is made with <i
class="fa-solid fa-fan"></i> by <a href="http://127.0.0.1:5500/asstes/cv.html" target="_blank">Atanu
Sarkar</a></p>
</div>
</div>
</div>
</section>
<!-- contact section end -->
<!-- bootstrap js here -->
<script src="asstes/vandor/bootstrap/js/bootstrap.min.js"></script>
<script src="asstes/vandor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- main js here -->
<script src="asstes/js/main.js"></script>
</body>
</html>