-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (57 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vansh's Personal Site</title>
</head>
<body>
<img src="2020147.jpg" alt="photu" width="90" height="120">
<h1>Vansh Gandhi</h1>
<p><em>Student at</em><a href="https://www.iiitd.ac.in/" target="_blank"><b> IIITD</b></a> </p>
<p>Learning Web Development rn</p>
<hr>
<h3>Education</h3>
<ul>
<li><a href="https://krmangalam.com/vikaspuri/" target="_blank">KR Mangalam</a></li>
<li> <a href="https://www.britishcouncil.in/about/what/our-presence-in-india/british-council-new-delhi" target="_blank">British Council</a></li>
<li><a href="https://www.iiitd.ac.in/" target="_blank">IIITD</a></li>
</ul>
<hr>
<h3><strong>Skills</strong></h3>
<table border="1">
<tr>
<td>
<table cellspacing="10" >
<tr>
<td>Coding</td>
<td>❤❤❤</td>
</tr>
<tr>
<td>Web Development</td>
<td>❤</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Basketball</td>
<td>❤❤❤❤</td>
</tr>
<tr>
<td>Sleeping</td>
<td>❤❤❤❤❤</td>
</tr>
</table></td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<ol type="1">
<li>Talking w my <a href="https://media-exp1.licdn.com/dms/image/C5603AQFY8OZDQOsbLw/profile-displayphoto-shrink_800_800/0/1605007056799?e=1649894400&v=beta&t=qG4bUNUTDeBdzx0Oi1DMYjtAMvBDXjT2LVJe-wiry2w" target="_blank">bestie </a></li>
<li>Sleeping</li>
<li>Playing with ronnie</li>
</ol>
<h3> <a href="contact.html" target="_blank">Contact me</a></h3>
</body>
</html>