-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (101 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arka's Personal Website</title>
</head>
<body>
<table cellspacing="50">
<tr>
<td><img src="WhatsApp Image 2021-07-22 at 23.02.24.jpeg" alt="Profile picture"></td>
<td><h1>Arka Chakraborty</h1>
<p><em>B.Tech freshie at <strong>NIT Jamshedpur.</strong></em></p>
<p><em>Department of <a href="https://en.wikipedia.org/wiki/Computer_science">Computer Science</a></em></p>
<p>I am a student enrolled for the batch of 2022-26. I 💜 coding and cricket.</p></td>
</tr>
</table>
<hr size="1" color="black">
<h3>Books and Learning</h3>
<ul>
<li>Practical Coding</li>
<li>Cricket Science</li>
</ul>
<hr color="blue">
<h3>Hobbies</h3>
<ol type="I">
<li>Cricket</li>
<li>Coding</li>
</ol>
<br>
<hr color="Green">
<h3>Education</h3>
<table border="1">
<tr>
<th>Year Range</th>
<th>Education</th>
</tr>
<tr>
<td>2015-2020</td>
<td>Podar(10th)</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Ryan(12th)</td>
</tr>
<tr>
<td>2022-2026</td>
<td>NIT JSR(CSE) B.Tech</td>
</tr>
</table>
<br>
<hr>
<br>
<table>
<thead>
<tr>
<th><h3>Skills</h3></th>
</tr>
</thead>
<tr>
<td>
<table>
<tbody>
<tr>
<td>C++</td>
<td>★★★☆☆</td>
</tr>
<tr>
<td>Web Development</td>
<td>★★☆☆☆</td>
</tr>
<tr>
<td>Mathematics</td>
<td>★★★★★</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Cricket</td>
<td>★★★★☆</td>
</tr>
<tr>
<td>Football</td>
<td>★★★★☆</td>
</tr>
<tr>
<td>Hockey</td>
<td>★★☆☆☆</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>