-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (83 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Website</title>
</head>
<body bgcolor="pink">
<hr>
<table cellspacing="20">
<tr>
<td><img src="https://th.bing.com/th/id/OIP.MW7cqq3qLjKIWzROAwHK8AHaFj?pid=ImgDet&rs=1" alt="Harshita Profile Pic"></td>
<td>
<h1>Harshita Gupta</h1>
<p><em>Student of Computer Science and Engineering</em></p>
<p><strong>A Girl Chasing Her Dreams</strong></p>
<a href="contact_me.html">send Email : ✦✦CONTACT ME✦✦</a>
</td>
</tr>
</table>
<hr size="2">
<h2>Studies</h2>
<ul>
<li>primary school - KIDS WORLD</li>
<li>secondary school - Rainbow Foundation School</li>
<li>higher school - Rainbow English School</li>
<li>college - Maharaja Surajmal Institute Of Technology</li>
</ul>
<hr>
<h2>Hobbies</h2>
<ol>
<li>reading novel</li>
<li>watching webseries </li>
<li>Travelling️</li>
<li>learning about new things🪄</li>
</ol>
<hr>
<h3>SKILLS</h3>
<table border="1" cellspacing="10" bordercolor="blue">
<thead onresize="5">
<tr>
<th>Technical Experience</th>
<th>Rating</th>
<th>Abilities</th>
<th>Rating</th>
</tr>
</thead>
<tbody>
<tr>
<td>HTML</td>
<td>💘💘💘💘💘</td>
<td>MS word</td>
<td>💘💘💘💘💘</td>
</tr>
<tr>
<td>JAVA</td>
<td>💘💘💘💘💘</td>
<td>PowerPoint</td>
<td>💘💘💘💘💘</td>
</tr>
<tr>
<td>Python</td>
<td>💘💘💘💘💘</td>
<td>MS excel</td>
<td>💘💘💘💘💘</td>
</tr>
</tbody>
</table>
<hr>
<h3>Extra Curricular</h3>
<ul style="list-style-type:square">
<li>Drawing</li>
<li>Singing</li>
<li>Swimming</li>
</ul>
<hr>
<table border="2" bordercolor="green">
<tr><th><strong>Personal Skills</strong></th></tr>
<tr><td>Honesty</td></tr>
<tr><td>Team Spirit</td></tr>
<tr><td>Accepting Challenges</td></tr>
</table>
</body>
</html>