-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 2.19 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mainak's website</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="quQTKFzY_400x400.jpg" alt="Profile photo" height="200" width="200" border="2"></td>
<td><h1>Mainak Chatterjee</h1><i>Learning <a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/12287476#questions">Web Development</a>.<br><br>Hello Mainak here. I'm a student of Narula institute of technology. <br>My hobbies are reading books and playing sports.</i></td>
</tr>
</table>
<hr size = "2" noshade = "1">
<h3><u>My Goals</u></h3>
<ol>
<li>Get good at web development</li>
<li>Join gym</li>
<li>Practice competetive coding</li>
</ol>
<hr size = "2" noshade = "1">
<h3><u>Schooling</u></h3>
<table border>
<thead>
<tr>
<th>Years</th>
<th>School</th>
</tr>
</thead>
<tbody>
<tr>
<td>10</td>
<td>KV Barrackpore</td>
</tr>
<tr>
<td>2</td>
<td>KV Narangi</td>
</tr>s
</tbody>
</table>
<hr size = "2" noshade = "1">
<h3><u>Skills</u></h3>
<table>
<tr>
<td>Programming</td>
<td>⚡⚡⚡⚡</td>
<td>Conversation</td>
<td>⚡⚡⚡</td>
</tr>
<tr>
<td>Running</td>
<td>⚡⚡⚡</td>
<td>Fishing</td>
<td>⚡</td>
</table>
<hr size = "2" noshade = "1">
<h3><u>Personal Details</u></h3>
<ul>
<li><a href = "Contacts.html">Phone Number<br></a></li>
<li><a href = "Contacts.html">Email<br></a></li>
<li><a href = "Contacts.html">Address<br></a></li>
</ul>
</body>
</html>