-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (76 loc) · 2.65 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HKV's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div style="float:right">
<form action="contact.html">
<button style="background-color: #B7B78A">Contact Me</button>
</form>
</div>
<table cellspacing="20">
<tr>
<td><img src="profile picture.png" alt="Harsh profile picture" height="250"></td>
<td> <h1>Harsh Kumar Verma</h1>
<p><em>Student at <strong><a href="https://nitkkr.ac.in/">NIT KURUKSHETRA.</a></strong>
<br>Department of <a href="https://en.wikipedia.org/wiki/Mechanical_engineering">Mechanical Engineering.</a></em></p>
<p>I am a React Developer and a hardcore foodie🍔 . I ❤️ to watch movies and travel.</p></td>
</tr>
</table>
<br>
<hr>
<br>
<h3>Educational Background</h3>
<ul>
<li>Done my schooling from <a href="https://www.dps.ind.in/">DPS Rajnagar, Ghaziabad.</a></li>
<br>
<li>Passed class 10th boards (89.6% overall) in year 2020. <a href="12217007 (1)_5.jpg">View</a></li>
<br>
<li>Passed class 12th boards (89.8% overall) in year 2022. <a href="12217007 (1)_4.jpg">View</a></li>
<br>
<li>Currently Pursuing <strong><em>B.Tech</em> in <em>Production and Industrial Engineering<em> at </em>Nit Kurukshetra.</em></strong></li>
</ul>
<br>
<hr>
<br>
<h3>Hobbies</h3>
<ol>
<li>Traveling</li>
<br>
<li>Watch movies</li>
<br>
<li>Listen songs</li>
<br>
<li>Gyming</li>
<br>
<li>Play mobile games</li>
<br>
<li>Explore Youtube and Instagram</li>
</ol>
<br>
<hr>
<br>
<h3>Skills</h3>
<table border="1" cellspacing="2" cellpadding="10" style="background-color: #A460ED;">
<tr>
<td>Web Development</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>English</td>
<td>⭐⭐⭐⭐⭐️</td>
</tr>
<tr>
<td>Lightroom Mobile</td>
<td>⭐</td>
</tr>
<tr>
<td>Body Building</td>
<td>⭐⭐️⭐️⭐️</td>
</tr>
</table>
</body>
</html>