-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.htm
102 lines (96 loc) · 3.67 KB
/
resume.htm
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
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<title>
Resumefile:///home/kottackal/Desktop/Html/resume.htm
</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="stuff">
<center>
<h1>
RESUME
</h1>
</center>
<div>
<div id="left">
<b>AJAY KHOLI</b><br>
180 MG Road<br>
Kazhakuttom p.o<br>
Trivandrum<br>
</div>
<div id="right">
<img src="4.jpg" alt="passport size photo" width="80px" height="100px">
</div>
</div><br><br><br><br><br><br><br>
<div>
<p class="head"><b>Career Objective</b></p><br>
<p>Seeking a challenging position in an esteemed organiation,utilizing educational background that will impact development of my organization.</p>
<br>
<p class="head"><b>Education</b></p><br>
<table>
<tr>
<th>Qualification</th>
<th>Board</th>
<th>Name of the School/College</th>
<th>Year of Passing</th>
<th>Percentage</th>
</tr>
<tr>
<td>B.Tech(eee)</td>
<td>Kerala</td>
<td>ABC Institute of
Engg & Technology</td>
<td>2012</td>
<td>75.63</td>
</tr>
<tr>
<td>Plus Two</td>
<td>State Board</td>
<td>ABC Jr college</td>
<td>2008</td>
<td>82.90</td>
</tr>
<tr>
<td>10th Class</td>
<td>CBSE</td>
<td>ABC Vidya Mandir</td>
<td>2006</td>
<td>72.00</td>
</tr>
</table>
<br>
<p class="head"><b>Interests</b></p><br>
<ul>
<li>Drawing</li>
<li>Photography</li>
<li>Design</li>
<li>Programming</li>
<li>Computer Science</li>
</ul>
<br>
<p class="head"><b>Skills</b></p><br>
<ul>
<li>Web Design with HTML & CSS</li>
</ul>
<br>
<p class="head"><b>Experience</b></p><br>
<ul>
<li>Student Technology Intern for Wilton School District</li>
<li>Babysitter</li>
</ul>
<br>
<p class="head"><b>Extracurriculars</b></p><br>
<ul>
<li>Recycling Club</li>
<li>Gardening Club</li>
<li>Book Club</li>
</ul>
<br>
<p class="head"><b>Declaration</b></p><br>
<p><input type="checkbox" checked="checked">I hereby declare that the above-mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above-mentioned particulars.</p>
<br>
</div>
</div>
</body>
</html>