-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
125 lines (106 loc) · 4.07 KB
/
1.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<html>
<head>
<!--linking the css stylesheet-->
<link rel="stylesheet" href="styles.css">
<title> Aiswarya Resume </title>
</head>
<body>
<!-- Contains 3 parts:Header, body, Footer -->
<div id="header">
<p id="name">Aiswarya Manghat</p>
<p id="email">[email protected]</p>
</div>
<div class="right">
<img src="image.jpeg" alt="Aiswarya" style= "margin-top:10px; margin-right: 10px; width : 220px;float:right; height:150px;" >
<h3>Career Objective</h3>
<p>
<ul>
<li>To utilize my technical skills for achieving the target and developing the best performance in the organization. I would like to implement my innovative ideas, skills and creativity for accomplishing the projects given.
</li>
</ul>
</p>
<h3>Educational Qualifications</h3>
<table>
<tr id="heading">
<td>Qualification</td>
<td>Board</td>
<td>Percentage / CGPA</td>
<td>Year</td>
</tr>
<tr>
<td>M.Tech</td>
<td>Amrita University</td>
<td>6.9</td>
<td>2017</td>
</tr>
<tr>
<td>B.Tech</td>
<td>Anna University</td>
<td>7.6</td>
<td>2015</td>
</tr>
<tr>
<td>+2 (Plus Two)</td>
<td>CBSE</td>
<td>60%</td>
<td>2011</td>
</tr>
<tr>
<td>10<sup>th</sup> (Tenth)</td>
<td>CBSE</td>
<td>93%</td>
<td>2009</td>
</tr>
</table>
<h3>Technical Skills</h3>
<p>
<ul>
<li>Operating systems: Windows, Ubuntu </li>
<li>Languages Known: HTML, PhP, Python, Java(Basics), c, c++</li>
</ul>
<h3>Certifications / Awards:</h3>
<p>
<ul>
<li>Rank Holder of Anna university Chennai</li>
<li>ACM Student Chapter Member</li>
<li>Best outgoing stdent Award 2015 </li>
<li>Certificate for the course of Web designing</li>
</ul>
<h3>Interests /Activities</h3>
<ul>
<li>Reading Books</li>
<li>Browsing Internet</li>
<li>Hearing Music </li>
<li>Dancing</li>
</ul>
<h3>Other Information </h3>
<p>
<ul>
<li>
<span id="course-name">Expected Salary:</span>As per company standards</li>
<li>
<span id="course-name">Area of Interest:</span>Software Development, Programming, Analyst, Research, Teaching</li>
</ul>
</p>
<h3>Personal Information </h3>
<p>
<ul>
<li>
<span id="course-name">Address:</span>"Aiswarya"<br>
Village office road <br>
Puthenthara, Nemmara, Palakkad</li>
<li>
<span id="course-name">Languages Known:</span>Malayalam, English, Hindi, Tamil</li>
<li>
<span id="course-name">Contact:</span> +91 7907958891</li>
</ul>
</p>
<h3>Declaration</h3>
<p>
I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.</p>
</div>
<div id="footer">
<p id="name">Date:</p>
</div>
</body>
</html>