-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ananta's Personal Site</title>
</head>
<body>
<table cellspacing='20'>
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C5603AQHFgQ7OO3r4Aw/profile-displayphoto-shrink_400_400/0/1622429035570?e=1642636800&v=beta&t=SL6WB66DtZFrP2-yOcynN7aTZ3736Uf_o2-5ON0feLs" alt="Ananta's profile picture"></img></td>
<td> <h1>Ananta Nath</h1>
<p><em>Second year <strong>CSE</strong> student</em></p>
<p>I am a computer science engineering student.</p>
<p> I am intrested in learning about web developement and data structures.</p></td>
</tr>
</table>
<hr>
<h3>Qualifications</h3>
<ul>
<li><a href="https://www.materdeischool.in/">Mater Dei School</a></li>
<li><a href="https://dpsrkp.net/">Delhi Public School</a></li>
<li><a href="https://eccampus.pes.edu/">PES University</a></li>
</ul>
<h3>Skills</h3>
<table cellspacing='10'>
<tr>
<td>Web Developement</td>
<td>🌞🌞🌞🌞🌞</td>
</tr>
<tr>
<td>Git Version Control</td>
<td>🌞🌞🌞🌞🌞</td>
</tr>
<tr>
<td>Open Source Contribution</td>
<td>🌞🌞</td>
</tr>
<tr>
<td>Competitive Programming</td>
<td>🌞🌞</td>
</tr>
</table>
<h3>Hobbies</h3>
<ol>
<li>Reading</li>
<li>Playing Guitar</li>
<li>Skateboadring</li>
</ol>
<h3>Work Experience</h3>
<table cellspacing='10', border='1'>
<thead>
<th>Duration</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>12-13 November, 2021</td>
<td>Volunteer at InGenius Hackathon</td>
</tr>
<tr>
<td>20-25 November, 2021</td>
<td>Open Source Contribution</td>
</tr>
</tbody>
</table>
<hr>
<h3><a href="contact.html">Contact me</a></h3>
</body>
</html>