-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (74 loc) · 2.26 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
90
91
92
93
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vaibhav Gaur</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C4E03AQHurLty0UTZxw/profile-displayphoto-shrink_200_200/0?e=1597276800&v=beta&t=hpcqrinB7T7M7d9bcqNgdNJ7aOpjLsKgePmSj0eUJ_k" alt="Respawn Error"></td>
<td>
<h1>Vaibhav Gaur</h1>
<p><em>Gamer Youtuber <strong>Engineer</strong></em></p>
<p>I am an Avid Gamer🕹️. I make <strong><a href="https://www.youtube.com/channel/UC9rOa3vbAGWHq1fF6vBATmA">Gameplay videos on Youtube</a></strong> and, I work as a
full time web developer in Tokyo Japan</p>
</td>
</tr>
</table>
<hr noshade size="2">
<h3>Education</h3>
<ul>
<li><a href="https://manavrachna.edu.in/">Manav Rachna University</a></li>
<li><a href="https://www.tagoreacademy.org.in/index.php">Tagore Academy Public School</a></li>
</ul>
<hr noshade size="2">
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tr>
<td>2019 - Ongoing</td>
<td>Novel Editor at <a href="https://creativenovels.com/"><em><strong>Creative Novels</strong> </em> </a></td>
</tr>
<tr>
<td>2019 - Ongoing</td>
<td>Freelancer on <a href="https://www.upwork.com/freelancers/~01aa79ba3eb9430de2"><em><strong>Upwork.com</strong></em></a></td>
</tr>
</table>
<hr noshade size="2">
<h3>Skills</h3>
<table border="1">
<td>
<table cellspacing="10">
<tr>
<td>Python</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Proofreading</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Video Editing</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</table>
</td>
</table>
<br>
<hr noshade size="2">
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>