-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (88 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>♥ Mahima</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><h1>Mahima Gupta</h1>
<p><em>Student of CSE department from <strong><a href="https://www.dumkaengg.edu.in/">Dumka Engineering College</a></strong>.</em></p>
<p>I am a good listener and observer.My unique blend of personality includes consistency,coherency,courteosness.</p></td>
</tr>
</table>
<hr>
<h3>Vision and strength</h3>
<ul>
<li>To earn perception from beautiful world and thereby establish myself as an ideal person in the society.</li>
<li>I am a smart working person and have a positive frame of mind.</li>
</ul>
<hr>
<h3>Educational Qualifications</h3>
<table border="1"
<thead>
<tr>
<th>Name of examination</th>
<th>Year of passing</th>
<th>Board</th>
<th>Percentage of marks</th>
<tr/>
</thead>
<tbody>
<tr>
<td>Intermediate(Class 12)</td>
<td>2021</td>
<td>Mothers' International School Madhupur(CBSE)</td>
<td>94.4%</td>
</tr>
<tr>
<td>Matric(Class 10)</td>
<td>2019</td>
<td>N.E.L.C DON BOSCO SCHOOL,DUMKA(ICSE)</td>
<td>90%</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>HTML</td>
</tr>
<tr>
<td>CSS</td>
</tr>
<tr>
<td>JAVASCRIPT</td>
</tr>
<tr>
<td>C language</td>
</tr>
<tr>
<td>Java</td>
</tr>
<tr>
<td>Python</td>
</tr>
<tr>
<td>Analytical Skills</td>
</tr>
<tr>
<td>Presentation Skills</td>
</tr>
</table>
<hr>
<h3>My Hobbies</h3>
<ol>
<li><a href="https://www.youtube.com/results?search_query=reading+novels">Reading novels</a></li>
<li><a href="https://www.youtube.com/results?search_query=creative+writing">Creative writing</a></li>
<li>Learning and exploring new things</li>
</ol>
<hr>
<a href="contact-me.html">Contact Me</a>
</ol>
</body>
</html>