-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (132 loc) · 3.1 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="+" dir="ltr">
<!-- this tell that the lines under this heading html are of .html type-->
<head>
<meta charset="utf-8"> <!-- The meta element provides additional info about the website and is actually quite crucial for website's proper working-->
<title>Swapnil's Personal Site </title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table>
<tr>
<td> <img src="images/swapnil's image.jpg" alt="Swapnil's Profile Picture">
</td>
<td>
<h1> Swapnil Shekhar </h1>
<p><i>First year integrated master student in mathematics <strong><a href="http://www.iitkgp.ac.in/;jsessionid=44C2767E49A1CF479E52CF3ECBB73E8D">IIT Kharagpur</a></strong> </i></p>
<p>
hello, I am a <strong>curious, dilligent, sensitive</strong> being who loves to learn new things.
</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>attended Mathematics and Computing branch in IIt kharagpur</li>
<li>completed schooling in St. Francis school, deoghar</li>
<ul>
<li>got 94.3% in ICSE class 10 exam</li>
<li>Took part in several science exhibitions</li>
<li>one of the most well known students of the batch</li>
</ul>
</ul>
<hr>
<h3>Important years</h3>
<table>
<thead>
<tr>
<th>seq.</th>
<th>Date/Year</th>
<th>Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>07/03/2003</td>
<td>Birthday</td>
</tr>
<tr>
<td>2</td>
<td>2006</td>
<td>Entered Schooling</td>
</tr>
<tr>
<td>3</td>
<td>2018</td>
<td>graduated from school</td>
</tr>
<tr>
<td>4</td>
<td>2020</td>
<td>Cleared jee advanced and joined college</td>
</tr>
<tfoot>
<tr>
<td>more...</td>
<td>more...</td>
<td>more...</td>
</tr>
</tfoot>
</tbody>
</table>
<hr>
<h3>Hobbies</h3>
<ol>
<li>photography</li>
<ul>
<li>astronomical photography</li>
<li>nature photography</li>
<li>abstract photography</li>
</ul>
<li>cooking</li>
<ul>
<li>north indian cuisine</li>
<li>south indian cuisine</li>
<li>chinese</li>
<li>italian</li>
</ul>
<li>writing</li>
<li>reading</li>
<ul>
<li>personal development books</li>
<li>novels</li>
</ul>
</ol>
<hr>
<h3>skills</h3>
<table cellspacing="10">
<td>
<table>
<tbody>
<tr>
<td>web development</td>
<td>⚝⚝⚝</td>
</tr>
<tr>
<td>c programming</td>
<td>⚝⚝⚝⚝</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>literary</td>
<td>⚝⚝⚝⚝</td>
</tr>
<tr>
<td>photography</td>
<td>⚝⚝⚝⚝</td>
</tr>
</tbody>
</table>
</td>
</table>
<hr>
<h3><a href="my contacts.html">Contact Me</a></h3>
</body>
</html>