-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (69 loc) · 2.57 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
<!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>Muskan personal site</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://us.123rf.com/450wm/ipopba/ipopba1808/ipopba180800027/106927239-hand-of-robotics-connecting-to-industrial-network-connection-on-laptop-artificial-intelligence-futur.jpg?ver=6"alt="muskan profile picture"></td>
<td><h1>MUSKAN</h1>
<p><em>web developer<strong><a href="https://www.igdtuw.ac.in/">IGDTUW </a></strong></em></p>
<p>I am a computer science undergraduate student at IGDTUW. Without a glass of bournvita i cannot have my morning.I am ambitious.I thrive on challenge and constantly set goals for myself,so if i have something to strive towards.I'm not comfortable with settling and I'm always looking for an opportunity to do better and achieve greatness.</p><td></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>10th standard from CBSE Board,scored 10 CGPA</li>
<li>12th standard from CBSE Board,scored 86%</li>
<li>Qualified JEE MAINS</li>
<li>Scored 9.4 CGPA in 1st year</li>
</ul>
<hr>
<table>
<thead>
<tr>
<th>Work</th>
<th>Date</th>
</tr>
<tr>
<td>2020-2024</td>
<td>B.Tech[CSE],current</td>
</tr>
<tr>
<td>2019</td>
<td>JEE preparation</td>
</tr>
<tr>
<td>2018</td>
<td>Schooling Completed</td>
</tr>
</thead>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Dancing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Sketching</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">MY HOBBIES</a>
<a href="contact.html">CONTACT ME</a>
<a href="forms.html">FORMS</a>
</body>
</html>