-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (67 loc) · 1.41 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
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alok Maurya Intro</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://screenshots.gamebanana.com/img/ico/sprays/untitled-1_13.gif" alt="alok profile image"></td>
<td><h1>Alok Maurya</h1>
<p><em>I'm a <strong>engineering student.</strong></em></p></td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<ul>
<li>Watching movies</li>
<li>Reading techs articles</li>
<li>Listening Music</li>
</ul>
<hr>
<h3>Qualification</h3>
<table cellspacing="20">
<tr>
<td>2015</td>
<td>High School</td>
</tr>
<tr>
<td>2018</td>
<td>12th</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td>Coding</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Gaming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Cycling</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="contact-me.html">Contact Me</a>
</body>
</html>