-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
572 lines (537 loc) · 29.3 KB
/
index.html
File metadata and controls
572 lines (537 loc) · 29.3 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
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akhilananda Teja Sanga</title>
<meta property="og:title" content="Portfolio | Akhilananda Teja Sanga" />
<meta property="og:description" content="Portfolio of Akhilananda Teja Sanga" />
<meta property="og:image" content="./images/aki.png" />
<meta property="og:url" content="https://akhilanandateja.github.io/portfolio/" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/png" href="./images/aki.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="particles-js"></div>
<a href="#home" id="goToTopBtn" class="go-to-top-button">
<i class="fas fa-arrow-up"></i>
</a>
<header id="navbar">
<div class="nav-content">
<a href="#home" class="nav-logo">Akhilananda Teja<b>.</b></a>
<div class="hamburger" onclick="toggleMenu()">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<nav>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#showcase">Portfolio</a></li>
<li><a href="#connect">Connect</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section id="home" class="section-wrapper hero">
<div class="hero-content">
<div class="hero-text">
<p class="intro-text">Hello, my name is</p>
<h1 class="hero-name">Akhilananda Teja Sanga.</h1>
<h2 class="hero-tagline">I build things for the web & AI.</h2>
<p class="hero-description">
I'm a software developer specializing in Full-Stack Development and Artificial Intelligence. I'm focused on building accessible, human-centered products and exploring the frontiers of machine learning.
</p>
<a href="https://drive.google.com/file/d/1yVu6gxHdZKXBO_zfHP1e8mp24NXjkCAT/view?usp=sharing" class="btn" target="_blank" rel="noopener noreferrer">View My Resume</a>
</div>
<div class="hero-image-container">
<div class="orbiting-ring ring-1"></div>
<div class="orbiting-ring ring-2"></div>
<div class="orbiting-ring ring-3"></div>
<img src="./images/aki.png" alt="Akhilanandateja Sanga" class="hero-image">
</div>
</div>
<div class="discover-more">
<a href="#about">
<span>Discover More</span>
<i class="fas fa-chevron-down"></i>
</a>
</div>
</section>
<section id="about" class="section-wrapper">
<div class="about-grid reveal">
<div class="about-left">
<h2 class="section-heading">About Me</h2>
<p>I'm a Computer Science and AI student at SR University, specializing in Artificial Intelligence and Machine Learning. As Vice Chair of the AIML Club, I lead AI-driven projects that push innovation. I'm also skilled in competitive programming on platforms like LeetCode and Codeforces, focusing on AI challenges. With additional expertise in Full-Stack and Android Development. Let's collaborate to innovate!</p>
<blockquote>
"Technology is best when it brings people together."
<span>– Matt Mullenweg</span>
</blockquote>
<a href="#experience" class="btn btn-secondary">See Experience</a>
</div>
<div class="about-right">
<div class="stats-grid">
<div class="stat-card reveal"><i class="fas fa-briefcase"></i><h3>3+</h3><p>Internships</p></div>
<div class="stat-card reveal"><i class="fas fa-cogs"></i><h3>4+</h3><p>AI Technologies</p></div>
<div class="stat-card reveal"><i class="fas fa-code"></i><h3>10+</h3><p>Projects</p></div>
<div class="stat-card reveal"><i class="fas fa-brain"></i><h3>3+</h3><p>Core Domains</p></div>
</div>
</div>
</div>
</section>
<section id="education" class="section-wrapper">
<h2 class="section-heading">Education</h2>
<div class="education-container reveal">
<div class="tabs">
<button class="tab-link" onclick="openTab(event, 'bachelors')">Bachelors</button>
<button class="tab-link" onclick="openTab(event, 'intermediate')">Intermediate</button>
<button class="tab-link" onclick="openTab(event, 'schooling')">Schooling</button>
</div>
<div id="bachelors" class="tab-content">
<h3>SR University</h3>
<p><strong>Program:</strong> Computer Science and Engineering</p>
<p><strong>Specialization:</strong> Artificial Intelligence and Machine Learning</p>
<p><strong>Years:</strong> 2022 - 2026</p>
<p><strong>GPA:</strong> 9.0 / 10.0</p>
</div>
<div id="intermediate" class="tab-content">
<h3>Winners Junior College</h3>
<p><strong>Stream:</strong> M.P.C (Maths, Physics, Chemistry)</p>
<p><strong>Marks:</strong> 913 / 1000</p>
</div>
<div id="schooling" class="tab-content">
<h3>Vaagdevi High School</h3>
<p><strong>Board:</strong> S.S.C (Secondary School Certificate)</p>
<p><strong>GPA:</strong> 10.0 / 10.0</p>
</div>
</div>
</section>
<section id="experience" class="section-wrapper">
<h2 class="section-heading">Work Experience</h2>
<div class="experience-grid">
<div class="experience-card reveal">
<img src="./images/aicte.png" alt="EduSkills Logo" class="experience-logo">
<h3 class="experience-title">Python Full Stack Developer</h3>
<div class="company-details">
<p class="experience-company">AICTE-EduSkills Internship</p>
<span class="internship-type">Virtual</span>
</div>
<p class="experience-duration">Oct 2024 - Dec 2024</p>
<ul>
<li>Completed a 10-week intensive internship focused on Python Full Stack development.</li>
<li>Gained hands-on experience in building and deploying web applications.</li>
<li>Successfully developed projects, demonstrating proficiency in both frontend and backend technologies.</li>
</ul>
</div>
<div class="experience-card reveal">
<img src="./images/skill.jpeg" alt="SkillCraft Technology Logo" class="experience-logo">
<h3 class="experience-title">Machine Learning Intern</h3>
<div class="company-details">
<p class="experience-company">SkillCraft Technology</p>
<span class="internship-type">Virtual</span>
</div>
<p class="experience-duration">July 2024 - Aug 2024</p>
<ul>
<li>Gained proficiency in TensorFlow, Keras, and other machine learning libraries.</li>
<li>Applied deep learning algorithms to solve real-world AI problems.</li>
<li>Developed and implemented models using Google Cloud AI tools.</li>
</ul>
</div>
<div class="experience-card reveal">
<img src="./images/monosage.jpeg" alt="Monosage Thought Works Logo" class="experience-logo">
<h3 class="experience-title">Full Stack Web Development Fellow</h3>
<div class="company-details">
<p class="experience-company">Monosage Thought Works</p>
<span class="internship-type">On Site</span>
</div>
<p class="experience-duration">April 2024 - July 2024</p>
<ul>
<li>Built and optimized dynamic web applications using PHP and WordPress, improving performance and usability.</li>
<li>Implemented SEO strategies that enhanced website visibility and search rankings.</li>
<li>Collaborated on live projects, delivering scalable solutions with strong problem-solving and teamwork skills.</li>
</ul>
</div>
</div>
</section>
<section id="showcase" class="section-wrapper">
<div class="showcase-header reveal">
<h2 class="section-heading">Portfolio Showcase</h2>
<p>Explore my journey through projects, certifications, and technical expertise. Each section represents a milestone in my continuous learning path.</p>
<div class="showcase-tabs">
<button class="showcase-tab" onclick="openShowcaseTab(event, 'showcaseProjects')"><i class="fas fa-code"></i> Projects</button>
<button class="showcase-tab" onclick="openShowcaseTab(event, 'showcaseCerts')"><i class="fas fa-certificate"></i> Certificates</button>
<button class="showcase-tab" onclick="openShowcaseTab(event, 'showcaseSkills')"><i class="fas fa-layer-group"></i> Tech Stack</button>
</div>
</div>
<div id="showcaseProjects" class="showcase-content">
<!-- ONE SINGLE GRID CONTAINER -->
<div class="project-grid-container">
<!-- NexHireAI -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/nexhireai.png" alt="NexHireAI Platform">
</div>
<div class="project-content">
<h3 class="project-title">NexHireAI</h3>
<p class="project-description">
An AI-powered skill-based recruitment platform that evaluates candidates through dynamic assessments, automated scoring, recruiter analytics, and integrated interview management in a seamless workflow.
</p>
<div class="project-tech">
<span>React</span>
<span>Node.js</span>
<span>MongoDB</span>
<span>Genkit</span>
<span>AI/ML</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/NexHireAI" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://nex-hire-ai.vercel.app/" target="_blank">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
<!-- Library Management System -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/library_management.png" alt="Library Management System">
</div>
<div class="project-content">
<h3 class="project-title">Library Management System</h3>
<p class="project-description">
A full-featured library management system built using Java and MySQL that allows efficient book tracking, user management, issue/return operations, and secure database handling. Designed with modular architecture and JDBC integration for real-time data operations.
</p>
<div class="project-tech">
<span>Java</span>
<span>JDBC</span>
<span>MySQL</span>
<span>OOP</span>
<span>SQL</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Library-Management-System" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Car Rental -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/car_rental.png" alt="Car Rental Website">
</div>
<div class="project-content">
<h3 class="project-title">PHP Car Rental Website</h3>
<p class="project-description">
A dynamic car booking platform using PHP and MySQL. Features user-friendly Browse, booking, and reservation management.
</p>
<div class="project-tech">
<span>PHP</span>
<span>MySQL</span>
<span>JavaScript</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/miles-smiles" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://miles-smiles.wuaze.com/" target="_blank">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
<!-- Potato Leaf -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/potato_leaf.jpg" alt="Potato Leaf Disease Detection">
</div>
<div class="project-content">
<h3 class="project-title">Potato Leaf Disease Detection</h3>
<p class="project-description">
A deep learning model using CNN and ResNet50 to classify potato leaf images.
</p>
<div class="project-tech">
<span>Python</span>
<span>TensorFlow</span>
<span>CNN</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Potato-Leaf-Disease-Detection" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Java Banking System -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/java_banking.png" alt="Java Banking System">
</div>
<div class="project-content">
<h3 class="project-title">Java Banking System</h3>
<p class="project-description">
A console-based banking application developed using Java that enables users to perform essential banking operations such as account creation, deposit, withdrawal, balance inquiry, and transaction management with secure handling and structured OOP design.
</p>
<div class="project-tech">
<span>Java</span>
<span>OOP</span>
<span>Collections</span>
<span>File Handling</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Java-Banking-System" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- WordPress -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/restaurant.png" alt="WordPress Website">
</div>
<div class="project-content">
<h3 class="project-title">WordPress Restaurant Site</h3>
<p class="project-description">
A responsive website built with WordPress and custom HTML/CSS.
</p>
<div class="project-tech">
<span>WordPress</span>
<span>HTML/CSS</span>
<span>Canva</span>
</div>
<div class="project-links">
<a href="https://www.akhilsrestaurant.wuaze.com/" target="_blank">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
<!-- Health Monitor -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/health_monitor.jpg" alt="Health Monitoring System">
</div>
<div class="project-content">
<h3 class="project-title">Smart Health Monitoring System</h3>
<p class="project-description">
Real-time health tracking system using Python and ML.
</p>
<div class="project-tech">
<span>Python</span>
<span>Flask</span>
<span>ML</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Smart-Wearable-Health-Monitor" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Ecommerce -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/ecommerce.jpg" alt="Ecommerce Analyzer">
</div>
<div class="project-content">
<h3 class="project-title">Ecommerce Review Analyzer</h3>
<p class="project-description">
Sentiment analysis using Python and NLP.
</p>
<div class="project-tech">
<span>Python</span>
<span>Flask</span>
<span>NLTK</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Ecommerce-Review-Sentiment-Analyzer" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Game -->
<div class="project-card reveal">
<div class="project-image">
<img src="./images/rock_paper.png" alt="Game">
</div>
<div class="project-content">
<h3 class="project-title">Rock Paper Scissors</h3>
<p class="project-description">
Interactive game using Python and Streamlit.
</p>
<div class="project-tech">
<span>Python</span>
<span>Streamlit</span>
</div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/RockPaperScissorGame" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<!-- View More -->
<div class="more-projects-container">
<a href="https://github.com/Akhilanandateja?tab=repositories" target="_blank" class="more-projects-link">
<span>View All Projects</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<div id="showcaseCerts" class="showcase-content">
<div class="certifications-grid">
<div class="certificate-card reveal">
<img src="./images/Certificate - ServiceNow.png" alt="Servicenow University Virtual Internship Program">
<div class="card-overlay"><p>Servicenow University Virtual Internship Program</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/monosage_certificate.png" alt="Monosage Thought Works Fellowship Certificate">
<div class="card-overlay"><p>Monosage Thought Works Fellowship</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/python full stack.png" alt="Python Full Stack Internship Certificate">
<div class="card-overlay"><p>Python Full Stack Developer Virtual Internship</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/cloud virtual.png" alt="Cloud Virtual Internship">
<div class="card-overlay"><p>Cloud Virtual Internship</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/skillcraft_certificate.png" alt="SkillCraft Technology Internship">
<div class="card-overlay"><p>SkillCraft Technology Internship</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/academic excellence.jpg" alt="Certification of Appreciation for Academic Excellence">
<div class="card-overlay"><p>Certification of Appreciation for Academic Excellence</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/aws academy cloud.png" alt="AWS Academy Cloud Architecting">
<div class="card-overlay"><p>AWS Academy Cloud Architecting</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/aws cloud data pipeline.png" alt="AWS Academy Cloud Data Pipeline Builder">
<div class="card-overlay"><p>AWS Academy Cloud Data Pipeline Builder</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/AWS Academy Cloud Foundations.png" alt="AWS Academy Cloud Foundations">
<div class="card-overlay"><p>AWS Academy Cloud Foundations</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/aws cloud web application.png" alt="AWS Academy Cloud Web Application Builder">
<div class="card-overlay"><p>AWS Academy Cloud Web Application Builder</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/CCNAv7 Switching, Routing, and Wireless Essentials.png" alt="CCNAv7 Switching, Routing, and Wireless Essentials">
<div class="card-overlay"><p>CCNAv7 Switching, Routing, and Wireless Essentials</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/CCNAv7 Introduction to Networks.png" alt="CCNAv7 Introduction to Networks">
<div class="card-overlay"><p>CCNAv7 Introduction to Networks</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/Problem Solving (Basic).png" alt="HackerRank Problem Solving (Basic)">
<div class="card-overlay"><p>HackerRank Problem Solving (Basic)</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/Problem Solving (Intermediate).png" alt="HackerRank Problem Solving (Intermediate)">
<div class="card-overlay"><p>HackerRank Problem Solving (Intermediate)</p></div>
</div>
<div class="certificate-card reveal">
<img src="./images/Natural Language Processing using Python.png" alt="Natural Language Processing using Python">
<div class="card-overlay"><p>Natural Language Processing using Python</p></div>
</div>
</div>
</div>
<div id="showcaseSkills" class="showcase-content">
<div class="skills-grid">
<div class="skill-item reveal"><i class="fab fa-python"></i><span>Python</span></div>
<div class="skill-item reveal"><i class="fab fa-java"></i><span>Java</span></div>
<div class="skill-item reveal"><i class="fab fa-js-square"></i><span>JavaScript</span></div>
<div class="skill-item reveal"><i class="fab fa-react"></i><span>React</span></div>
<div class="skill-item reveal"><i class="fab fa-node-js"></i><span>Node.js</span></div>
<div class="skill-item reveal"><i class="fas fa-database"></i><span>SQL</span></div>
<div class="skill-item reveal"><i class="fab fa-html5"></i><span>HTML5</span></div>
<div class="skill-item reveal"><i class="fab fa-css3-alt"></i><span>CSS3</span></div>
<div class="skill-item reveal"><i class="fab fa-php"></i><span>PHP</span></div>
<div class="skill-item reveal"><i class="fas fa-code"></i><span>C Language</span></div>
<div class="skill-item reveal"><i class="fas fa-server"></i><span>Django</span></div>
<div class="skill-item reveal"><i class="fab fa-bootstrap"></i><span>Bootstrap</span></div>
<div class="skill-item reveal"><i class="fab fa-git-alt"></i><span>Git</span></div>
<div class="skill-item reveal"><i class="fab fa-github"></i><span>GitHub</span></div>
<div class="skill-item reveal"><i class="fas fa-cogs"></i><span>CI/CD</span></div>
<div class="skill-item reveal"><i class="fab fa-wordpress"></i><span>WordPress</span></div>
<div class="skill-item reveal"><i class="fas fa-database"></i><span>MySQL</span></div>
<div class="skill-item reveal"><i class="fab fa-aws"></i><span>AWS</span></div>
<div class="skill-item reveal"><i class="fas fa-server"></i><span>Apache</span></div>
<div class="skill-item reveal"><i class="fas fa-palette"></i><span>Canva</span></div>
<div class="skill-item reveal"><i class="fas fa-code"></i><span>VS Code</span></div>
<div class="skill-item reveal"><i class="fas fa-book"></i><span>Jupyter</span></div>
<div class="skill-item reveal"><i class="fas fa-leaf"></i><span>MongoDB</span></div>
<div class="skill-item reveal"><i class="fas fa-brain"></i><span>AI/ML</span></div>
<div class="skill-item reveal"><i class="fas fa-robot"></i><span>Genkit</span></div>
</div>
</div>
</div>
</section>
<section id="connect" class="section-wrapper">
<h2 class="section-heading">Get In Touch</h2>
<div class="connect-wrapper reveal">
<div class="connect-left">
<h3>Let's build something great together.</h3>
<p>I'm always open to discussing new projects, creative ideas, and opportunities. Feel free to reach out through my social channels or by sending me a message.</p>
<div class="social-links-connect">
<a href="mailto:akhilanandatejasanga@gmail.com"><i class="fas fa-envelope"></i> akhilanandatejasanga@gmail.com</a>
<a href="tel:+918328632167"><i class="fas fa-phone"></i> +91 8328632167</a>
<a href="https://github.com/Akhilanandateja/" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/akhilanandateja/" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="https://www.hackerrank.com/profile/Akhilanandateja" target="_blank"><i class="fab fa-hackerrank"></i> HackerRank</a>
<a href="https://leetcode.com/u/Akhilanandateja/" target="_blank"><i class="fas fa-code"></i> LeetCode</a>
</div>
</div>
<div class="connect-right">
<form id="contact-form">
<!-- Web3Forms Access Key -->
<input type="hidden" name="access_key" value="4eef91cc-df56-4349-917e-7f7632feb14d">
<input type="hidden" name="subject" value="New Portfolio Message 🚀">
<input type="hidden" name="from_name" value="Akhilanandateja Portfolio">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Your Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn">
Send Message <i class="fas fa-paper-plane"></i>
</button>
<!-- Result Message -->
<p id="result" style="margin-top:10px;"></p>
</form>
</div>
</div>
</section>
</main>
<footer>
<p>Designed & Built by Akhilananda Teja Sanga</p>
</footer>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="script.js"></script>
</body>
</html>