-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (88 loc) · 2.24 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
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Khushi Verma</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://i.ibb.co/M18H6gq/image.png" alt="My photo" width="320px" height="350px"></td>
<td>
<h1> KHUSHI VERMA</h1>
<p>
<i>Computer Science student at <b><a href="https://www.iiti.ac.in/">IIT Indore</a></b>.</i>
</p>
<p>
I am a zestful learner and keen observer of the meticulous details. I love exploring myriad realms to quench my aspiration of expanding my pool of knowledge, each moment enhaning my personality.
💗I enjoy dancing and singing in my leisure, to the hilt of exhilaration.
</p>
</td>
</tr>
</table>
<hr>
<br />
<h2>Education</h2>
<ul>
<li> <em>City Montessori School</em><br /> </li>
<li><em>Indian Institute of Technology, Indore</em></li>
</ul>
<h2>My Hobbies</h2>
<ol>
<li>
Dancing
</li>
<li>
Singing
</li>
<li>
Reading and Writing
</li>
</ol>
<hr>
<h3><a href="contact.html">My Contact Details</a></h3>
<table style="border:1px solid blue;" cell-spacing="15px" >
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>March 2021-April 2021 </td>
<td>Accomplished several GoogleCouldPlatform Badges and completed the MicrosoftLearnAzure Training of Azure Fundamentals</td>
</tr>
<tr>
<td>March,2021 </td>
<td>Google WE Scholar</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>Competitive Programming </td>
<td>🌟🌟🌟🌟</td></tr>
<tr>
<td>Machine Learning </td>
<td> 🌟🌟🌟</td></tr>
</table></td>
<td>
<table>
<tr>
<td>Web Development </td>
<td> 🌟🌟🌟🌟 </td></tr>
<tr>
<td>Cloud Services </td>
<td> 🌟🌟🌟🌟 </td></tr>
</table>
</td>
</tr>
</table>
<hr>
</body>
</html>