-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
80 lines (71 loc) · 1.41 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
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
<html>
<title>My Resume</title>
<head>
<body bgcolor="skyblue">
<center>
<h1>
<u> My Resume </u>
</h1>
</center>
<h2> Vartika Singh <h2>
<img src="1.jpg" height="30%" width="10%" alt="" style="border: 3px solid;" >
<hr>
<h2>
<div style="background-color:black; color:white; padding:05px">
<center><u>ACADEMIC QUALIFICATION</u></h2></center>
<table border=3 width=1290>
<tr>
<th>Qualification</th>
<th> Board/University</th>
<th> School/Collage</th>
<th> Year of passing</th>
<th> Marks obtained</th>
</tr>
<tr>
<th> 10th</th>
<th> CBSE</th>
<th>DPS</th>
<th>2017</th>
<th> 78%</th>
</tr>
<tr>
<th> 12th</th>
<th> CBSE</th>
<th>DPS</th>
<th>2019</th>
<th> 75%</th>
</tr>
</table>
<h2>
<div style="background-color:black; color:white; padding:05px">
<center><u>Extra curicular activity<u></u></center>
</h2>
<ul>
<b>
<h3>
<li>Vollyball</li>
<li> Dancing</li>
<li> Music</li>
</h3>
</b>
</ul>
<h2>
<div style="background-color:black; color:white; padding:05px">
<center><u> Personal Details</u></center>
</h2>
<ul>
<b>
<h3>
<li> Name: Vartika singh</li>
<li> Father Name :- Chandra Bhushan Singh</li>
<li>Mother Name :- Neelam Singh</li>
<li> Contact no.: 7380739322</li>
<li> Email: singhvartika1111@gmail.com</li>
<li> Address:Lajpat nagar New Delhi </li>
<li>Hobbies: </li>
<ul>
<li> Reading</li>
<li>Dancing</li>
</ul>
</body>
</html>