-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
722 lines (687 loc) · 28.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
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
<!DOCTYPE html>
<html lang="en-IN">
<head>
<meta charset="utf-8">
<title>Sambit Sargam</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- favicon -->
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico"/>
<!-- font awesome -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- main css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- responsive css -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- default color skin -->
<link rel="stylesheet" type="text/css" href="css/skins/color-1.css">
<!-- style switcher -->
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-1" href="css/skins/color-1.css">
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-2" href="css/skins/color-2.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-3" href="css/skins/color-3.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-4" href="css/skins/color-4.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-5" href="css/skins/color-5.css" disabled>
<link rel="stylesheet" type="text/css" href="css/style-switcher.css">
</head>
<body>
<!-- preloader start -->
<div class="preloader">
<div class="box">
<div></div><div></div><div></div>
</div>
</div>
<!-- preloader end -->
<!-- header start -->
<header class="header">
<div class="container">
<div class="row justify-content-between">
<div class="logo">
<a href="index.html">S</a>
</div>
<div class="hamburger-btn outer-shadow hover-in-shadow">
<span></span>
</div>
</div>
</div>
</header>
<!-- header end -->
<!-- navigation menu start -->
<nav class="nav-menu">
<div class="close-nav-menu outer-shadow hover-in-shadow">×</div>
<div class="nav-menu-inner">
<ul>
<li><a href="#home" class="link-item inner-shadow active">Home</a></li>
<li><a href="#about" class="link-item outer-shadow hover-in-shadow">About</a></li>
<li><a href="#services" class="link-item outer-shadow hover-in-shadow">Services</a></li>
<li><a href="#portfolio" class="link-item outer-shadow hover-in-shadow">Portfolio</a></li>
<li><a href="#testimonial" class="link-item outer-shadow hover-in-shadow">Testimonials</a></li>
<li><a href="#contact" class="link-item outer-shadow hover-in-shadow">Contact</a></li>
<li><a href="https://sambit.study/" target="_blank" class="link-item outer-shadow hover-in-shadow">Animated Website</a></li>
</ul>
</div>
<!-- copyright text -->
<p class="copyright-text">© 2021 Sambit Sargam</p>
</nav>
<div class="fade-out-effect"></div>
<!-- navigation menu end -->
<!-- home section start -->
<section class="home-section section active" id="home">
<!-- effect wrap starts -->
<div class="effect-wrap">
<div class="effect effect-1"></div>
<div class="effect effect-2">
<div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div>
</div>
<div class="effect effect-3"></div>
<div class="effect effect-4"></div>
<div class="effect effect-5">
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
</div>
</div>
<!-- effect wrap end -->
<div class="container">
<div class="row full-screen align-items-center">
<div class="home-text">
<p>Hello</p>
<h2>I'm Sambit Sargam</h2>
<h1>Web3 Developer</h1>
<a href="#about" class="link-item btn-1 outer-shadow hover-in-shadow">More About Me</a>
</div>
<div class="home-img">
<div class="img-box inner-shadow">
<img src="img/profile-pic.png" class="outer-shadow" alt="profile-pic">
</div>
</div>
</div>
</div>
</section>
<!-- home section end -->
<!-- about section start -->
<section class="about-section section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="main info">About Me</h2>
</div>
</div>
<div class="row">
<div class="about-img">
<div class="img-box inner-shadow">
<img src="img/profile-pic.png" class="outer-shadow" alt="profile-pic">
</div>
<!-- social links start -->
<div class="social-links">
<a href="https://www.facebook.com/SAMBIT.SHAKTI" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/sambitsargam" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/myself_sambit" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/sambitsargam/" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/sambitsargam" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-github"></i></a>
</div>
<!-- social links end -->
</div>
<div class="about-info">
<p><span>Hey there <img src="http://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="22px">, I'm Sambit Sargam Ekalabya and I'm a Developer.</span></p>
<p>a continuous learner and a contributor to the blockchain community. I am pursuing a BTech degree in Information Technology from NIST, Berhampur, where I enhance my technical foundation and explore new blockchain technologies. I write articles, speak at conferences, and collaborate on open source projects to share my knowledge and insights on blockchain. I firmly believe in the power of blockchain to revolutionize the landscape of applications and promote global equity.</p>
<!-- <p> cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.</p> -->
<a href="https://github.com/SAMBITSARGAM/sambitsargam.github.io/blob/main/SAMBIT.pdf" target="_blank" class="link-item btn-1 outer-shadow hover-in-shadow">View Resume</a>
<a href="mailto:[email protected]" target="_blank" class="btn-1 outer-shadow hover-in-shadow">Hire Me</a>
</div>
</div>
<!-- about tab start -->
<div class="row">
<div class="about-tabs">
<span class="tab-item outer-shadow active" data-target=".skills">Skills</span>
<span class="tab-item" data-target=".experience">Experience</span>
<span class="tab-item" data-target=".education">Education</span>
<span class="tab-item" data-target=".stats">Stats</span>
</div>
</div>
<!-- about tab end -->
<!-- skills start -->
<div class="row">
<div class="skills tab-content active">
<div class="row">
<!-- skill item start -->
<div class="skill-item">
<p>HTML</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(70% - 14px)"><span>70%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>Python</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(60% - 14px)"><span>60%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>CSS</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(70% - 14px)"><span>70%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>C++</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(30% - 14px)"><span>30%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>Javascript</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(40% - 14px)"><span>40%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>PHP</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(40% - 14px)"><span>40%</span></div>
</div>
</div>
<!-- skill item end -->
<!-- skill item start -->
<div class="skill-item">
<p>MySQL</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(40% - 14px)"><span>40%</span></div>
</div>
</div>
<!-- skill item end -->
</div>
</div>
</div>
<!-- skills end -->
<!-- experience start -->
<div class="row">
<div class="experience tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!-- timeline item start -->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<span>Apr, 2021 - Present</span>
<h3>Volunteer</h3>
<h4>Hack ON Foundation, India</h4>
<p></p>
</div>
</div>
<!-- timeline item end -->
<!-- timeline item start -->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<span>Jan, 2021 - Present</span>
<h3>Campus Ambassador</h3>
<h4>Coding Element, India</h4>
<p></p>
</div>
</div>
<!-- timeline item end -->
<!-- timeline item start -->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<span>Dec, 2020 - Jan, 2020</span>
<h3>Web Developer</h3>
<h4>SHOUT! MEDIA PRODUCTION, India</h4>
<p></p>
</div>
</div>
<!-- timeline item end -->
</div>
</div>
</div>
</div>
</div>
<!-- experience end -->
<!-- education start -->
<div class="row">
<div class="education tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!-- timeline item start -->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>2020 - 2024</span>
<h3>Bachelors of Technology</h3>
<h4>National Institute of Science and Technology, Berhampur</h4>
<p></p>
</div>
</div>
<!-- timeline item end -->
<!-- timeline item start -->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>2018 - 2020</span>
<h3>Intermediate (Science)</h3>
<h4>Gonasika Junior Science College, Keonjhar</h4>
<p></p>
</div>
</div>
<!-- timeline item end -->
</div>
</div>
</div>
</div>
</div>
<!-- education end -->
<!-- stats start -->
<div class="row">
<div class="stats tab-content">
<div class="statcontainer">
<div class="row">
<!-- contact item start -->
<div class="stat-item">
<div class="contact-item-inner">
<a href="https://github.com/sambitsargam" title="Go to Source">
<img src="https://github-readme-streak-stats.herokuapp.com/?user=sambitsargam&theme=react&border=61dafb&hide_border=true" alt="sambitsargam" />
</a>
</div>
</div>
<!-- contact item end -->
<!-- contact item start -->
<div class="stat-item">
<div class="contact-item-inner">
<a href="https://github.com/sambitsargam" title="Go to Source">
<img src="https://github-readme-stats.vercel.app/api?username=sambitsargam&show_icons=true&theme=react&border_color=61dafb&hide_border=true" />
</a>
</div>
</div>
<!-- contact item end -->
</div>
</div>
<div class="statcontainer">
<div class="row">
<!-- contact item start -->
<div class="stat-item">
<div class="contact-item-inner">
<a href="https://github.com/sambitsargam">
<img width="495px" src="https://github-readme-stats.vercel.app/api/top-langs/?username=sambitsargam&hide=c%23,powershell,Mathematica,Ruby,Objective-C,Objective-C%2b%2b,Cuda&title_color=61dafb&text_color=ffffff&icon_color=61dafb&bg_color=20232a&langs_count=8&layout=compact&border_color=61dafb&hide_border=true" />
</a>
</div>
</div>
<!-- contact item end -->
</div>
</div>
<p align="center">Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.</p>
<br>
</div>
</div>
<!-- stats end -->
</div>
</section>
<!-- about section end -->
<!-- service section start -->
<section class="service-section section" id="services">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading = "Services">What I Do</h2>
</div>
</div>
<div class="row">
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>Resonsive Design</h3>
<p></p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-laptop-code"></i>
</div>
<h3>Web Design</h3>
<p></p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-palette"></i>
</div>
<h3>Graphic Design</h3>
<p></p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-code"></i>
</div>
<h3>Clean Code</h3>
<p></p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-search"></i>
</div>
<h3>SEO Marketing</h3>
<p></p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-bullhorn"></i>
</div>
<h3>Great Support</h3>
<p></p>
</div>
</div>
<!-- service item end -->
</div>
</div>
</section>
<!-- service section end -->
<!-- portfolio section start -->
<section class="portfolio-section section" id="portfolio">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="portfolio">Latest Work</h2>
</div>
</div>
<!-- portfolio filter start -->
<div class="row">
<div class="portfolio-filter">
<span class="filter-item outer-shadow active" data-target="all">All</span>
</div>
</div>
<!-- portfolio filter end -->
<!-- pofolio items start -->
<div class="row portfolio-items">
<!-- portfolio item start -->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-1.png" alt="portfolio"
data-screenshots="img/portfolio/large/project-1/1.png,
img/portfolio/large/project-1/2.png">
<!-- view poject btn -->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Personal Portfolio</p>
<!-- portfolio item details start -->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>It's the latest Portfolio website that I've made to give some
insights about me to the community and to showcase my work.</p>
</p>
</div>
<div class="info">
<h3>Project Info</h3>
<ul>
<li>Date - <span>June 21, 2021</span></li>
<li>Client - <span>Personal Use</span></li>
<li>Tools - <span>HTML, CSS, Javascript</span></li>
<li>Web - <span><a href="https://sambitsargam.study">sambitsargam.study</a></span></li>
</ul>
</div>
</div>
</div>
<!-- portfolio item details end -->
</div>
</div>
<!-- portfolio item end -->
<!-- portfolio item start -->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-2.png" alt="login-register"
data-screenshots="img/portfolio/large/project-2/1.gif,
img/portfolio/large/project-2/2.png,
img/portfolio/large/project-2/3.png,
img/portfolio/large/project-2/4.png,">
<!-- view poject btn -->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Simple portfolio</p>
<!-- portfolio item details start -->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>It's a simple Portfolio any one can fork it then make their own webpage , very easily.</p>
</p>
</div>
<div class="info">
<h3>Project Info</h3>
<ul>
<li>Date - <span>June 1, 2021</span></li>
<li>Client - <span>Helping Student/span></li>
<li>Tools - <span>HTML, CSS, Java</span></li>
<li>Web - <span><a href="https://github.com/SAMBITSARGAM/sample-portfolio">sambitsargam.github.io</a></span></li>
</ul>
</div>
</div>
</div>
<!-- portfolio item details end -->
</div>
</div>
<!-- portfolio item end -->
<!-- portfolio item start -->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-3.png" alt="portfolioSingle"
data-screenshots="img/portfolio/large/project-3/1.gif,>
<!-- view poject btn -->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Single Page Portfolio</p>
<!-- portfolio item details start -->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>This was my first Portfolio website which I have created using
HTML, CSS, JS, and Bootstrap while I was having a company Bootcamp.</p>
</p>
</div>
<div class="info">
<h3>Project Info</h3>
<ul>
<li>Date - <span>jun 1, 2021</span></li>
<li>Client - <span>Personal</span></li>
<li>Tools - <span>HTML, CSS, Bootstrap</span></li>
<li>Web - <span><a href="https://sambitsargam.github.io/">sambit</a></span></li>
</ul>
</div>
</div>
</div>
<!-- portfolio item details end -->
</div>
</div>
<!-- portfolio item end -->
</div>
</div>
<!-- portfolio item end -->
</div>
</div>
<!-- portfolio item end -->
</div>
<!-- pofolio items end -->
</div>
</section>
<!-- portfolio section end -->
<!-- testimonial section start -->
<section class="testimonial-section section" id="testimonial">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="testimonial">Client Speak</h2>
</div>
</div>
<div class="row">
<div class="testi-box">
<div class="testi-slider outer-shadow">
<div class="testi-slider-container">
<!-- testi item start -->
<div class="testi-item active">
<i class="fas fa-quote-left left"></i>
<i class="fas fa-quote-right right"></i>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<img src="img/testimonial/1.png" alt="testimonial">
<span>DP</span>
</div>
<!-- testi item end -->
<!-- testi item start -->
<div class="testi-item">
<i class="fas fa-quote-left left"></i>
<i class="fas fa-quote-right right"></i>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<img src="img/testimonial/1.png" alt="testimonial">
<span>MD</span>
</div>
<!-- testi item end -->
<!-- testi item start -->
<div class="testi-item">
<i class="fas fa-quote-left left"></i>
<i class="fas fa-quote-right right"></i>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<img src="img/testimonial/1.png" alt="testimonial">
<span>AK</span>
</div>
<!-- testi item end -->
</div>
</div>
<div class="testi-slider-nav">
<span class="prev outer-shadow hover-in-shadow"><i class="fas fa-angle-left"></i></span>
<span class="next outer-shadow hover-in-shadow"><i class="fas fa-angle-right"></i></span>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial section end -->
<!-- contact section start -->
<section class="contact-section section" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="contact">Get In Touch</h2>
</div>
</div>
<div class="row">
<!-- contact item start -->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-phone"></i>
<span>Phone</span>
<p><a href="tel:+910675">00 000 0675</a></p>
</div>
</div>
<!-- contact item end -->
<!-- contact item start -->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-envelope"></i>
<span>Email</span>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<!-- contact item end -->
<!-- contact item start -->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-map-marker-alt"></i>
<span>Address</span>
<p><a href="https://goo.gl/maps/aBAASXbV8yMp1jxo9">Keonjhar, Odisha, India - 758001</a></p>
</div>
</div>
<!-- contact item end -->
<h3>Soon......Updated </h3>
<!-- contact section end -->
<!-- portfolio popup start -->
<div class="pp portfolio-popup">
<div class="pp-details">
<div class="pp-details-inner">
<div class="pp-title">
<h2></h2>
<p>Category - <span class="pp-project-category"></span></p>
</div>
<div class="pp-project-details">
</div>
</div>
</div>
<div class="separator"></div>
<div class="pp-main">
<div class="pp-main-inner">
<div class="pp-project-details-btn outer-shadow hover-in-shadow">Project Details <i class="fas fa-plus"></i></div>
<div class="pp-close outer-shadow hover-in-shadow">×</div>
<img src="img/portfolio/large/project-1/1.png" alt="img" class="pp-img outer-shadow">
<div class="pp-counter">1 of 2</div>
</div>
<div class="pp-loader">
<div></div>
</div>
<!-- pp navigation -->
<div class="pp-prev"><i class="fas fa-play"></i></div>
<div class="pp-next"><i class="fas fa-play"></i></div>
</div>
</div>
<!-- portfolio popup end -->
<!-- style switcher start -->
<div class="style-switcher outer-shadow">
<div class="style-switcher-toggler s-icon outer-shadow hover-in-shadow">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s-icon outer-shadow hover-in-shadow">
<i class="fas"></i>
</div>
<h4>Theme Colors</h4>
<div class="colors">
<span class="color-1" onclick="setActiveStyle('color-1')"></span>
<span class="color-2" onclick="setActiveStyle('color-2')"></span>
<span class="color-3" onclick="setActiveStyle('color-3')"></span>
<span class="color-4" onclick="setActiveStyle('color-4')"></span>
<span class="color-5" onclick="setActiveStyle('color-5')"></span>
</div>
</div>
<!-- style switcher end -->
<!-- main js -->
<script src="js/main.js"></script>
<!-- style switcher js -->
<script src="js/style-switcher.js"></script>
</body>
</html>