-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (75 loc) · 1.77 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<style>
table, th, td {border: 1px solid red;}
</style>
</head>
<body bgcolor="#E3EDD8">
<img src="ROHIT4.jpg" align="right" width="200" height="200">
<p>
<b>Rohit Subhash Kakade</b> <br>
Contact Number: 1234567890 <br>
Email Adderess: abcd@gmail.com <br>
Address: Mumbai <br>
Gender: Male <br>
<br>
<b> Academic Qualification</b>:<br>
Persuing Information Technology Engineering, Pillai College of Engineering, Navi Mumbai <br>
<table>
<tr>
<th> Semester </th>
<th> III</th>
<th> IV </th>
</tr>
<tr>
<th> Year </th>
<th> 2021</th>
<th> 2021 </th>
</tr>
<tr>
<th> CGPA </th>
<th> 8.78</th>
<th> 8.87 </th>
</tr>
</table>
<br>
<table>
<tr>
<th> Examinaion </th>
<th> Diploma </th>
<th> SSC </th>
</tr>
<tr>
<th> Institute </th>
<th> Vidyalankar Polytecnic</th>
<th> Holy Cross High School</th>
</tr>
<tr>
<th> Percentage </th>
<th> 88.25</th>
<th> 76.60 </th>
</tr>
</table>
<br>
<b>Career Objectives</b>:<br>
To obtain a creative and challenging position in an organisation that gives me an opportunity for self improvement and leadership,
acquire new knowledge, sharpen my skills<br>
and put my efforts with honesty and fairness on achieving organisation as well as prsonal growth. <br>
<br>
<b>Technical Skills:</b> <br>
Programming Language: C, Java, Python <br>
Scripting Languages: HTML, CSS, Javascript <br>
Databases: MySql, Sql Lite 3 <br>
<br>
<b>Projects</b> <br>
Complaint Management System using HTML, CSS, Javascript, Mysql database(Diploma project) <br>
Ecommerce website using java(Sem III project) <br>
Recruitment Management System using python django framework(Sem IV project) <br>
<br>
<b>Areas of Personal Interest </b> <br>
1. Music <br>
2. Reading
</p>
</body>
</html>