-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
457 lines (418 loc) · 24.3 KB
/
Copy pathindex.html
File metadata and controls
457 lines (418 loc) · 24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Portfolio of Hemanth Kumar Konda, a Data Analyst and Informatics professional focused on analytics, automation, BI dashboards, and AI-driven decision support." />
<meta name="keywords" content="Hemanth Kumar Konda, Data Analyst, Informatics, Power BI, Tableau, SQL, Python, SAP S/4HANA, Data Analytics Portfolio" />
<meta name="author" content="Hemanth Kumar Konda" />
<meta property="og:title" content="Hemanth Kumar Konda | Data Analyst & Informatics Professional" />
<meta property="og:description" content="I turn complex data into clear decisions through automation, BI, and analytics." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.postimg.cc/Bq805rCH/c00528114.jpg" />
<meta name="theme-color" content="#ffffff" />
<title>Hemanth Kumar Konda | Data Analyst & Informatics Professional</title>
<link rel="stylesheet" href="styles.css" />
<script defer src="script.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Hemanth Kumar Konda",
"jobTitle": "Data Analyst & Informatics Professional",
"email": "mailto:hkonda01@gmail.com",
"image": "https://i.postimg.cc/Bq805rCH/c00528114.jpg",
"sameAs": [
"https://github.com/HemanthKumarKonda/Projects",
"https://www.linkedin.com/in/hemanth-kumar-konda-20bb251a4/"
],
"alumniOf": [
{"@type": "CollegeOrUniversity", "name": "University of Louisiana at Lafayette"},
{"@type": "CollegeOrUniversity", "name": "Kakatiya Institute of Technology and Science"}
],
"knowsAbout": ["Python", "SQL", "Power BI", "Tableau", "SAP S/4HANA", "ETL", "Data Visualization", "Automation", "LLM Applications"]
}
</script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header" id="top">
<nav class="nav shell" aria-label="Primary navigation">
<a class="brand" href="#home" aria-label="Hemanth Kumar Konda home">
<span class="brand-mark">HKK</span>
<span class="brand-text">Hemanth Kumar Konda</span>
</a>
<button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">
<span></span>
<span></span>
</button>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#projects">Portfolio</a>
<a href="#skills">Skills</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</div>
</nav>
</header>
<main id="main">
<section class="hero section" id="home" aria-labelledby="home-title">
<div class="shell hero-grid">
<div class="hero-copy reveal">
<p class="eyebrow">Analytics · Automation · BI</p>
<h1 id="home-title">Data Analyst & Informatics Professional</h1>
<p class="hero-subtitle">I turn complex data into clear decisions through automation, BI, and analytics.</p>
<div class="hero-actions" aria-label="Primary actions">
<a class="btn btn-primary" href="#projects">View Projects <span aria-hidden="true">→</span></a>
<a class="btn btn-secondary" href="#contact">Contact Me</a>
</div>
</div>
<div class="portrait-wrap reveal" aria-label="Profile image of Hemanth Kumar Konda">
<div class="portrait-glow"></div>
<!-- Profile image source: https://postimg.cc/McddYtzC -->
<img class="portrait" src="https://i.postimg.cc/Bq805rCH/c00528114.jpg" alt="Hemanth Kumar Konda profile portrait" loading="eager" />
</div>
</div>
<div class="shell highlight-grid" aria-label="Profile highlights">
<article class="mini-card reveal">
<span class="icon icon-green" aria-hidden="true">⌁</span>
<h3>Python/SQL</h3>
</article>
<article class="mini-card reveal">
<span class="icon icon-rainbow" aria-hidden="true">▥</span>
<h3>Power BI/Tableau</h3>
</article>
<article class="mini-card reveal">
<span class="icon icon-purple" aria-hidden="true">✣</span>
<h3>Automation/ETL</h3>
</article>
<article class="mini-card reveal">
<span class="icon icon-brown" aria-hidden="true">▣</span>
<h3>SAP S/4HANA</h3>
</article>
</div>
</section>
<section class="section section-muted" id="about" aria-labelledby="about-title">
<div class="shell narrow">
<div class="section-heading centered reveal">
<h2 id="about-title">About Me</h2>
<p>Turning data into impact</p>
</div>
<div class="about-layout reveal">
<div class="about-copy">
<p>I am a results-oriented Data Analyst with an M.S. in Informatics from the University of Louisiana at Lafayette.</p>
<p>I work across Python, SQL, Power BI, Tableau, and SAP S/4HANA to turn raw data into clear insights, dashboards, automation, and decision-support tools.</p>
<p>I enjoy solving problems where data is scattered, manual, or hard to trust. My focus is simple: make reporting cleaner, reduce manual work, and help teams make confident decisions faster.</p>
</div>
</div>
<div class="education-block reveal">
<h3>Education</h3>
<div class="education-grid" aria-label="Education">
<article class="education-card floating-card">
<div class="edu-icon" aria-hidden="true">▣</div>
<div>
<h4>M.S., Informatics</h4>
<p>University of Louisiana at Lafayette</p>
<span>Jan 2023 – May 2024</span>
<small>Lafayette, LA, USA</small>
</div>
</article>
<article class="education-card floating-card">
<div class="edu-icon" aria-hidden="true">▣</div>
<div>
<h4>B.Tech, Information Technology</h4>
<p>Kakatiya Institute of Technology and Science</p>
<span>Jul 2018 – Jun 2022</span>
<small>Warangal, Telangana, India</small>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="section" id="experience" aria-labelledby="experience-title">
<div class="shell narrow">
<div class="section-heading centered reveal">
<h2 id="experience-title">Experience</h2>
<p>My professional journey</p>
</div>
<div class="timeline" aria-label="Professional experience timeline">
<article class="timeline-item reveal">
<div class="timeline-date">Jul 2025 – Present</div>
<div class="timeline-dot" aria-hidden="true"></div>
<div class="timeline-card floating-card">
<div class="role-top"><span class="small-icon" aria-hidden="true">▣</span><span>Data Analyst</span></div>
<h3>Merck (AI Web Labs LLC)</h3>
<p class="role-meta">St. Louis, MO</p>
<ul>
<li>Develop Power BI dashboards across Operations, Finance, Supply Chain, Workforce Planning, Project Controls, and Safety to support business reporting and decision-making.</li>
<li>Build SQL-based data models, Power Query transformations, and DAX measures to automate reporting, improve data quality, and streamline KPI tracking.</li>
<li>Collaborate with stakeholders to gather requirements, deliver interactive dashboards, and document reporting standards for scalable BI solutions.</li>
</ul>
</div>
</article>
<article class="timeline-item reveal">
<div class="timeline-card floating-card">
<div class="role-top"><span class="small-icon" aria-hidden="true">▣</span><span>Graduate Teaching & Research Assistant</span></div>
<h3>University of Louisiana at Lafayette</h3>
<p class="role-meta">Lafayette, LA</p>
<ul>
<li>Analyzed academic and research data with Python, Pandas, and Power BI; dashboards improved reporting efficiency by 25%.</li>
<li>Automated data collection and cleaning with Python and ETL workflows, reducing manual effort by 40%.</li>
<li>Served as Graduate TA for INFX 451 – Unix System Administration.</li>
</ul>
</div>
<div class="timeline-dot" aria-hidden="true"></div>
<div class="timeline-date">Jan 2023 – May 2024</div>
</article>
<article class="timeline-item reveal">
<div class="timeline-date">Jan 2020 – Dec 2022</div>
<div class="timeline-dot" aria-hidden="true"></div>
<div class="timeline-card floating-card">
<div class="role-top"><span class="small-icon" aria-hidden="true">▣</span><span>Jr. Data Analyst</span></div>
<h3>Dhruvsoft Services Pvt. Ltd.</h3>
<p class="role-meta">Hyderabad, Telangana</p>
<ul>
<li>Built interactive sales dashboards using Tableau, Power BI, and SQL, boosting sales efficiency by 15%.</li>
<li>Managed CRM data migration across Salesforce, Excel, and SQL with 100% accuracy; reduced data errors by 50%.</li>
<li>Ran customer behavior analysis and forecasting using Python and R, increasing retention by 20%.</li>
</ul>
</div>
</article>
</div>
</div>
</section>
<section class="section section-muted" id="projects" aria-labelledby="projects-title">
<div class="shell">
<div class="section-heading centered reveal">
<h2 id="projects-title">Portfolio</h2>
<p>Featured projects and case studies</p>
</div>
<div class="project-grid">
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2026</span>
</div>
<h3 itemprop="name">Student Retention & Dropout Insights Dashboard</h3>
<p class="tools">Power BI · DAX · Power Query · Data Storytelling</p>
<p itemprop="description">
Built an interactive dashboard analyzing 4,400+ student records to uncover a 32.12% dropout rate and identify retention patterns across risk level, age group, tuition payment status, and academic performance.
</p>
<div class="project-actions">
<a href="https://github.com/HemanthKumarKonda/Projects/tree/Projects/Power%20BI/Student%20Retention%20%26%20Dropout%20Insights%20Dashboard" target="_blank" rel="noopener noreferrer">
View Project →
</a>
<a href="https://github.com/HemanthKumarKonda/Projects/blob/Projects/Power%20BI/Student%20Retention%20%26%20Dropout%20Insights%20Dashboard/Screenshot%202026-03-27%20103919.jpg" target="_blank" rel="noopener noreferrer">
View Dashboard Preview →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2026</span>
</div>
<h3 itemprop="name"> Higher Education Student Success & Equity Analytics Dashboard </h3>
<p class="tools">Power BI · DAX · Power Query · IPEDS</p>
<p itemprop="description">
Designed and deployed a 4-page Power BI dashboard using IPEDS federal data for 16,800+ students to analyze enrollment, retention, graduation, and equity outcomes. Surfaced a 51-point graduation gap across student groups and a 12-point deficit versus national benchmarks, supporting institutional equity strategy.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Power%20BI/UL%20Lafayette%20-%20Higher%20Education%20Student%20Success%20%26%20Equity%20Analytics%20Dashboard" target="_blank" rel="noopener noreferrer">
View Project →
</a>
<a href="https://github.com/HemanthKumarKonda/Projects/blob/Projects/Power%20BI/UL%20Lafayette%20-%20Higher%20Education%20Student%20Success%20%26%20Equity%20Analytics%20Dashboard/Dasboard(1).png " target="_blank" rel="noopener noreferrer">
View Dashboard Preview →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2025</span>
</div>
<h3 itemprop="name"> Hospital Operations Intelligence Assistant </h3>
<p class="tools">Flask · MCP · Claude AI · FLASK API</p>
<p itemprop="description">
Architected a conversational decision-support tool exposing hospital operational datasets through Flask REST API, MCP tool integrations, and Claude AI.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Hospital%20Data%20Assistant%20Using%20Flask%2C%20MCP%2C%20and%20Claude" target="_blank" rel="noopener noreferrer">
View Project →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2025</span>
</div>
<h3 itemprop="name"> To-Do Manager Bot </h3>
<p class="tools">Python · LLMs · Panel · OLLAMA</p>
<p itemprop="description">
Built a conversational task manager with natural-language add, view, and delete flows, showing practical LLM integration for productivity.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/OLLAMA%20To-Do%20Manager" target="_blank" rel="noopener noreferrer">
View Project →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2024</span>
</div>
<h3 itemprop="name"> KPI Dashboard for Massachusetts General Hospital </h3>
<p class="tools">Power BI · DAX · Healthcare Analytics</p>
<p itemprop="description">
Created an interactive dashboard that reduced reporting time by 40% and improved decision-making with approximately 90% accuracy in patient trend predictions.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Power%20BI/KPI%20Dashboard%20for%20Massachusetts%20General%20Hospital" target="_blank" rel="noopener noreferrer">
View Project →
</a>
<a href="https://github.com/HemanthKumarKonda/Projects/blob/Projects/Power%20BI/KPI%20Dashboard%20for%20Massachusetts%20General%20Hospital/MGH%20DB.jpg" target="_blank" rel="noopener noreferrer">
View Dashboard Preview →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2024</span>
</div>
<h3 itemprop="name"> Sales Performance & Customer Analytics </h3>
<p class="tools">Tableau · SQL</p>
<p itemprop="description">
Achieved around 95% accuracy in tracking sales trends and customer segmentation, improving data exploration efficiency by 50% through dynamic filtering.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Tableau" target="_blank" rel="noopener noreferrer">
View Project →
</a>
<a href="https://github.com/HemanthKumarKonda/Projects/blob/Projects/Tableau/Sales%20Dashboard.png" target="_blank" rel="noopener noreferrer">
View Dashboard Preview →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2023</span>
</div>
<h3 itemprop="name"> Maven Market Business Intelligence Dashboard </h3>
<p class="tools">Power BI • DAX • Power Query</p>
<p itemprop="description">
Developed a comprehensive business intelligence solution for a multinational grocery retailer operating across Canada, Mexico, and the United States. The project involved data transformation, relational modeling, DAX measure development, and executive dashboard design.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Power%20BI/Maven%20Market%20Business%20Intelligence%20Dashboard" target="_blank" rel="noopener noreferrer">
View Project →
</a>
<a href="https://github.com/HemanthKumarKonda/Projects/blob/Projects/Power%20BI/Maven%20Market%20Business%20Intelligence%20Dashboard/Screenshot%202026-07-01%20162927.png" target="_blank" rel="noopener noreferrer">
View Dashboard Preview →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2025</span>
</div>
<h3 itemprop="name"> Heart Attack Analysis & Prediction </h3>
<p class="tools">R · SVM · KNN · Navie Bayes · Logistic · Linear</p>
<p itemprop="description">
Built a comparative ML pipeline reaching approximately 85% accuracy for heart-risk prediction and model selection across multiple classification algorithms.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/R%20Semester%20Project" target="_blank" rel="noopener noreferrer">
View Project →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2025</span>
</div>
<h3 itemprop="name"> Dengue Cases Prediction using XGBoost & Time Series Analysis </h3>
<p class="tools">Python · XGBoost · Pandas · Matplotlib · Time Series Analysis</p>
<p itemprop="description">
Applied time-series preprocessing with interpolation and XGBoost modeling to forecast epidemic and recovery trends with stronger pattern visibility.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Major%20Project" target="_blank" rel="noopener noreferrer">
View Project →
</a>
</div>
</article>
<article class="project-card floating-card reveal" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-head year-only">
<span class="project-year">2025</span>
</div>
<h3 itemprop="name"> Real-Time Sentiment Analysis </h3>
<p class="tools">Python · NLP · Scikit-learn</p>
<p itemprop="description">
Built live user-sentiment classification from social sources and optimized NLP pipelines for stronger text-classification performance.
</p>
<div class="project-actions">
<a href=" https://github.com/HemanthKumarKonda/Projects/tree/Projects/Mini%20Project" target="_blank" rel="noopener noreferrer">
View Project →
</a>
</div>
</article>
</div>
<div class="center-link reveal">
<a href="https://github.com/HemanthKumarKonda/Projects" target="_blank" rel="noopener noreferrer">View all projects on GitHub ↗</a>
</div>
</div>
</section>
<section class="section" id="skills" aria-labelledby="skills-title">
<div class="shell">
<div class="section-heading centered reveal">
<h2 id="skills-title">Skills & Tools</h2>
<p>Technical expertise across the data stack</p>
</div>
<div class="skills-grid">
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">⌘</span><h3>Languages</h3><p>Python, NumPy, Pandas, Matplotlib, R, SQL, C++, HTML/CSS</p></article>
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">▥</span><h3>Data Visualization</h3><p>Power BI, DAX, Power Query, Tableau, Excel, KPI Dashboards, Data Storytelling</p></article>
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">◫</span><h3>Databases</h3><p>S3, SAP HANA, MySQL, MSSQL, Oracle, MongoDB, PostgreSQL, SSMS</p></article>
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">⌁</span><h3>Integration & ETL</h3><p>SAP S/4HANA, Talend, SSIS, Power Automate, AWS Glue, Lambda, Data Pipeline, Flask REST APIs</p></article>
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">⌐</span><h3>Stats & ML</h3><p>Linear Regression, Logistic Regression, Naive Bayes, SVM, KNN, SPSS, Google Analytics</p></article>
<article class="skill-card floating-card reveal"><span class="skill-icon" aria-hidden="true">▱</span><h3>CRM & Tools</h3><p>SAP S/4HANA, Salesforce, Power Automate, Workflow Automation, Data Migration</p></article>
<article class="skill-card floating-card reveal wide"><span class="skill-icon" aria-hidden="true">⌬</span><h3>Software & Development</h3><p>MS Office, VS Code, Jupyter Notebook, Git, GitHub, Postman, Claude AI, OLLAMA, MCP</p></article>
</div>
</div>
</section>
<section class="section section-muted" id="services" aria-labelledby="services-title">
<div class="shell">
<div class="section-heading centered reveal">
<h2 id="services-title">Services</h2>
<p>How I can help your business</p>
</div>
<div class="services-grid">
<article class="service-card floating-card reveal"><span class="service-icon" aria-hidden="true">▥</span><h3>Data Visualization & BI Dashboards</h3><p>Power BI/Tableau dashboards with KPI storytelling and stakeholder-ready views.</p></article>
<article class="service-card floating-card reveal"><span class="service-icon" aria-hidden="true">⚡</span><h3>Automation Solutions</h3><p>ETL pipelines, data cleaning, and workflow automation to reduce manual effort and errors.</p></article>
<article class="service-card floating-card reveal"><span class="service-icon" aria-hidden="true">▱</span><h3>Analytics Consulting</h3><p>Requirement discovery, metric design, experimentation, and decision support.</p></article>
<article class="service-card floating-card reveal"><span class="service-icon" aria-hidden="true">◇</span><h3>AI & Intelligent Applications</h3><p>LLM-powered assistants, conversational AI solutions, and decision-support systems.</p></article>
<article class="service-card floating-card reveal"><span class="service-icon" aria-hidden="true">⇄</span><h3>Data Engineering & Integration</h3><p>Scalable ETL pipelines, API integrations, cloud data workflows, and reporting automation.</p></article>
</div>
</div>
</section>
<section class="section contact-section" id="contact" aria-labelledby="contact-title">
<div class="shell narrow">
<div class="section-heading centered reveal">
<h2 id="contact-title">Get In Touch</h2>
<p>Let’s discuss your data challenges</p>
</div>
<div class="contact-cards reveal" aria-label="Contact links">
<a class="contact-card floating-card" href="mailto:hkonda01@gmail.com"><span class="contact-icon" aria-hidden="true">✉</span><span><strong>Email</strong><small>hkonda01@gmail.com</small></span></a>
<a class="contact-card floating-card" href="https://github.com/HemanthKumarKonda/Projects" target="_blank" rel="noopener noreferrer"><span class="contact-icon" aria-hidden="true">⌘</span><span><strong>GitHub</strong><small>View Projects</small></span></a>
<a class="contact-card floating-card" href="https://www.linkedin.com/in/hemanth-kumar-konda-20bb251a4/" target="_blank" rel="noopener noreferrer"><span class="contact-icon" aria-hidden="true">in</span><span><strong>LinkedIn</strong><small>Connect</small></span></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="shell footer-inner">
<p>© <span id="year"></span> Hemanth Kumar Konda. All rights reserved.</p>
<a href="#top">Back to top</a>
</div>
</footer>
</body>
</html>