-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1010 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Harsh Rao</h1>
<img src="./assets/icon.png" alt="its a sneaker" width="300" height="300">
<h3><u>Summary</u></h3>
<p>I do what I like and I like what I am Doing</p>
<hr/>
<h3><u>Education</u></h3>
<p>
<ul>
<li>Completed high school from AECS Narora</li>
<li>Pursuing Undergrad in Electronics and Communication from BITS PILANI Goa - (2023 - 2027)</li>
</ul>
</p>
<hr/>
<h4><u>Other</u></h4>
<ul>
<a href="./assets/Hobbies.html"draggable="true"><li>Hobbies</li></a>
<a href="./assets/Contact-me.html" draggable="true"><li>Contact me</li></a>
</ul>
<footer>
<small>
<p>Copyright © Harsh Rao. All rights reserved</p>
</small>
</footer>
</body>
</html>