Skip to content

Commit 0f210e1

Browse files
authored
Create index.html
1 parent ce25969 commit 0f210e1

File tree

1 file changed

+159
-0
lines changed

1 file changed

+159
-0
lines changed

index.html

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<html>
2+
<head>
3+
<title>Curriculm Vittae</title>
4+
<style>
5+
html{
6+
border: 5px solid black;
7+
margin: 10px;
8+
}
9+
10+
body{
11+
background-color: lightgray;
12+
font-family: Arial, sans-serif;
13+
background-image: url("cv.png");
14+
background-attachment: fixed;
15+
background-repeat: no-repeat;
16+
background-position: right bottom;
17+
background-size: 75px 75px;
18+
z-index: 1;
19+
}
20+
h1{
21+
color: blue;
22+
background-color: red;
23+
font: bold 24px Georgia;
24+
padding: 25px 25px 25px 0px;
25+
text-align: center;
26+
margin: 0px;
27+
}
28+
h2{
29+
color: darkred;
30+
font: 18px Georgia;
31+
margin-top: 0px;
32+
background-clip: content-box;
33+
}
34+
.subhead{
35+
font: 20px Impact, Charcoal, sans-serif;
36+
background-color: white;
37+
background-clip: content-box;
38+
margin-top: 0px;
39+
}
40+
.t1{
41+
border: 3px solid green;
42+
text-align: center;
43+
}
44+
45+
46+
</style>
47+
48+
</head>
49+
<body>
50+
<img src="aishu.png" style="position: absolute; height: 14%">
51+
<h1>AISWARYA ASHOK KUMAR</h1><hr>
52+
<h2>Rajagiri School of Engineering and Technology, Kakkanad, Kochi, Kerala</h2><hr>
53+
<h3 class="subhead">Career Objective</h3>
54+
<p class="c1">To attain a position of software intern in development field to contribute my knowledge,
55+
skills and experience for the advancement of the company
56+
while studying and making myself grow with the company.</p>
57+
<h3 class="subhead">Academic Qualification</h3>
58+
<table class="t1" border="2" style="margin-bottom: 10px;">
59+
<thead>
60+
<tr>
61+
<th class="t1">Educational Qualification</th>
62+
<th class="t1">Name of Institution</th>
63+
<th class="t1">Board</th>
64+
<th class="t1">Percentage</th>
65+
<th class="t1">Year of Passing</th>
66+
</tr>
67+
<tr>
68+
<td class="t1">S.S.L.C</td>
69+
<td class="t1">Don Bosco Senior Secondary School, Vaduthla,Ernakulam</td>
70+
<td class="t1">ICSE</td>
71+
<td class="t1">96%</td>
72+
<td class="t1">2014</td>
73+
</tr>
74+
<tr>
75+
<td class="t1">Plus Two</td>
76+
<td class="t1">Don Bosco Senior Secondary School, Vaduthla, Ernakulam</td>
77+
<td class="t1">ISC</td>
78+
<td class="t1">96%</td>
79+
<td class="t1">2016</td>
80+
</tr>
81+
<thead>
82+
</table>
83+
<h3 class="subhead">Professional Qualification</h3>
84+
<table class="t1" border="2" style="margin-bottom: 10px;">
85+
<thead>
86+
<tr>
87+
<th class="t1">Educational Qualification</th>
88+
<th class="t1">Name of Institution</th>
89+
<th class="t1">University</th>
90+
<th class="t1"></th>
91+
</tr>
92+
<tr>
93+
<td class="t1">B Tech (IT)</td>
94+
<td class="t1">Rajagiri School of Engineering, Kakkanad, Ernakulam</td>
95+
<td class="t1">APJ Abdul Kalam University</td>
96+
<td class="t1">2016-present</td>
97+
</tr>
98+
<thead>
99+
</table>
100+
<h3 class="subhead">Key Skills and Strengths</h3>
101+
<ul>
102+
<li>Quick learner</li>
103+
<li>Leadership skills</li>
104+
<li>Good communication and interpersonal skills</li>
105+
<li>Good in analytical skills</li>
106+
<li>Excellent track record in college</li>
107+
<li>Excellent creative skills</li>
108+
<li>Knowledgeable and friendly</li>
109+
</ul>
110+
<h3 class="subhead">Technical Skills</h3>
111+
<p>Operating Systems: Windows, Linux</p>
112+
<p>Software: Oracle SQL, MS Office Suite, Adobe Photoshop</p>
113+
<p>Languages: Java, C++, Python, C, Assembly, HTML, CSS</p>
114+
<h3 class="subhead">Academic and Co-Curricular Achievements</h3>
115+
<ul>
116+
<li>School level topper for 10th and 12th grade examinations(ICSE & ISC)</li>
117+
<li>Received “Vishwakonkani Scholarship” for the years 2016-2020</li>
118+
<li>MLA award winner for the years 2014 and 2016</li>
119+
<li>First runner up of iTrax Coding Competition conducted by Rajagiri School of Engg. and Tech., Kochi</li>
120+
<li>Class topper for B.Tech semesters 1 and 2</li>
121+
<li>Workshops: Android App development, Understanding Ruby</li>
122+
<li>Seminars: Ethical hacking, Cyber security</li>
123+
<li>Active member of ICFOSS and CSI, Rajagiri division</li>
124+
<li>Worked as a volunteer and organizer for national level tech fests at Rajagiri college</li>
125+
<li>Organized several workshops at college level</li>
126+
</ul>
127+
<h3 class="subhead">Personal Information</h3>
128+
<table>
129+
<tr>
130+
<td align="left">Date of Birth</td>
131+
<td align="left">:</td>
132+
<td align="left"> 28th December 1998</td>
133+
<tr>
134+
<td align="left">Marrital Status</td>
135+
<td align="left">:</td>
136+
<td align="left"> Single</td>
137+
</tr>
138+
<tr>
139+
<td align="left">Nationality</td>
140+
<td align="left">:</td>
141+
<td align="left"> Indian</td>
142+
</tr>
143+
<tr>
144+
<td align="left">Languages Known</td>
145+
<td align="left">:</td>
146+
<td align="left"> English, Malayalam, Hindi, Konkani</td>
147+
</tr>
148+
<tr>
149+
<td align="left">Father's Name</td>
150+
<td align="left">:</td>
151+
<td align="left"> Ashok Kumar T.S</td>
152+
</tr>
153+
</table>
154+
155+
156+
157+
</body
158+
</html>
159+

0 commit comments

Comments
 (0)