-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
125 lines (107 loc) · 2.79 KB
/
resume.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
<!DOCTYPE HTML>
<html>
<head>
<title>Resume of Shashikant</title>
</head>
<body>
<fieldset>
<legend style="text-align:center"><h1>Resume</h1></legend>
<aside>
<fieldset>
<legend><h3>Curriculum Vitae</h3></legend>
<p align="left">
<strong>Name:</strong>Shashikant<br>
<strong>Mobile:</strong>8140005941<br>
<strong>Email:</strong>[email protected] </p>
<p align="right">
<strong>Address:</strong>B1/55, Jay Yogeshar Township, Part-2<br>
Ajwa Road, Vadodara-390019
</p>
</fildset>
</aside>
<fieldset><legend><h3>Career Objective: </h3></legend>
<p>To pursue a challenging career and be part of a progressive organization that gives scope to enhance my knowledge, skills and to reach the pinnacle in the computing and research field with sheer determination, dedication and hard work.</p>
<p>And the most important of all; follow my dream . </p>
</fieldset>
<fieldset><legend> <h3>Field of interest:</h3></legend>
<ul>
<li>Programming</li>
<li>Game Developement</li>
<li>Algorithms</li>
<li>Computer Network</li>
<li>Designing</li>
</ul>
</fieldset>
<fieldset> <legend>
<h3>Technical Skills</h3></legend>
<table border="1" style="border-collapse:collapse">
<tr>
<td>Programming Languages</td>
<td>C,C++,JAVA,Python</td>
</tr>
<tr>
<td>Scripting Languages</td>
<td>JavaScript</td>
</tr>
<tr>
<td>Frameworks</td>
<td>Bootstrap,UI kit</td>
</tr>
<tr>
<td>Web Designing</td>
<td>HTML and CSS</td>
</tr>
<tr>
<td>Operating System</td>
<td>Linux</td>
</tr>
<tr>
<td>Other
</td>
<td>Computer Networks</td>
</tr>
</table>
</fieldset>
<fieldset>
<legend>
<h2>Education</h2>
</legend>
<table border="1" style="border-collapse:collapse">
<tr>
<td>Sr No.</td>
<td>Name of the School</td>
<td>University/Board</td>
<td>Degree Earned</td>
<td>Inclusive Dates Attended</td>
</tr>
<tr>
<td>1</td>
<td>L. D. College of Engineering</td>
<td>Gujarat Technological University</td>
<td>Bachelor of Engineering</td>
<td>2013-2017</td>
</tr>
<tr>
<td>2</td>
<td>Kendriya Vidyalaya E.M.E</td>
<td>CBSE</td>
<td>AISSCE</td>
<td>2011-2013</td>
</tr>
<tr>
<td>3</td>
<td>Kendriya Vidyalaya E.M.E</td>
<td>CBSE</td>
<td>AISCE</td>
<td>2010-2011</td>
</tr>
</table>
</fieldset>
<br>
<fieldset>
<legend><h2>Declartaions</h2></legend>
<p>I hereby declare that all the details furnished above are true to the best of my knowledge and belief.</p>
</fieldset>
</fieldset>
</body>
</html>