-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume using html.html
70 lines (69 loc) · 1.69 KB
/
Resume using html.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
<html>
<head>
<title>My Resume</title>
</head>
<body>
<center>
<h2>Resume</h2>
</center>
<img src="./profile.png" alt="profile image" align="right" width="100" height="120"/>
<p>Mr.ABC</br>
B-18/2,aaaaa,bbbbbb,</br>
cccccccc</br>
Coimbatore 6412345</br>
Cell No:8751234567</br>
abcdefghi0021@gmail.com</p>
<hr>
<h3><u>Career Objective:</u></h3>
<p>I am seeking a company where i can utilise my skills and knowledge for organization and personal goal</p>
<h3><u>Educational Qualification:</u></h3>
<table border="2">
<tr><!-- this is first row-->
<th>S.no</th>
<th>Course</th>
<th>year</br>of</br>passing</th>
<th>percentage</th>
</tr>
<tr>
<td>1.</td>
<td>BE</td>
<td>currently</br>pursuing</td>
<td>91%</td>
</tr>
<tr>
<td>2.</td>
<td>sslc</td>
<td>2014</td>
<td>92%</td>
</tr>
<tr>
<td>3.</td>
<td>hsc</td>
<td>2016</td>
<td>91.5</td>
</tr>
</table>
<h3>Computer Skill :</h3>
<p>Operating System:Windows 10,Linux,Mac</br>
Languages:C,C++,python</br></p>
<h3><u>IV.Area Of Interest:</u></h3>
<ul type="disc"><li> Cloud Computing</li>
<li>Ethical Hacking<li></ul>
<h3><u>Extra Curricular Actvities:</u></h3>
<ul type="disc">
<li>Office beare in ECE department</li>
<li>Organised a event Texperia</li>
<li>Co-ordinated a event on allora</li>
</ul>
<h3><u>Personal Details:</u></h3>
<p>Father Name: bbbbbbbbbbb</br>
Date Of Birth: 23-04-1999</br>
Gender:Male</br>
Languages Known: Tamil,Telugu,English,Hindi</br>
Naltionality: India</br></p>
<hr>
<h3><u>Declaration:</u></h3>
<p>I hereby declare that the particulars furnished above are true and correct to the best of my knowledge</p>
<p align="right">yours truly</br>(G.hemanth kumar)</p>
</body>
</html>