-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_profile.htm
More file actions
91 lines (69 loc) · 1.6 KB
/
Copy pathmy_profile.htm
File metadata and controls
91 lines (69 loc) · 1.6 KB
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width", initial-scale=1.0">
<title>My Profile</title>
<link rel="shortcut icon" type="image/x-icon" href="profile_img.ico"/>
<meta name="theme-color" color="#f0f">
<meta name=”description” content=”MCA student, intern at CyberGroup Inc.”>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<h2 align="center"> KRITIKA SACHDEVA</h2>
<div align="center">
<img src="IMG-4740.jpg" alt="Photo unavailable" height="125" width="125">
</div>
<p align="center"> Intern, CyberGroup. </p>
<!--education table-->
<div>
<h3 align="center"><u> EDUCATIONAL QUALIFICATIONS </u></h3>
</div>
<div>
<table width="600" border="1">
<tr>
<th>School</th>
<th>Qualification/Degree</th>
<th>Year</th>
</tr>
<tr>
<td>Queen Mary's School, Model town, Delhi</td>
<td>12th</td>
<td>2013-14</td>
</tr>
<tr>
<td>Ramjas College, DU</td>
<td>B.Sc. Physical Sc.</td>
<td>2014-17</td>
</tr>
<tr>
<td>IGDTUW, Kashmere Gate</td>
<td>MCA (IT)</td>
<td>2017-20</td>
</tr>
</table>
</div>
<div>
<h3 align="center"> <u> STRENGTHS </u> </h3>
</div>
<ul>
<li>Communication skills</li>
<li>Optimistic</li>
<li>Leadership qualities</li>
</ul>
<div>
<h3 align="center" > <u> INTERESTS </u></h3>
</div>
<ul>
<li>Learning foreign languages</li>
<li>Arts and calligraphy</li>
<li>Problem solving</li>
</ul>
<div align="center">
For further details <a href="contact.html">Click here to contact.</a>
</div>
</body>
</html>