-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
777 lines (766 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta data -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Rohan Barsagade - Sofware Developer based in India. Explore my projects, skills, and services in web development and more."
/>
<meta name="author" content="Rohan Barsagade" />
<meta
name="keywords"
content="Front-End Developer, Web Developer, Software Developer, Rohan Barsagade, Rohan, Barsagade, Web Development, ReactJS, NextJS, HTML, CSS, JavaScript, IIT Kharagpur, Indian Institute of Technology Kharagpur"
/>
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Rohan Barsagade - Software Developer" />
<meta
property="og:description"
content="Explore my projects, skills, and services in web development and more."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rbarsagade.tech" />
<meta
property="og:image"
content="https://rbarsagade.tech/assets/Rohan.jpeg"
/>
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="800" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@BarsagadeRohan" />
<meta name="twitter:title" content="Rohan Barsagade - Software Developer" />
<meta
name="twitter:description"
content="Explore my projects, skills, and services in web development and more."
/>
<meta
name="twitter:image"
content="https://rbarsagade.tech/assets/Rohan.jpeg"
/>
<meta property="twitter:image:width" content="800" />
<meta property="twitter:image:height" content="800" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/main.min.css" />
<!-- Font Awesome CDN -->
<script
src="https://kit.fontawesome.com/07c0e1ea9d.js"
crossorigin="anonymous"
></script>
<!-- Title -->
<title>Rohan Barsagade</title>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8P3MGS71NW"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8P3MGS71NW");
</script>
<body>
<main>
<header>
<nav>
<input type="checkbox" name="nav-toggle" id="nav-toggle" />
<div class="logo-container">
<img src="./android-chrome-192x192.png" alt="logo" />
</div>
<div class="nav-btn">
<label for="nav-toggle" class="nav-label">
<span class="hamburger"></span>
</label>
</div>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#journey">Journey</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section class="header" id="home">
<div class="h__content">
<h3>Software Developer</h3>
<h1><span>Rohan</span> <span>Rajendra</span> Barsagade</h1>
<p>Turning your imagination into a website.</p>
<div class="btn__container">
<a href="#projects"><button>My Projects</button></a>
<a href="#contact"><button>Contact Me</button></a>
</div>
</div>
<div class="h__img">
<img src="./assets//Rohan.webp" alt="Rohan Rajendra Barsagade" />
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Rohan Barsagade - Software Developer",
"url": "https://rbarsagade.tech",
"description": "I'm Rohan Barsagade, a passionate Software Developer from India. Let's turn your dreams into captivating websites and applications.",
"image": {
"@type": "ImageObject",
"url": "https://rbarsagade.tech/assets/Rohan.jpeg",
"width": 800,
"height": 800
},
"creator": {
"@type": "Person",
"name": "Rohan Barsagade",
"url": "https://rbarsagade.tech"
},
"sameAs": [
"https://www.facebook.com/profile.php?id=100076243115527",
"https://www.instagram.com/rohan_b_84/",
"https://twitter.com/BarsagadeRohan",
"https://www.linkedin.com/in/r-barsagade/",
"https://github.com/rohan-b-84"
]
}
</script>
</section>
</header>
<section class="about" id="about">
<div class="about__content">
<h2>About Me</h2>
<p>
I'm a Software Developer based in India, with around 3 Years of
Experience and high level of passion for technology
</p>
<p>
I'm currently in my third year at
<em><strong>IIT Kharagpur</strong></em> pursuing B.Tech. course in
Biotechnology and Biochemical Engineering. I have a good
understanding of building web applications which gives an awesome
experience to users.
</p>
<p>
As a student, I believe we should always strive to learn new things
daily. That is why I seek new technologies to learn everyday. I am
currently learning Database Management Systems (DBMS).
</p>
</div>
<div class="hex-container">
<div class="hex-flex">
<div class="hexagon">
<div class="hex-content">
<p>7+</p>
<p>Projects Done</p>
</div>
</div>
<div class="hexagon">
<div class="hex-content">
<p>3</p>
<p>Projects Progress</p>
</div>
</div>
</div>
<div class="hex-flex">
<div class="hexagon">
<div class="hex-content">
<p>300+</p>
<p>Git Commits</p>
</div>
</div>
<div class="hexagon">
<div class="hex-content">
<p>3000+</p>
<p>Working Hours</p>
</div>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Rohan Barsagade",
"description": "Software Developer based in India with a passion for technology.",
"image": "https://rbarsagade.tech/assets/Rohan.jpeg",
"jobTitle": "Software Developer",
"url": "https://rbarsagade.tech/#about",
"sameAs": [
"https://www.facebook.com/profile.php?id=100076243115527",
"https://www.instagram.com/rohan_b_84/",
"https://twitter.com/BarsagadeRohan",
"https://www.linkedin.com/in/r-barsagade/",
"https://github.com/rohan-b-84"
],
"memberOf": {
"@type": "Organization",
"name": "Indian Institute of Technology Kharagpur",
"url": "https://www.iitkgp.ac.in/"
},
"knowsAbout": [
"Web Development",
"ReactJS",
"NextJS",
"HTML",
"CSS",
"JavaScript",
"Database Management Systems"
]
}
</script>
</section>
<section class="service" id="services">
<h3>My Services</h3>
<h2>What Can I do Best ?</h2>
<div class="service__grid">
<div class="service__item">
<div>
<i class="fa-solid fa-globe fa-2xl"></i>
</div>
<div>
<h4>Web apps</h4>
<p>I build functional full-stack web apps using MERN Stack</p>
</div>
</div>
<div class="service__item">
<div>
<i class="fa-solid fa-arrow-trend-up fa-2xl"></i>
</div>
<div>
<h4>Search Engine Optimization</h4>
<p>I enhance online visibility with effective SEO strategies.</p>
</div>
</div>
<div class="service__item">
<div>
<i class="fa-solid fa-code fa-2xl"></i>
</div>
<div>
<h4>Learning Assistance</h4>
<p>I provide learning support to help you excel in coding.</p>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ItemList",
"name": "My Services",
"description": "A list of services I offer in web development and more.",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"url": "https://rbarsagade.tech/#services",
"name": "Web apps",
"description": "I build functional full-stack web apps using MERN Stack."
},
{
"@type": "ListItem",
"position": 2,
"url": "https://rbarsagade.tech/#services",
"name": "Search Engine Optimization",
"description": "I enhance online visibility with effective SEO strategies."
},
{
"@type": "ListItem",
"position": 3,
"url": "https://rbarsagade.tech/#services",
"name": "Learning Assistance",
"description": "I provide learning support to help you excel in coding."
}
// Add more services here
],
"url": "https://rbarsagade.tech/#services"
}
</script>
</section>
<section class="skills" id="skills">
<h2>Skills and Toolset</h2>
<div class="skill__container">
<div title="HTML">
<img src="./assets/logos/HTML.webp" alt="HTML" />
</div>
<div title="CSS">
<img src="./assets/logos/CSS.webp" alt="CSS" />
</div>
<div title="JS">
<img src="./assets/logos/JS.webp" alt="JS" />
</div>
<div title="SASS">
<img src="./assets/logos/sass.webp" alt="Sass" />
</div>
<div title="ReactJS">
<img src="./assets/logos/reactjs.webp" alt="ReactJS" />
</div>
<div title="NextJS">
<img src="./assets/logos/NEXT.webp" alt="NextJS" />
</div>
<div title="GitHub">
<img src="./assets/logos/Github.webp" alt="GitHub" />
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ItemList",
"name": "Skills and Toolset",
"description": "A list of my skills and tools in web development.",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML",
"name": "HTML",
"description": "Markup language used to structure content on the web."
},
{
"@type": "ListItem",
"position": 2,
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS",
"name": "CSS",
"description": "Stylesheet language used to control the presentation of web pages."
},
{
"@type": "ListItem",
"position": 3,
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"name": "JavaScript",
"description": "Programming language used to create interactive and dynamic web content."
},
{
"@type": "ListItem",
"position": 4,
"url": "https://sass-lang.com/",
"name": "Sass",
"description": "CSS extension language that adds features like variables and nesting."
},
{
"@type": "ListItem",
"position": 5,
"url": "https://reactjs.org/",
"name": "ReactJS",
"description": "JavaScript library for building user interfaces, particularly for single-page applications."
},
{
"@type": "ListItem",
"position": 6,
"url": "https://nextjs.org/",
"name": "NextJS",
"description": "Framework for building server-rendered React applications with optimized performance."
},
{
"@type": "ListItem",
"position": 7,
"url": "https://github.com/",
"name": "GitHub",
"description": "Platform for version control and collaboration on software development projects."
}
// Add more skills and tools here
],
"url": "https://rbarsagade.tech/#skills"
}
</script>
</section>
<section id="projects">
<h2>My Creative Work</h2>
<h3>Completed</h3>
<div class="work__container">
<div>
<a href="https://tsg-web-dev-beasts.vercel.app/" target="_blank">
<img src="./assets/projects/tsg-website.webp" alt="" />
<p style="margin-top: 15px">TSG Website Hackathon Submission</p>
</a>
</div>
<div>
<a
href="https://restaurant-site-frontend.netlify.app/"
target="_blank"
>
<img src="./assets/projects/Buckhead.webp" alt="Buckhead" />
<p style="margin-top: 15px">
Buckhead - Restaurant site front-end
</p>
</a>
</div>
<div>
<a
href="https://rrb842-huddle-landing-page-with-alternating-feature-blocks.netlify.app/"
target="_blank"
>
<img src="./assets/projects/huddle.webp" alt="" />
<p style="margin-top: 15px">Huddle Landing Page</p>
</a>
</div>
<div>
<a
href="https://rrb842-social-proof-section-master-using-css.netlify.app/"
target="_blank"
>
<img src="./assets/projects/social-proof.webp" alt="" />
<p style="margin-top: 15px">Social Proof Section Landing Page</p>
</a>
</div>
<div>
<a
href="https://rrb842-profile-card-landing-page-using-css.netlify.app/"
target="_blank"
>
<img src="./assets/projects/card.webp" alt="" />
<p style="margin-top: 15px">Simple Card Component</p>
</a>
</div>
<div>
<a
href="https://rrb842-nft-preview-card-component-main.netlify.app/"
target="_blank"
>
<img src="./assets/projects/card-dark.webp" alt="" />
<p style="margin-top: 15px">
Simple Card Component - Dark Variant
</p>
</a>
</div>
</div>
<h3>On-going</h3>
<div class="work__container">
<div>
<a href="https://www.gsmbed.in/" target="_blank">
<img src="./assets/projects/college-website.webp" alt="" />
<p style="margin-top: 15px">
College Website using ReactJS and NextJS
</p>
</a>
</div>
<div>
<a href="https://rrb842-new.netlify.app/" target="_blank">
<img src="./assets/projects/space.webp" alt="" />
<p style="margin-top: 15px">
Clone of National Air-and-Space Museum Website
</p>
</a>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ItemList",
"name": "My Creative Work",
"description": "A list of my completed and ongoing projects.",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"url": "https://tsg-web-dev-beasts.vercel.app/",
"name": "TSG Website Hackathon Submission",
"description": "A website created for the TSG Web Dev Hackathon.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 2,
"url": "https://restaurant-site-frontend.netlify.app/",
"name": "Buckhead - Restaurant site front-end",
"description": "Front-end of a restaurant website.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 3,
"url": "https://rrb842-huddle-landing-page-with-alternating-feature-blocks.netlify.app/",
"name": "Huddle Landing Page",
"description": "A landing page with alternating feature blocks.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 4,
"url": "https://rrb842-social-proof-section-master-using-css.netlify.app/",
"name": "Social Proof Section Landing Page",
"description": "A landing page showcasing social proof.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 5,
"url": "https://rrb842-profile-card-landing-page-using-css.netlify.app/",
"name": "Simple Card Component",
"description": "A simple card component for web design.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 6,
"url": "https://rrb842-nft-preview-card-component-main.netlify.app/",
"name": "Simple Card Component - Dark Variant",
"description": "A dark variant of the simple card component.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 7,
"url": "https://www.gsmbed.in/",
"name": "College Website using ReactJS and NextJS",
"description": "A website for a college built using ReactJS and NextJS.",
"image": "URL_TO_IMAGE"
},
{
"@type": "ListItem",
"position": 8,
"url": "https://rrb842-new.netlify.app/",
"name": "Clone of National Air-and-Space Museum Website",
"description": "A clone of the National Air-and-Space Museum website.",
"image": "URL_TO_IMAGE"
}
],
"url": "https://rbarsagade.tech/#projects"
}
</script>
</section>
<section id="journey">
<h3>Where I've been</h3>
<h2>My Journey</h2>
<div class="journey__container">
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>Early Education</h4>
<h5>2005 - 2016</h5>
<p>
I did my early education from Dilasagram Convent High School,
Ballarpur.
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>SSC Examination</h4>
<h5>2018</h5>
<p>
I joined
<em>Montfort Higher Secondary Education, Ballaprur</em> for my
higher education and in 2018, I cleared my SSC examination
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>HSC Examination and first JEE Attempt</h4>
<h5>2020</h5>
<p>
I cleared my examination in 2020 and this is when I had my first
attempt at JEE Advanced
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>Started Learing Web Development</h4>
<h5>2020 - 2021</h5>
<p>
I joined National Institute of Technology, Srinagar as an
undergraduate student in Mechanical Engineering in 2020. It was
during this time that I started learing web development
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>Joined IIT Kharagpur</h4>
<h5>2021 - current</h5>
<p>
I qualified my second attempt for JEE Advanced and joined Indian
Institute of Technology, Kharagpur as an undergraduate student
in biotechnology and biochemical engineering
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>First React App</h4>
<h5>Feb 2022</h5>
<p>
In the month of February, I learnt ReactJS and then made my
first ever React App for the Website Hackathon organised by
Technology Students' Gymkhana, Indian Institute of Technology
Kharagpur.
</p>
</div>
</div>
<div class="single__event">
<div class="circle"></div>
<div class="event__card">
<h4>First NextJS App</h4>
<h5>Mar 2022</h5>
<p>
I attempted to make a website for a college using NextJS in
March 2022 and this is still my ongoing project.
</p>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Timeline",
"name": "My Journey",
"description": "My educational and professional journey over the years.",
"timelineOrder": "Ascending",
"timelineInterval": "Year",
"url": "https://rbarsagade.tech/#journey"
}
</script>
</section>
</main>
<footer id="contact">
<div class="footer__description">
<div class="footer-logo">
<div class="logo-container">
<svg
id="Layer_1"
data-name="Layer 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 156.73 187.7"
>
<path
class="cls-1"
d="M21.46,186S69.36,42.48,57.15,29.23c0,0,133.83-22.6,82.19,40-23.39,28.37-77,43.05-77,43.05s56.92-14,83.2,67.68"
transform="translate(-7.96 -11.76)"
fill="none"
stroke="#24a2eb"
stroke-width="27px"
stroke-linejoin="round"
stroke-linecap="round"
/>
</svg>
</div>
<h2><span>Front-End</span> Developer</h2>
</div>
<p>
If you are here then this means you checked my works. So, lets discuss
and build your next project together.
</p>
<p class="copyright">
Copyright © 2021
<a href="https://github.com/rohan-b-84">Rohan Barsagade</a> <br />
</p>
</div>
<div class="footer__form">
<h3>Any Questions</h3>
<h2>Drop me a line</h2>
<form method="post" action="https://formspree.io/f/moqojzdd">
<div class="row">
<div class="input__container">
<input
type="text"
name="name"
id="name"
placeholder="Your Name"
required
/>
</div>
<div class="input__container">
<input
type="email"
name="email"
id="email"
placeholder="Your Email"
required
/>
</div>
</div>
<div class="row">
<div class="input__container">
<input
type="text"
name="subject"
id="subject"
placeholder="Subject"
required
/>
</div>
<div class="input__container">
<input
type="text"
name="phone"
id="phone"
placeholder="Your Phone Number"
required
/>
</div>
</div>
<div class="input__container">
<textarea
name="message"
id="message"
rows="3"
placeholder="Your Message"
required
></textarea>
</div>
<button type="submit">Send Message</button>
</form>
</div>
<div class="social">
<a
href="https://www.facebook.com/profile.php?id=100076243115527"
title="Facebook"
target="_blank"
>
<i class="fa-brands fa-2xl fa-facebook"></i>
</a>
<a
href="https://www.instagram.com/_rohan_8448/"
title="Instagram"
target="_blank"
>
<i class="fa-brands fa-2xl fa-instagram"></i>
</a>
<a
href="https://twitter.com/BarsagadeRohan"
title="Twitter"
target="_blank"
>
<i class="fa-brands fa-2xl fa-twitter"></i>
</a>
<a
href="https://www.linkedin.com/in/r-barsagade/"
title="LinkedIn"
target="_blank"
>
<i class="fa-brands fa-2xl fa-linkedin-in"></i>
</a>
<a href="https://github.com/rohan-b-84" title="GitHub" target="_blank">
<i class="fa-brands fa-2xl fa-github"></i>
</a>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ContactPoint",
"name": "Contact Me",
"email": "rbarsagade101@gmail.com",
"url": "https://rbarsagade.tech/#contact"
}
</script>
</footer>
<p class="copyright mobile-only">
Copyright <span>©</span> 2021
<a href="https://github.com/rohan-b-84">Rohan Barsagade</a> <br />
</p>
</body>
</html>