-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
54 lines (44 loc) · 1.21 KB
/
CV.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
<!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>Curriculum-vitae-1</title>
</head>
<body>
<h1>Anshika Chhabra</h1>
<p><i>Member at KIET MYCIN</i></p>
<p>I would very much like to enhance my coding skills in coming time!😄💻</p>
<hr />
<!-- Header ends -->
<h2>Education</h2>
<table border="">
<tr>
<th>Course</th>
<th>Year of Completion</th>
<th>Percentage Obtained</th>
</tr>
<tr>
<td>Secondary (Class 10<sup>th</sup>)</td>
<td>2020</td>
<td>97.5%</td>
</tr>
<tr>
<td>Senior Secondary (Class 12<sup>th</sup>)</td>
<td>2022</td>
<td>95.6%</td>
</tr>
</table>
<h3>Hobbies</h3>
<ul>
<li>Reading 🔖</li>
<li>Sketching 🎨</li>
<li>Coding 💻</li>
<li>Writing 📕✏️</li>
<li>Listening to Music 🎧</li>
</ul>
<hr />
<!-- Main section ends -->
</body>
</html>