-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.13 KB
/
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
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Mohit Ruwatia</h1>
<img src="https://upload.wikimedia.org/wikipedia/commons/f/ff/Domestic_goat_kid_in_capeweed.jpg" alt="My Photo" height="100">
<h2>Summary</h2>
<p>Student, Programmer, goat.</p>
<hr />
<h2>Education</h2>
<p>Bachelor of Technology. Information Technology - K.J. Somaiya College of Engineering (2022-)</p>
<hr />
<h2>Work Experience</h2>
<p></p>
<hr />
<h2>Skills</h2>
<p>
<ul>
<li>C Programming ⭐️⭐️⭐️⭐️⭐️</li>
<li>Python Programming ⭐️⭐️⭐️⭐️⭐️</li>
<li>Web Development ⭐️⭐️⭐️⭐️⭐️</li>
</ul>
</p>
<hr />
<h2>Awards</h2>
<p></p>
<hr />
<h2>Other links</h2>
<a href="./hobbies.html">Hobbies</a>
<a href="./contact.html">Contact Me</a>
<footer><p>© Mohit Ruwatia. All rights reserved.</p></footer>
</body>
</html>