-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (82 loc) · 2.08 KB
/
index.html
File metadata and controls
88 lines (82 loc) · 2.08 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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>♥💙 Maxmadmax</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="madmax-modified.png" alt="Madmax pic" height="150" width="150"></td>
<td><h1>Manisha Das</h1>
<p><em><strong>Student</strong> at IIIT</em> </p></td>
</tr>
</table>
<br>
<p>Hello guys this is Manisha aka Madmax who is preparing this demo website for learning.</p>
<hr size="5" noshade>
<a href="hobbies.html">My Hobbies</a>
<hr size="5" noshade>
<h3>Achievements</h3>
<ol type="A">
<li>96.2% in ICSE</li>
<li>94.3%ile in JEE first attempt</li>
<li>8.35 CGPA in sem 1</li>
</ol>
<em><strong><a href="contact.html">Contact Me</a></strong></em>
<br>
<hr size="5" noshade>
<em><strong><a href="https://www.google.com/">Google</a></strong></em>
<br>
<hr size="5" noshade>
<h3><em><strong>Education:</strong></em></h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>School</th>
</tr>
</thead>
<tbody>
<tr>
<td>2007-2020</td>
<td>Tamralipta Public School</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Shiv Jyoti Convent School</td>
</tr>
<tr>
<td>2022-2026</td>
<td>IIIT Trichy</td>
</tr>
</tbody>
</table>
<hr size="5" noshade="">
<h3><em><strong>Skills:</strong></em></h3>
<table cellspacing="10">
<tr>
<td>Sleeping</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Eating</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Gaming</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Gossiping</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr size="5" noshade>
<em><strong><a href="inputs.html">Inputs in HTML</a></strong></em>
<br>
<hr size="5" noshade>
</body>
</html>