-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexx.html
More file actions
83 lines (83 loc) · 3.38 KB
/
indexx.html
File metadata and controls
83 lines (83 loc) · 3.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mahathi Nagalapuram | Computer Science Student</title>
<link rel="stylesheet" href="styless.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#extracurricular">Extracurricular</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h1>Mahathi Nagalapuram</h1>
<p>Third-year Computer Science student with a passion for innovative technological solutions.</p>
<p>Contact: <a href="mailto:mahathi.nagalapuram@gmail.com">mahathi.nagalapuram@gmail.com</a> | <a href="http://www.linkedin.com/in/mahathi-nagalapuram-441163271">LinkedIn</a></p>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Virtual Reality (VR) on a Budget</h3>
<p>Formulated and collaborated with a dedicated team to engineer a cost-effective VR solution.</p>
</div>
<div class="project">
<h3>YouTube Metadata Extraction Tool</h3>
<p>Developed a Python-based solution for automated retrieval and analysis of YouTube video metadata.</p>
</div>
<div class="project">
<h3>Women Empowerment Website</h3>
<p>Designed and developed a responsive HTML/CSS website promoting women empowerment.</p>
</div>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>C</li>
<li>Java</li>
<li>HTML</li>
<li>CSS</li>
<li>Python</li>
<li>DSA</li>
<li>Operating Systems</li>
<li>Adaptability</li>
<li>Networking</li>
<li>Exceptional Communication</li>
<li>Teamwork</li>
<li>Attention to Detail</li>
</ul>
</section>
<section id="certifications">
<h2>Certifications</h2>
<ul>
<li>Alteryx Foundational Micro-Credential (Alteryx)</li>
<li>C for Everyone: Programming Fundamentals (University of California, Santa Cruz)</li>
<li>Accenture Nordics Developer (Forage)</li>
<li>Programming for Everybody - Getting started with Python(Coursera)</li>
<li>Introduction to Computers and Office Productivity Software (Coursera)</li>
<li>Emotional and Social Intelligence(Coursera)</li>
</ul>
</section>
<section id="extracurricular">
<h2>Extracurricular Activities</h2>
<ul>
<li>Active Volunteer: National Service Scheme (NSS)</li>
<li>Project Management Lead: Engineers Without Borders GITAM (EWB)</li>
<li>Event Organiser: Contributed in hosting events in college</li>
</ul>
</section>
</main>
<footer>
<p>© 2023 Mahathi Nagalapuram</p>
</footer>
</body>
</html>