-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
390 lines (281 loc) · 10.4 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
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="author" content="@toddmotto">
<link href="css/main.css" rel="stylesheet">
<link href="css/table.css" rel="stylesheet">
<link href="css/demo.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/gal.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<style type="text/css">
.top-bar {
margin-top: -5px;
background-color: black;
height: 1em;
width: 100%;
}
.header-pic {
margin: -5px auto;
display: block;
top: -110px;
/*left: 0%;*/
width: 105px;
height: 105px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
overflow: hidden;
border: 3px solid white;
z-index: 400;
background-color: white;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.name{
color: #0088cc;
font-family: 'AvenirNext-Thin';
font-weight: normal;
font-size: 2.15em;
/*margin-top: 1em;*/
margin-bottom: 0.5em;
text-align: center;
/*margin-left: 0px;*/
margin-top: -50px;
/*margin-bottom: 30px;*/
}
hr {
margin-top: 50px;
margin-left: 250px;
width: 70%;
border-top: 2px solid black;
border-bottom: 1px solid #ffffff;
}
#social
{
z-index: 999;
position: fixed;
top: 430px;
right: 20px;
margin-top: 20px;
margin-left: 250px;
float:right;
}
ul.inl{
list-style-type: none;
}
/*ul.inl li{
display: inline;
}*/
#ppic{
float: left;
width:300px;
margin-left: -20px;
}
#pdesc{
/*float: right;*/
text-align: center;
width: 800px;
}
.resume{
margin: 50px 0 0 -20px;
}
.welcome{
margin-top: -20px;
text-align: center;
margin: auto;
font-size: 20px;
font-weight: bold;
}
p
{
font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;
font-size: 17px;
color: #2c3e50;
font-weight: 200;
}
strong{font-weight: bold;}
a{
color: #225533;
}
.work{
margin-top: 30px;
}
.gal{
background:#e16461;
}
.contact
{
margin-top: 30px;
margin-left: -30px;
padding: 10px 10px 10px 10px;
background: #F0F0ED;
text-align:center;
}
</style>
<body>
<div class="toggle" >
<img src="cover.jpg" height="400px" width="100%">
</div>
<div class="top-bar"></div>
<span class="header-pic" id="slide">
<img src="cpic.jpg" alt="">
</span>
<div class="name"><b>HARSHITH</b> PADIGELA </div>
<div class="welcome" > Hi!
Welcome to my Home Page<br>
Wish to know more about me? Then go ahead and unlock my details by clicking on me<br>
</div>
<div class="wrapper">
<div class="main" id="profile">
<!-- tabs -->
<div class="tabs">
<a href="#" data-tab="1" class="tab active">HOME</a>
<a href="#" data-tab="2" class="tab">PROJECTS</a>
<a href="#" data-tab="3" class="tab">RESUME</a>
<a href="#" data-tab="6" class="tab">WORK</a>
<a href="#" data-tab="4" class="tab">SKILLS</a>
<a href="#" data-tab="5" class="tab">CONTACT</a>
<div data-content="1" class="content active">
<div style="margin-top:30px;">
<span id="ppic">
<img src="ppic1.jpg">
</span>
<span id="pdesc">
<br>
<p>
Hi, I'm Harshith Padigela, a Pre-Final year undergraduate student currently pusuing my B.Tech in computer science at
<strong><a href="www.iitg.ernet.in">Indian Institute of Technology, Guwahati.</a></strong>
<br><br>
I am an avid reader and like delving into the net on science and sports. I am an occassional coder and try my hands at web, android and game development. </br><br>
I am intersted in exploring and learing from data and its applications in <strong><a href="http://en.wikipedia.org/wiki/Web_intelligence">web intelligence</a></strong> and <strong><a href="http://en.wikipedia.org/wiki/Machine_learning
"> machine learning</a></strong>.
</p>
</span>
</div>
</div>
<div data-content="2" class="content">
<p>Check out my projects on <strong><a href="https://github.com/harshith2794?tab=repositories">GitHub</a></strong></p>
</div>
<div data-content="3" class="content">
<div class="resume">
<h3 style="text-align:center;">Click <a href="Harshith Padigela.pdf">here</a> to download the file</h3>
<br>
<object data="Harshith Padigela.pdf" type="application/pdf" width="100%" height="2200px">
<embed src="Harshith Padigela.pdf" type="application/pdf" width="100%" height="100%"/>
</object>
</div>
</div>
<div data-content="4" class="content">
<table class="financial">
<thead>
<tr>
<th>Programming Languages</th>
<th>C, C++, Java,Python, Visual Basic</th>
</tr>
<tr>
<th>Softwares</th>
<th>MS Office , Eclipse IDE, Visual Studio</th>
</tr>
<tr>
<th>Web Development</th>
<th>HTML, PHP, CSS, Java Script (basics), MySQL</th>
</tr>
<tr>
<th> Tools and Frameworks</th>
<th>Latex, Twitter Bootstrap</th>
</tr>
</thead>
</table>
</div>
<div data-content="5" class="content">
<div class="contact">For any queries/details about me or any of my projects feel free to contact me anytime at <a href="#">[email protected]</a> or <a href="#">[email protected]</a> <br>
<br>
You can reach me by phone at +91 8011-240-322<br>
</div>
</div>
<div data-content="6" class="content">
<div class="work">
<h2>Organisational and Social Activities:</h2>
<br>
<p>I was one of the Chief organisers of the <b><a href="www.marathon.techniche.org">Guwahati Half Marathon</a></b> 2013 and of lead a team which went on to organise the biggest half-marathon in North-East India with a particiaption of close to 3000 runners comprising of professionals, local public, school & college students. <br>
<br>
Core Team member of <b><a href="www.techniche.org">Techniche</a></b> 2013- the annual techfest of IIT-Guwahati. Worked with an awesome team which pulled in days and nights to conduct one of the biggest Techno-Management festivals of India.</p>
</div>
<br>
<div class="gal"><div class="superbox">
<div class="superbox-list">
<img src="img/superbox/superbox-thumb-1.jpg" data-img="img/superbox/superbox-full-1.jpg" alt="" class="superbox-img">
</div><!--
--><div class="superbox-list">
<img src="img/superbox/superbox-thumb-2.jpg" data-img="img/superbox/superbox-full-2.jpg" alt="" class="superbox-img">
</div><!--
--><div class="superbox-list">
<img src="img/superbox/superbox-thumb-3.jpg" data-img="img/superbox/superbox-full-3.jpg" alt="" class="superbox-img">
</div><!--
--><div class="superbox-list">
<img src="img/superbox/superbox-thumb-4.jpg" data-img="img/superbox/superbox-full-4.jpg" alt="" class="superbox-img">
</div><!--
--><div class="superbox-list">
<img src="img/superbox/superbox-thumb-5.jpg" data-img="img/superbox/superbox-full-5.jpg" alt="" class="superbox-img">
</div><!--
--><div class="superbox-list">
<img src="img/superbox/superbox-thumb-6.jpg" data-img="img/superbox/superbox-full-6.jpg" alt="" class="superbox-img">
</div></div>
</div>
</div>
</div>
<!-- /tabs -->
</div>
</div>
<hr>
<div id="social">
<ul>
<li class="fb"> <img src="social/fb.png" onmouseover="this.src='social/fb_hover.png'" onmouseout="this.src='social/fb.png'"> </li>
<li class="twit"> <img src="social/twit.png" onmouseover="this.src='social/twit_hover.jpg'" onmouseout="this.src='social/twit.png'"> </li>
<li class="g+"> <img src="social/g+.png" onmouseover="this.src='social/g+_hover.jpg'" onmouseout="this.src='social/g+.png'"> </li>
<li class="ln"> <img src="social/in.png" onmouseover="this.src='social/ln_hover.png'" onmouseout="this.src='social/in.png'"> </li>
</ul>
</div>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>');
</script>
<script src="js/superbox.js"></script>
<script>
$( document ).ready(function() {
$('#profile').hide();
document.getElementById("slide").style.marginLeft="40px";
// document.getElementById("slide").style.left="10%";
});
$("#slide").click(function () {
$('.toggle').slideToggle(800);
$('#profile').show(100);
$( ".welcome" ).remove();
$(".name").css({"margin-top": "15px"});
$(".top-bar").css({"height":"1.5em"});
$("#slide").animate( {marginLeft:"610px"}, 800);
// document.getElementById("slide").style.marginLeft="auto";
// document.getElementById("slide").style.left="50%";
});
$(function () {
$('[data-tab]').on('click', function (e) {
$(this)
.addClass('active')
.siblings('[data-tab]')
.removeClass('active')
.siblings('[data-content=' + $(this).data('tab') + ']')
.addClass('active')
.siblings('[data-content]')
.removeClass('active');
e.preventDefault();
});
});
$(function() {
// Call SuperBox
$('.superbox').SuperBox();
});
</script>
</body>
</html>