-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (83 loc) · 2.04 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
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>📃Siddharth Kalson Curriculum Vitae</title>
</head>
<body>
<table cellspacing='20'>
<tr>
<td><img src="images/aa.png" , width='200px' , alt="Siddharth Kalson Profile Picture Here" /></td>
<td>
<h1>Siddharth Kalson</h1>
<p>
<em>Delhi Technological University Student</em>
</p>
<p>
Department of Electrical Engineering
</p>
<p>
<a href='contact-me.html'>Contact Me</a>
</p>
</td>
</tr>
</table>
<hr size='2' noshade />
<h3>Education</h3>
<table cellspacing="5" >
<tr>
<td><strong>Xth Standard</strong></td>
<td> Modern Convent School, CBSE</td>
<td> 2016</td>
</tr>
<tr>
<td><strong>XIIth Standard </strong></td>
<td>Modern Convent School, CBSE</td>
<td>2018</td>
</tr>
<tr>
<td><strong>B.Tech </strong></td>
<td>Electrical Engineering, Delhi Technological Univerity</td>
<td>2022</td>
</tr>
</table>
<hr size='2' noshade />
<h3>Hobbies</h3>
<ol>
<li><a href="https://www.goodreads.com/user/show/74249396-sk">Reading</a></li>
<li><a href= "https://www.chess.com/member/aakashi_seijuro">Chess</a></li>
<li>History</li>
</ol>
<hr size='2' noshade />
<!--''''''''''''''''''''''''''''''''''-->
<h3>Skills</h3>
<table border=' 1'>
<tr>
<td>
<table>
<tr>
<td>Python </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>C++ </td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Linux </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>MATLAB </td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>