-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.html
60 lines (59 loc) · 1.01 KB
/
Resume.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
<html>
<head>
<title>
My Resume
</title>
</head>
<body>
<table border = "1" align = "center" width = "60%">
<tr>
<th>
<h1>My resume</h2>
</th>
</tr>
<tr>
<th align = "left">
<h2>
Aditya Raj
</h2>
<img src = "myphoto2.jpg" align = "right" height = "130" width = "100"/>
Mobile no: 9616****89
Email address : Aditya**@gmail.com
<h2> Personal information : </h2>
<ul>
<li> Father's Name : Mrityunjay kumar</li>
<li> Religion : Hindu </li>
<li> Nationality : Indian </li>
<li> Date of Birth : 18 August 2002</li>
</ul>
<h2> Qualification : </h2>
<table border = "1"><tr><th>Branch</th><th>
Faculty
</th>
<th>Roll No.</th>
<tr>
<td>B-Tech(CSE(CSF-IBM)<</td>
<td>Fet</td>
<td> 1/19/FET/BCS/200</td>
</tr>
</table>
<h2>Personal Skills : </h2>
<ul>
<li> Power Point Presentation </li>
<li> Video Editing </li>
<li> HTML </li>
<li> C++ </li>
<li> Python</li>
<li> Java </li>>
</ul>
<h2> Experience : </h2>
6 Months Internship
<h2> Languages : </h2
<ul>
<li> English </li>
<li> Hindi </li>
<li> German </li>
</ul>
</table>
</body>
</html>