-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (54 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manoj Maurya</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="images/manoj.png"" alt="me">
</td>
<td>
<h1>Manoj Maurya</h1>
<p><em>Netaji Subhas University of Technology</em></p>
<p>I am a student at NSUT. I like to code.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>10th, Govt. Sarvodaya Bal Vidyalaya</li>
<li>12th, Govt. Sarvodaya Bal Vidyalaya</li>
<li>College, Netaji Subhas University of Technology</li>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>HTML</td>
<td>⭐ ⭐ ⭐ ⭐ </td>
</tr>
<tr>
<td>C,C++</td>
<td>⭐ ⭐ ⭐ ⭐ </td>
</tr>
<tr>
<td>Python</td>
<td>⭐ ⭐ ⭐ ⭐</td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<ol>
<li>Coding</li>
<li>Music</li>
<li>Movies</li>
</ol>
<hr>
<a href="contact.html">contact me</a>
</body>
</html>