-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
402 lines (386 loc) · 26 KB
/
index.html
File metadata and controls
402 lines (386 loc) · 26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Akhilanandateja</title>
<meta property="og:title" content="Portfolio | Akhilanandateja" />
<meta property="og:description" content="Portfolio of Akhilanandateja" />
<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">AKhilanandateja<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">Akhilanandateja 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>10+</h3><p>AI Technologies</p></div>
<div class="stat-card reveal"><i class="fas fa-code"></i><h3>8+</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">Web Developer 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>Engaged in hands-on exercises to solidify theoretical knowledge.</li>
<li>Strengthened expertise in AI concepts through practical application.</li>
<li>Explored various model selection techniques to identify optimal algorithms.</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">
<div class="project-grid-container">
<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" rel="noopener noreferrer" aria-label="GitHub Repo"><i class="fab fa-github"></i></a>
<a href="https://miles-smiles.wuaze.com/" target="_blank" rel="noopener noreferrer" aria-label="Live Demo"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<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 as "Healthy" or "Late Blight" with high accuracy.</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" rel="noopener noreferrer" aria-label="GitHub Repo"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<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 for a hotel, built with WordPress and custom HTML/CSS for a clean, intuitive user experience showcasing services.</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" rel="noopener noreferrer" aria-label="Live Demo"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="project-card reveal">
<div class="project-image"><img src="./images/health_monitor.jpg" alt="Smart Wearable Health Monitor"></div>
<div class="project-content">
<h3 class="project-title">Smart Wearable Health Monitoring System</h3>
<p class="project-description">A system for real-time health metric tracking using Python and Scikit-learn, featuring a Flask web interface for data visualization.</p>
<div class="project-tech"><span>Python</span><span>Scikit-learn</span><span>Flask</span></div>
<div class="project-links">
<a href="https://github.com/Akhilanandateja/Smart-Wearable-Health-Monitor" target="_blank" rel="noopener noreferrer" aria-label="GitHub Repo"><i class="fab fa-github"></i></a>
<a href="https://smart-wearable-health-monitoring-system.onrender.com/" target="_blank" rel="noopener noreferrer" aria-label="Live Demo"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="project-card reveal">
<div class="project-image"><img src="./images/ecommerce.jpg" alt="Ecommerce Sentiment Analyzer"></div>
<div class="project-content">
<h3 class="project-title">Ecommerce Review Analyzer</h3>
<p class="project-description">Developed using Python and NLTK for accurate sentiment analysis, with a Flask and HTML web interface for interactive data visualization.</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" rel="noopener noreferrer" aria-label="GitHub Repo"><i class="fab fa-github"></i></a>
<a href="https://ecommerce-r52a.onrender.com/" target="_blank" rel="noopener noreferrer" aria-label="Live Demo"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="project-card reveal">
<div class="project-image"><img src="./images/rock_paper.png" alt="Rock, Paper, Scissors Game"></div>
<div class="project-content">
<h3 class="project-title">Rock, Paper, Scissors Game</h3>
<p class="project-description">An interactive Rock, Paper, Scissors game built with a Python backend and a user-friendly web interface using the Streamlit library.</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" rel="noopener noreferrer" aria-label="GitHub Repo"><i class="fab fa-github"></i></a>
<a href="https://rockpaperscissorsgame.pythonanywhere.com/" target="_blank" rel="noopener noreferrer" aria-label="Live Demo"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
<div class="more-projects-container">
<a href="https://github.com/Akhilanandateja?tab=repositories" class="more-projects-link" target="_blank" rel="noopener noreferrer">
<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>
</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 action="https://formspree.io/f/YOUR_FORMSPREE_ID" method="POST">
<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>
</form>
</div>
</div>
</section>
</main>
<footer>
<p>Designed & Built by Akhilanandateja 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>