-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (45 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>👌Triamb's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="my_pic.jpg" alt="I couldn't any good pics of myself"></td>
<td>
<h1>Triamb Talwar</h1>
<p><em>Learning <strong>WebDev</strong> right now!</em></p>
<p>This is my bio. I am from Faridabad and I am currently pursuing BTECH CSE from DCRUST, Murthal</p>
</td>
</tr>
</table>
<hr size="1" noshade>
<h3>Education</h3>
<ul>
<li>DAV-49</li>
<li>MVN sec-17</li>
<li>currently at DCRUST</li>
</ul>
<a href="My Hobbies.html">My Hobbies</a><br>
<a href="Contact Me.html">Contact Me</a><br>
<hr>
<table cellspacing='10'>
<tr>
<td>lucky number</td>
<td>3</td>
</tr>
</table>
<hr>
<table border="" cellspacing='10'>
<thead>
<h3>SKILLS</h3>
</thead>
<tr>
<td>skill 1 ☆☆☆☆☆ <br>skill 3 ☆☆☆</td>
<td>skill 2 ☆☆☆☆☆ <br>skill 4 ☆☆☆</td>
</tr>
</table>
</body>
</html>