-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.html
345 lines (310 loc) · 10.7 KB
/
details.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#tabs
{
background-color: #000000;
}
body
{
color:#ffffff;
font-family: Andalus;
}
p{
font-size: 19;
}
.fa {
padding: 10px;
font-size: 20px;
width: 30px;
heigth:20px;
text-align: center;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
/* Twitter */
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-linkedin {
background: #0077B5;
color: white;
}
.fa-github {
background: #82b1ff;
color: black;
}
h5{
font-family: Andalus;
color: #ede7f6;
}
.tabs .tab a.active {
color:#ffd600;
}
.tabs .tab a:hover {
color: #ffd600;
}
.tabs .tab a {
color: #ffd600;//gold
}
h3{
color:#ede7f6;//whithish
font-family: Andalus;
}
h5{
color:#82b1ff;
font-family: Andalus;
}
.tabs .indicator {
background-color: #ffd600;
}
#c{
color:#82b1ff;
font-family: Andalus;
}
#key {
animation-duration: 1s;
animation-name: slidein;
}
#hd{
color:00ff90;
}
#hg{
color:#82b1ff;
}
@keyframes slidein {
from {
margin-left: 5%;
width: 100%;
}
to {
margin-left: 20%;
width: 100%;
}
</style>
<script>
$(document).ready(function(){
$('.collapsible').collapsible();
});
</script>
</head>
<body bgcolor="#000000">
<h3 align="center">R SARANYA</h3>
<div id="heading">
<ul id="tabs" class="tabs">
<li class="tab col s3"><a class="active" href="#test-swipe-1">Education</a></li>
<li class="tab col s3"><a href="#test-swipe-2">Projects & Intern</a></li>
<li class="tab col s3"><a href="#test-swipe-3">Honors and Awards</a></li>
<li class="tab col s3"><a href="#test-swipe-4">skills and expertise</a></li>
<li class="tab col s4"><a href="#test-swipe-5">Extra co-curricular</a></li>
<li class="tab col s3"><a href="#test-swipe-6">Contact Info</a></li>
</div>
</ul>
<div id="test-swipe-1">
<div class="container" align="center">
<div class="row">
<div class="col m8 offset-m2 8 offset-l2"><br>
<h5>Career Objective</h5>
<p>I am focused and determined on building a successful career in this company by providing
innovative solutions to the common man that will change the way the world perceives technology.
This fast paced, results-orientated environment will give me the challenge, I thrive on.</p>
<h5>
VIT University, Vellore.</h5>
<p>Currently pursuing 4th year in<br>
Master of Technology MS Software Engineering (Integrated), 2013 - 2018<br>
CGPA: 9.36</p>
<script type="text/javascript">
window.onload = function() {
var chart = new CanvasJS.Chart("chartContainer", {
title: {
text: "Semester Wise Performance(GPA)"
},
axisX: {
interval: 1
},
data: [{
type: "line",
dataPoints: [
{ x: 1, y: 8.34 },
{ x: 2, y: 9.81 },
{ x: 3, y: 9.27 },
{ x: 4, y: 9.5 },
{ x: 5, y: 9.38 },
{ x: 6, y: 9.57 },
{ x: 7, y: 9.46 },
]
}]
});
chart.render();
}
</script>
<script src="canvasjs.min.js"></script>
<div id="chartContainer" style="color: white; height: 200px; width: 80%;"></div>
<h5>Narayana Junior College, Chittoor.</h5>
<p>Board of Intermediate education, 2011 - 2013<br>
Percentage: 96.7%</p>
<h5>Vignana Deepthi English Medium School, Chittoor.</h5>
<p>Board of Secondary education, 2010-2011<br>
Percentage: 90.4%</p>
</div>
</div>
</div>
</div>
<div id="test-swipe-2">
<div class="container" align="center">
<div class="row">
<div class="col m10 offset-m7 10 offset-l0"><br>
<div class="animated normal fadeinleft">
<h5>Internships</h5>
<p id="hd">1. SelectDine, Vellore(Sep'15 to Oct'16)<br></p>
<p>Worked as a backend developer in this start-up for 2 Months.
Managed the project team and designed the database schema and populated data in MLabs(MongoDB) and connected it to aws amazon server.</p>
<h5>Projects</h5>
<p id="hd">1.TECHIECARDIA(Jun'16 to Dec'16)</p>
<p> It is a smart system that uses IOT technology and detects sudden cardiac arrest. Using Big data and neural networks
it also predicts in advance if the patient is prone to SCA. Following the detection of SCA, the app
runs a countdown in which the alarm can be deactivated, in case
of false positive. If the alarm is not deactivated the app takes over and autonomously sends text
messages and calls to your emergency contacts. This system also contains a website for the
interaction of patients and doctors.</p>
<p id="hd">2. Play fun (May'15 to Jun'15)</p>
<p>It is a windows desktop game designed using C# where user will get the magic number and number
of moves before start of the game .The user will move the digits on the screen based on the
movement the arithmetic calculations will be carried out. If he gets the magic number with in the
provided moves, he will win.</p>
<p id="hd">3. Shortest path in mesh network topology (Jan'15 to Mar'15)</p>
<p>This is an algorithm that uses A-star heuristic search, heuristic search and Manhattan distance to find
distance at every node and routes to the node with the shortest distance.</p>
<p id="hd">4. Airlines ticket booking( Jan'14 to May'14)</p>
<p>This is developed in Java using applets and JFrames where user can view the flight details, timings, available
seats in each class and can book a ticket and this data is reflected to MySQL database</p>
<p id="hd">5.Temperature Monitor(sep'15 to Oct'15)
<p>
It is developed with the help of IOT technology where the temperature sensor
senses the room temperature constantly and stores it in the cloud using python.
User can place the sensor anywhere he want and he can give a threshold, if the temperature exceeds the threshold value automatic alert
will be sent to the user. </p>
<p id="hd">6.University management system(Mar'15 to Apr'15)</p>
<p>
This is a website developed using PHP, MySQL and frameworks like materialized css. Both faculties and students can access with their credentials ,
faculties can post attendence and marks ,students can view their personal and academic details. </p>
</div>
</div>
</div>
</div>
</div></div>
<div id="test-swipe-3">
<div class="container" align="center">
<div class="row">
<div class="col m12 offset-m7 10 offset-l0"><br>
<div class="container" align="left">
<div class="animated normal fadeindown">
<h5>Competitions</h5>
<ol><li><p>One among top 5 finalists in GE EDISON CHALLENGE 2016<p></li><li>
<p>Won unique and social impact award in VIT Chennai MAKEATHON (APR'16)</p></li><li>
<p>Participated in MAKEVIT, a 72 hours MAKEATHON in VIT University, Vellore (APR-2017)</li>
<li><p>Merit Certificate for excellence in academics in the years of 2016 and 2017.</p></li>
<li><p>Certificate for showcasing a start-up idea during GRAVITAS'17 Tech Fest in VIT University.</p></li></ol>
<h5>Workshops</h5>
<ol><li><p>Attended a National Wide workshop on IOT<p></li><li>
<p>Attended a workshop on web development</p></li><li>
<p>Delegate in IEYS Corruption meet</li>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div id="test-swipe-4">
<div class="container" align="center">
<div class="row">
<div class="col m12 offset-m7 10 offset-l0"><br>
<div class="container" align="left">
<p id="hg">Core Languages</p>
<div class="animated normal rollin"><p>
<table><tr><td width="25%">C</td><td width="25%">C++</td><td>Java</td><td>C#</td><td>Python</td></tr></table>
</p></div>
<p id="hg">Web Development</p>
<div class="animated normal rollin"><p>
<table width="50%"><tr><td>HTML</td><td>CSS</td><td>Java Script</td><td>PHP</td></tr></table>
</p></div>
<p id="hg">Frameworks</p>
<div class="animated normal rollin"><p>
<table width="50%"><tr width="50%"><td width="25%">Materialise CSS</td><td width="25%">Bootstrap</td><td width="25%"></td><td width="25%"></td></tr></table>
</p></div>
<p id="hg">Databases</p>
<div class="animated normal rollin"><p>
<table><tr width="50%"><td width="25%">MySQL</td><td width="25%">MongoDB</td><td></td><td></td></tr></table>
</p></div>
<p id="hg">App Development</p>
<div class="animated normal rollin"><p>
<table><tr width="50%"><td width="25%">Android</td><td width="25%"></td><td></td><td></td></tr></table>
</p></div>
<p id="hg">Others</p>
<div class="animated normal rollin"><p>
<table><tr width="50%"><td width="25%">Arduino</td><td width="25%">R Programming</td><td></td><td></td></tr></table>
</p></div>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div id="test-swipe-5">
<div class="container" align="center">
<div class="row">
<div class="col m12 offset-m7 10 offset-l0"><br>
<div class="container" align="left">
<div class="animated normal flipiny">
<h5>Clubs & Chapters</h5>
<ol><li><p>Worked as Core Committee Member in IEEE-PCS (2014-2015)<p></li>
<li><p>Event Manager for Bazinga in RIVIERA'15 cultural festival</p></li>
<li><p> Worked as Member in IEEE-Computer Soceity of India(2015-2016)</p></li><li>
<p>Worked as Sports Manager in RIVIERA'17 cultural festival.</li>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div id="test-swipe-6"><div id="test-swipe-1">
<div class="container" align="center">
<div class="row">
<div class="col m8 offset-m2 8 offset-l2"><br>
<div class="container" align="left">
<p>R Saranya<br>D/O R Madhava Reddy<br>
Phone : +91 9908990409<br>
Email : saranyareddipalle@yahoo.in<br>
Address : 1-515, Reddy street Extension,<br>kattamanchi,chittoor</p><br><br>
<a href="https://www.facebook.com/saranya.reddy.3192" class="fa fa-facebook"></a> 
<a href="https://twitter.com/saranya2496" class="fa fa-twitter"></a> 
<a href="https://www.linkedin.com/in/saranya-reddy-a46a39104/" class="fa fa-linkedin"></a> 
<a href="https://github.com/saranyareddy24" class="fa fa-github"></a></div>
</div>
</div>
</div>
</div></div>
</body>
</html>