-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable32day3.html
More file actions
80 lines (75 loc) · 2.85 KB
/
table32day3.html
File metadata and controls
80 lines (75 loc) · 2.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume</title>
<style>
body {
margin: 20px;
border-style:solid;
padding: 20px;
}
</style>
</head>
<body>
<h5 style="text-align: left; padding-left: 20px; padding-top: 20px;">VISHAKHA SARODE</h5>
<p style="text-align:right;">
14/1 N S Road,<br>
Marine Drive,Chennai-600101<br>
Email:vishakhaSarode11@gmail.com
Phone: +91-9876543210
</p>
<hr style="border: 2px solid black;">
<p><strong>Assignments in field of Web Development/Software Programming with an organization of repute.</strong></p>
<hr style="border: 2px solid black;">
<p style="text-align: left;"><b><u>OBJECTIVE:</u></b></p>
<p>Intend to build a career with leading corporate of stimulating environment which will help me to explore myself fully and realize my potential.</p>
<p class="section-title">ACADEMIC PROFILE:</p>
<table>
<thead>
<tr>
<th>Course</th>
<th>Institution</th>
<th>Board/University</th>
<th>Year of Passing</th>
<th>Percent</th>
</tr>
</thead>
<tbody>
<tr>
<td>B.E(IT)</td>
<td>PES Modern College of Engineering,Pune</td>
<td>SPPU University</td>
<td>2026</td>
<td>91%</td>
</tr>
<tr>
<td>Diploma(CS)</td>
<td>Government Polytechnic,Jalgaon</td>
<td>2023</td>
<td>90%</td>
</tr>
<tr>
<td>SSC</td>
<td>Ujjwal Sprouter International,Jalgaon</td>
<td>Matriculation</td>
<td>2020</td>
<td>89%</td>
</tr>
</tbody>
</table>
<p class="section-title"><b><u>TECHNICAL SKILLS:</u></b></p>
<p ><strong>Programming Languages:</strong> C, C++, Java, C#, ASP.NET</p>
<p><strong>Database:</strong> SQL Server 2008</p>
<p><strong>Operating System:</strong> Windows XP, Windows 98</p>
<p><strong>Tools:</strong> Rational Rose, Visual Studio 2008</p>
<p class="section-title">PROJECT PROFILES:</p>
<p><strong>FINAL PROJECT:</strong></p>
<ul>
<li><strong>Title:</strong> Enhancing and Analyzing Node Reclamation and Replacement in a Long-Lived Sensor Network using Simulation</li>
<li><strong>Front end:</strong> Tool Command Language</li>
<li><strong>Back end:</strong> C++</li>
<li><strong>Description:</strong> This project is mainly to carry out long-term tasks without any interruption or energy loss by efficiently using the energy in sensor networks.</li>
<li><strong>Role:</strong> Configuring the nodes with necessary energy.</li>
</ul>
</body>
</html>