-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (68 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>
Mayank's Personal site
</title>
<h1>This is my website</h1>
</head>
<body>
<table Cellspacing="20">
<tr>
<td><img src="20201025_114142-modified.png" alt="Image not found" style="width:144px;height:144px;"></td>
<td><h1>Mayank Kumar</h1>
<p>I am an undergraduate student <br>at<strong> <a href="https://www.iiitp.ac.in/" target="_blank">Indian Institute of Information Technology Pune</a></strong></p>
<p> Event Management coordinator at <strong> <a href="https://ecelliiitp.org/" target="_blank">E-Cell IIIT Pune</a></strong></p>
</p>
</tr>
</table>
<hr>
<h4>Education:</h4>
<table Cellspacing="10">
<thead>
<tr>
<th>Qualification</th>
<th>Year</th>
<th>Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Secondary education</td>
<td>2017</td>
<td>Ganga Global School</td>
</tr>
<tr>
<td>Intermediate education</td>
<td>2019</td>
<td>PDSK Inter college</td>
</tr>
<tr>
<td>Undergraduation</td>
<td>2020-2024 </td>
<td> IIIT PUNE(ongoing)</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table Cellspacing="10">
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href=" Hobbies.html">My hobbies</a>
<a href=" contact.html">Contact me</a>
</body>
</html>