-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.36 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<!-- Placeholder for Header Component -->
<div id="header"></div>
<!-- Typing Animation for Name -->
<h1 id="name"></h1>
<!-- "Engineering @ IMC Trading" Text -->
<p id="study"></p>
<p id="description">I studied Pure Math & Computer Science at the University of Michigan. I currently work on hardware R&D at IMC. I love running, climbing, tennis, plants, and TV. <br><br> I am probably interested in anything, Contact Me! neeru@umich.edu </p>
<!-- Social Media Icons -->
<div class="social-icons">
<a href="https://www.instagram.com/neeruuppalapati/?hl=en" target="_blank">
<img src="assets/instagram.png" alt="Instagram" id="instagram">
</a>
<a href="https://github.com/neeruuppalapati" target="_blank">
<img src="assets/github.png" alt="GitHub" id="github">
</a>
<a href="https://www.linkedin.com/in/neerad-uppalapati/" target="_blank">
<img src="assets/linkedin.png" alt="LinkedIn" id="linkedin">
</a>
<a href="https://twitter.com/neeroodle" target="_blank">
<img src="assets/twitter.png" alt="Twitter" id="twitter">
</a>
</div>
<!-- JavaScript Module -->
<script src="/js/main.js" type="module"></script>
</body>
</html>