-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
564 lines (519 loc) · 24.8 KB
/
Copy pathindex.html
File metadata and controls
564 lines (519 loc) · 24.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary Meta Tags -->
<title>Tejas Hande | Full-Stack Developer in Pune | React.js, MERN & JAVA Expert</title>
<meta name="title" content="Tejas Hande | Web Developer in Pune | MERN Stack & SEO Expert Pune" />
<meta name="description"
content="Professional Full-Stack Developer based in Pune specializing in React.js, Python, Agritech (KrishiOS), and MERN Stack. Offering responsive web design, precision agriculture solutions, and SEO optimization." />
<meta name="author" content="Tejas Hande" />
<link rel="canonical" href="https://tejashande.vercel.app/" />
<!-- Local SEO Keywords for Pune -->
<meta name="keywords"
content="KrishiOS, Agritech Pune, Precision Agriculture India, Full-Stack Developer Pune, Web Developer Pune, React.js Developer Pune, Python Developer Pune, WordPress Developer Pune, JavaScript Expert Pune, Frontend Developer Pune, Backend Developer Pune, Web Development Services Pune, Freelance Web Developer Pune, UI/UX Designer Pune, Responsive Website Design Pune, SEO Web Development Pune, Custom Web Solutions Pune, Hire Developer Pune, Software Engineer Pune, Website Design Company Pune, Computer Engineer Pune, MERN Stack Developer Pune, Java Developer Pune, Web Development Pune, Pune Web Designer, Pune Software Developer" />
<!-- Local Business Meta Tags -->
<meta name="geo.region" content="IN-MH" />
<meta name="geo.placename" content="Pune" />
<meta name="geo.position" content="18.520430;73.856743" />
<meta name="ICBM" content="18.520430, 73.856743" />
<meta name="city" content="Pune" />
<meta name="state" content="Maharashtra" />
<meta name="country" content="India" />
<meta name="target" content="local" />
<meta name="rating" content="general" />
<meta name="distribution" content="local" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://tejashande.vercel.app/" />
<meta property="og:title"
content="Tejas Hande - Full-Stack Developer in Pune | React.js, Python & WordPress Expert" />
<meta property="og:description"
content="Professional Full-Stack Developer based in Pune specializing in React.js, Python, Java, and WordPress development services for local businesses." />
<meta property="og:image" content="https://tejashande.vercel.app/images/1.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Tejas Hande Portfolio - Pune Web Developer" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="mr_IN" />
<meta property="profile:first_name" content="Tejas" />
<meta property="profile:last_name" content="Hande" />
<meta property="profile:username" content="tejashande" />
<meta property="business:contact_data:street_address" content="Your Street Address" />
<meta property="business:contact_data:locality" content="Pune" />
<meta property="business:contact_data:region" content="Maharashtra" />
<meta property="business:contact_data:postal_code" content="Your PIN" />
<meta property="business:contact_data:country_name" content="India" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://tejashande.vercel.app/" />
<meta property="twitter:title" content="Tejas Hande - Full-Stack Developer in Pune" />
<meta property="twitter:description"
content="Professional Full-Stack Developer based in Pune specializing in React.js, Python & WordPress development services." />
<meta property="twitter:image" content="https://tejashande.vercel.app/images/1.webp" />
<meta property="twitter:creator" content="@tejashande" />
<!-- Canonical URL -->
<!-- Favicon and Apple Touch Icons -->
<link rel="icon" type="image/webp" sizes="32x32" href="images/Tejas.webp" />
<link rel="icon" type="image/webp" sizes="16x16" href="images/Tejas.webp" />
<link rel="apple-touch-icon" sizes="180x180" href="images/Tejas.webp" />
<!-- Theme color -->
<meta name="theme-color" content="#4285f4" />
<meta name="msapplication-TileColor" content="#4285f4" />
<!-- Robots meta tag -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<!-- Additional meta information -->
<meta name="language" content="English" />
<meta name="copyright" content="Tejas Hande - Pune Web Developer" />
<meta name="reply-to" content="tejasamolhande@gmail.com" />
<meta name="classification" content="Web Development, Programming, Portfolio, Pune Web Developer" />
<meta name="url" content="https://tejashande.vercel.app/" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P3Z25CYD6K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-P3Z25CYD6K');
</script>
<!-- Preconnect to external resources -->
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Fonts with improved loading -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
</noscript>
<!-- CSS Stylesheets -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</noscript>
<link rel="stylesheet" href="Styles/Modern_Portfolio.css">
<!--
<link rel="preload" href="Styles/Portfolio.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link rel="stylesheet" href="Styles/Portfolio.css" />
</noscript>
<link rel="preload" href="Styles/Portfolio_Responsive.css" as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link rel="stylesheet" href="Styles/Portfolio_Responsive.css" />
</noscript> -->
<!-- Person Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Tejas Hande",
"url": "https://tejashande.vercel.app",
"image": "https://tejashande.vercel.app/images/1.webp",
"jobTitle": "Full-Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Marsstrong International"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Computer Engineering Department"
},
"homeLocation": {
"@type": "Place",
"name": "Pune, Maharashtra, India"
},
"sameAs": [
"https://www.linkedin.com/in/tejashande/",
"https://github.com/tejhande",
"https://x.com/tejashande25",
"https://instagram.com/tejashande2507"
],
"knowsAbout": [
"React.js", "JavaScript", "Python", "WordPress", "Web Development",
"Java", "HTML", "CSS", "Responsive Design", "MERN Stack", "SEO"
],
"subjectOf": [
{
"@type": "CreativeWork",
"name": "Create React App Contribution",
"url": "https://github.com/facebook/create-react-app/pull/17061"
},
{
"@type": "CreativeWork",
"name": "ScrapeGraph AI Contributions",
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai/commits/main/?author=tejhande"
}
],
"description": "Tejas Hande is a Full-Stack Developer based in Pune, India, specializing in React.js, Python, WordPress, and Java development services."
}
</script>
<!-- WebSite Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://tejashande.vercel.app/",
"name": "Tejas Hande - Full-Stack Developer Portfolio",
"description": "Personal portfolio website of Tejas Hande, a Full-Stack Developer based in Pune, India, specializing in React.js, Python, and WordPress development.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://tejashande.vercel.app/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "t6deuzvn3i");
</script>
<!-- Scripts with defer attribute for performance -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js"
integrity="sha512-uKQ39gEGiyUJl4AI6L+ekBdGKpGw4xJ55+xyJG7YFlJokPNYegn9KwQ3P8A7aFQAUtUsAQHep+d/lrGqrbPIDQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>
<script src="Scripts/Portfolio.js" defer></script>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<script src="https://web3forms.com/client/script.js" async defer></script>
<!-- GitHub Calendar Library -->
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css" />
</head>
<body oncontextmenu="return ">
<!-- Navbar header section -->
<header class="header">
<nav class="navbar" role="navigation" aria-label="Main Navigation">
<div class="logo">
<img src="images/1.webp" alt="Tejas Hande - Tejas Hande" height="50" width="50" class="logo-icon" />
<h2 class="logo-heading">Tejas Hande</h2>
</div>
<div class="hamburger" id="hamburger" aria-controls="menu" aria-expanded="false" aria-label="Toggle Menu">
<i class="fas fa-bars hamburger-icon"></i>
<i class="fas fa-times cross-icon"></i>
</div>
<div class="menu" id="menu" aria-hidden="true" aria-labelledby="hamburger">
<ul class="menu-list">
<li class="menu-list-items">
<a class="links" href="#home">Home</a>
</li>
<li class="menu-list-items">
<a class="links" href="#portfolio">Portfolio</a>
</li>
<li class="menu-list-items">
<a class="links" href="#about">About</a>
</li>
<li class="menu-list-items">
<a class="links" href="#services">Core Expertise</a>
</li>
<li class="menu-list-items">
<a class="links" href="#contact">Contact Me</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Main hero banner -->
<section id="home" class="hero" role="banner" aria-label="Welcome Section">
<div class="intro">
<div class="headings">
<h3 class="greet-heading" style="color: white">Hello, I'm</h3>
<h1 class="my-heading" style="color: white">Tejas Hande</h1>
<h2 class="sub-heading">Software & Automation Engineer</h2>
<h3 class="greet-heading greet-heading1" style="color: white">
Full-Stack Engineer | Building AI-Powered SaaS & Data Systems (CBG, Automation)
</h3>
</div>
<div class="intro-buttons">
<a href="https://wa.me/918600828734?text=Hii%20Tejas" target="_blank">
<button class="hire-btn">
<span class="hire-btn-text">Hire Me</span>
<span class="hire-btn-circle"></span>
<span class="hire-btn-circle"></span>
</button>
</a>
<a id="resumeLink" href="resume.html" target="_blank">
<button id="myResume" class="resume-btn" onclick="goToResume()">
<span class="resume-btn-text">Get Resume</span>
<span class="resume-btn-circle"></span>
<span class="resume-btn-circle"></span>
</button>
</a>
</div>
</div>
<div class="badge-base LI-profile-badge linkedin" data-locale="en_US" data-size="large" data-theme="light"
data-type="HORIZONTAL" data-vanity="tejashande" data-version="v1">
<a class="badge-base__link LI-simple-link" href="https://in.linkedin.com/in/tejashande?trk=profile-badge">Tejas
Hande</a>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="T-portfolio section" role="region" aria-label="Featured Portfolio">
<div class="T-portfolio-heading">
<h2 class="T-my-heading text-center">Featured Portfolio</h2>
</div>
<div class="T-portfolio-content">
<!-- Projects are dynamically rendered by Scripts/Portfolio.js -->
<div class="text-center">
<button id="show-more" class="T-show-more-btn">
Show More
<div class="star star-1"></div>
<div class="star star-2"></div>
<div class="star star-3"></div>
<div class="star star-4"></div>
<div class="star star-5"></div>
<div class="star star-6"></div>
</button>
</div>
</div>
</section>
<!-- GitHub Contribution Section -->
<section id="github" class="github-section section" role="region" aria-label="GitHub Contributions">
<div class="github-heading">
<h2 class="my-heading text-center">Open Source Contributions</h2>
</div>
<div class="github-content">
<a href="https://github.com/tejhande" target="_blank" rel="noopener" class="calendar-link">
<div class="calendar-container">
<!-- Loading stuff -->
<div class="calendar">
Loading my GitHub contributions...
</div>
</div>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="about" role="region" aria-label="About Me">
<div class="about-text">
<h2 class="my-heading">About Me</h2>
<p class="lead-para">
As a <strong>full-stack MERN developer</strong>, I build and ship real-world products — not just projects. From
frontend design to backend logic and production deployment, I handle the complete development lifecycle.
</p>
<p class="lead-para">
I’ve worked on <strong>scalable web applications</strong> including a food delivery platform with real-time
tracking, payment integrations (Razorpay/Stripe), admin systems, and live notifications — focusing on
performance, user experience, and business logic.
</p>
<p class="lead-para">
Currently, I’m building <strong>QuantumJet™</strong>, a patented technology platform decentralizing chemical
manufacturing through Jet Loop Reactors and modular synthesis units. Our first global implementation,
<strong>KrishiOS</strong>, combines soil data, satellite insights, and AI to optimize farming decisions.
</p>
<p class="lead-para">
My core stack includes <strong>React.js, Node.js, JavaScript, HTML, CSS</strong>, along with experience in
WordPress, APIs, and system design. I also have a foundation in Java, Python, and data handling, which helps me
think beyond just UI.
</p>
<p class="lead-para">
Beyond development, I actively explore the <strong>stock market and business strategy</strong>, which shapes how
I approach product building — focusing on outcomes, scalability, and impact.
</p>
<p class="lead-para">
I believe in building <strong>simple, powerful, and practical solutions</strong> — and I’m always looking to
collaborate on ideas that actually matter.
</p>
</div>
<div class="about-image">
<img src="images/about.webp" alt="Tejas Hande - About Me" />
</div>
</section>
<!-- Core Expertise Section -->
<!-- Core Expertise Section -->
<section class="services section" id="services" role="region" aria-label="Core Expertise">
<div class="services-heading">
<h2 class="my-heading text-center">Core Expertise</h2>
</div>
<div class="services-content">
<div class="my-row">
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-brain"></i>
</div>
<h3 class="greet-heading blue-text">AI-Integrated Systems</h3>
<p class="small-para">
Integrating AI into real-world applications to automate workflows and generate intelligent outputs.
Applied in systems like automated email generation and operational insights, focusing on practical impact
rather than experimental models.
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-layer-group"></i>
</div>
<h3 class="greet-heading blue-text">Full-Stack Web Development</h3>
<p class="small-para">
Building complete web applications using React, APIs, and modern frontend architecture. Focused on
performance, clean UI design, and structured data handling for production-ready applications.
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-cloud"></i>
</div>
<h3 class="greet-heading blue-text">Deployment & Production Systems</h3>
<p class="small-para">
Deploying and managing live applications using platforms like Vercel. Handling environment configuration,
production debugging, and ensuring stable user-facing systems beyond local development.
</p>
</div>
</div>
</div>
<div class="my-row">
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-gears"></i>
</div>
<h3 class="greet-heading blue-text">Automation & SaaS Systems</h3>
<p class="small-para">
Developing automation-driven platforms like cold email systems with controlled sending, template
generation, and workflow management. Focused on building scalable, repeatable processes.
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-chart-line"></i>
</div>
<h3 class="greet-heading blue-text">Data & KPI Dashboards</h3>
<p class="small-para">
Creating data-driven dashboards for real-world systems like CBG plants. Transforming operational data into
clear KPIs and insights for management-level decision making.
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-credit-card"></i>
</div>
<h3 class="greet-heading blue-text">Payments & Integrations</h3>
<p class="small-para">
Integrating payment systems like Razorpay and handling third-party services such as email and APIs.
Building reliable connections between multiple services in production environments.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact me section -->
<section class="contact section" id="contact" role="region" aria-label="Contact">
<div class="contact-heading">
<h2 class="my-heading text-center">Contact Me</h2>
</div>
<div class="contact-content">
<div class="contact-form-container">
<h2 class="greet-heading">Get In Touch</h2>
<form class="contact-form" id="myForm" action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="be6405ea-eec2-4a3e-8a22-f9ed823c3b4f" />
<input type="hidden" name="subject" id="subject" value="New Form Submission" />
<input type="hidden" name="redirect" value="https://tejashande.vercel.app/assets/success.html" />
<input type="hidden" name="from_name" value="Portfolio" />
<input type="checkbox" name="botcheck" class="hidden" style="display: none" />
<input class="form-controls" name="name" type="text" placeholder="Enter Your Name" required
pattern="[a-zA-Z\s]+" />
<input class="form-controls" name="email" type="email" placeholder="Enter Your Email" required />
<input class="form-controls" name="number" type="tel" placeholder="Enter Your Phone" required
pattern="(\+91)?[0-9]{10}" />
<textarea class="form-controls" placeholder="Write your message" name="message"></textarea>
<div class="button-group">
<input class="form-btn btn common-btn" type="submit" value="Send Message" />
<input class="form-btn btn common-btn" type="reset" value="Reset" />
</div>
</form>
</div>
<div class="contact-details">
<h2 class="greet-heading">My Contact Details</h2>
<div class="details">
<h3 class="contact-heading">EMAIL</h3>
<p class="contact-text">tejasamolhande@gmail.com</p>
</div>
<div class="details">
<h3 class="contact-heading">PHONE</h3>
<p class="contact-text">+91 8600828734</p>
</div>
<div class="details">
<h3 class="contact-heading">ADDRESS</h3>
<p class="contact-text">
Umbraj No.1, Tal-Junnar, Dist-Pune, Maharashtra 412412
</p>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer class="footer" role="contentinfo">
<div class="footer-content text-center">
<p>
Copyright © 2024 All rights reserved | This portfolio website is
created by
<a href="https://tejashande.vercel.app" target="_blank" rel="noopener" style="color: white">Tejas Hande</a>.
</p>
<div class="social-links">
<div class="footer-menu">
<ul class="footer-menu-list">
<li class="footer-list-items">
<a class="footer-links" href="https://github.com/tejhande" target="_blank" rel="noopener noreferrer"
title="GitHub">
<i class="fab fa-github" aria-label="GitHub"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://www.linkedin.com/in/tejashande/" target="_blank"
rel="noopener noreferrer" title="Tejas Hande LinkedIn">
<i class="fab fa-linkedin-in" aria-label="Tejas Hande LinkedIn"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://console.zerodha.com/verified/b04192e6" target="_blank"
rel="noopener noreferrer" title="Zerodha Kite">
<img src="images/kite-logo.webp" alt="Tejas Hande - kite" class="kite" />
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://www.facebook.com/tejas.hande.568/" target="_blank"
rel="noopener noreferrer" title="Facebook">
<i class="fab fa-facebook-f" aria-label="Facebook"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://twitter.com/tejashande25" target="_blank" rel="noopener noreferrer"
title="Twitter">
<i class="fab fa-x-twitter" aria-label="Twitter"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://www.instagram.com/tejashande2507/" target="_blank"
rel="noopener noreferrer" aria-label="Visit Tejas Hande's Instagram profile">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Top Button -->
<button id="goTopBtn" class="btn btn-primary rounded-circle shadow" title="Go to Top">
<i class="fas fa-arrow-up"></i>
</button>
</body>
</html>
<!-- Tejas Hande
tejasamolhande@gmail.com
8600828734 -->