-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
494 lines (405 loc) · 27.9 KB
/
index.html
File metadata and controls
494 lines (405 loc) · 27.9 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
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="QhSYCZrWJ7_skoF4rySOmUS9GwrhUsCCvdvXshJO5iY"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="Favicon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="Favicon.png"/>
<meta name="mobile-web-app-capable" content="yes">
<style>
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}
</style>
<link type="text/css" rel="stylesheet" href="css">
<style>
.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{font-size:10px}
</style>
<style>
@media print { .gm-style .gmnoprint, .gmnoprint { display:none }}@media screen { .gm-style .gmnoscreen, .gmnoscreen { display:none }}</style><style type="text/css">.gm-style-pbc{transition:opacity ease-in-out;background-color:rgba(0,0,0,0.45);text-align:center}.gm-style-pbt{font-size:22px;color:white;font-family:Roboto,Arial,sans-serif;position:relative;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
</style>
<meta name="author" content="Saurabh Jojare">
<meta name="designer" content="Saurabh Jojare">
<meta name="description" content="I'm web developer with front end and back end development skills with a penchant for web, interaction design, and typography.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover, user-scalable=no">
<meta content='rgba(100, 100, 100, 0.5)' name='msapplication-navbutton-color'/>
<meta content='rgba(100, 100, 100, 0.5)' name='theme-color'/>
<link rel="icon" sizes="192x192" href="Favicon.png">
<link rel="alternate" href="https://saurabhjojare.github.io/" hreflang="en-us"/>
<title>Saurabh Jojare</title>
<!-- Royal Preloader CSS -->
<link href="royal_preloader.css" rel="stylesheet">
<!-- Google Icon CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- jQuery Files -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<!-- Parallax File -->
<script type="text/javascript" src="parallax.min.js"></script>
<!-- Animate css -->
<link rel="stylesheet" type="text/css" href="animate.min.css">
<!-- Royal Preloader -->
<script type="text/javascript" src="royal_preloader.min.js.download"></script>
<script type="text/javascript">
Royal_Preloader.config({
mode: 'number',
showProgress: false,
background: '#1d1d1d'
});
</script>
<!-- Stylesheets -->
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="ionicons.min.css" rel="stylesheet">
<link href="pe-icon-7-stroke.css" rel="stylesheet">
<link href="magnific-popup.css" rel="stylesheet">
<link href="logoiconfont.css" rel="stylesheet">
<!-- Style Switcher / remove for production -->
<link href="style-switcher.css" rel="stylesheet">
<!-- Alternate Stylesheets / choose what color and base you want and include the 2 files regularly AFTER style.css above -->
<link rel="alternate stylesheet" type="text/css" href="blue.css" title="blue">
<link rel="alternate stylesheet" type="text/css" href="green.css" title="green">
<link rel="alternate stylesheet" type="text/css" href="orange.css" title="orange">
<link rel="alternate stylesheet" type="text/css" href="red.css" title="red">
<link rel="alternate stylesheet" type="text/css" href="orangelight.css" title="orangelight">
<link rel="alternate stylesheet" type="text/css" href="pinkish.css" title="pinkish">
<link rel="alternate stylesheet" type="text/css" href="seagul.css" title="seagul">
<link rel="alternate stylesheet" type="text/css" href="base-light.css" title="base-light">
<script type="text/javascript" charset="UTF-8" src="common.js.download"></script>
<script type="text/javascript" charset="UTF-8" src="util.js.download"></script>
<script type="text/javascript" charset="UTF-8" src="marker.js.download"></script>
<style type="text/css">.gm-style {
font: 400 11px Roboto, Arial, sans-serif;
text-decoration: none;
}
.gm-style img { max-width: none; }</style>
</head>
<body class="" data-spy="scroll" data-target=".navbar" data-offset="70">
<!-- Begin Header -->
<header>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="row">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand scroll-link" href="#home" data-id="home"><span class="" style="color: #fff;"></span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home" data-id="home" class="scroll-link">Home</a></li>
<li class=""><a href="#Introduction" data-id="Introduction" class="scroll-link">Introduction</a></li>
<li class=""><a href="#Education" data-id="Education" class="scroll-link">Education</a></li>
<li class=""><a href="#About" data-id="About" class="scroll-link">About</a></li>
<li class=""><a href="#Work" data-id="Work" class="scroll-link">Work</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- End Header -->
<!-- Begin Jumbotron -->
<div class="jumbotron jumbotron-main" id="home">
<div id="particles-js">
<canvas class="particles-js-canvas-el" width="4047" height="1632" style="width: 100%; height: 100%;"></canvas></div><!-- /.particles div -->
<div class="container center-vertically-holder animated zoomIn" style="animation-delay: 3s;">
<div class="center-vertically">
<div class="col-sm-8 col-sm-offset-2 col-lg-6 col-lg-offset-3 text-center">
<h1 class="scaleReveal" data-sr-id="46" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
Saurabh Jojare <br><strong>Web Developer</strong>.
</h1>
<hr class="bottomReveal" data-sr-id="1" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<p class="bottomReveal" data-sr-id="2" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">I'm web developer with front end and back end development skills with a penchant for web, interaction design, and typography.</p>
<a href="#Introduction" data-id="Introduction" class="scroll-link">
<div class="scroll-indicator rotateBottomReveal" data-sr-id="40" style="; visibility: visible; -webkit-transform: translateY(0) scale(1) rotateX(0); opacity: 1;transform: translateY(0) scale(1) rotateX(0); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<span class="fa fa-angle-down"></span>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- End Jumbotron -->
<!-- Begin Intro -->
<!-- Begin Hello Intro -->
<section id="Introduction">
<div id="hello-intro" class="pt60 pb60">
<div class="container">
<div class="row">
<div class="col-lg-2 col-sm-3">
<h2 class="no-margin rotateLeftReveal" data-sr-id="44" style="; visibility: visible; -webkit-transform: translateX(0) scale(1) rotateX(0); opacity: 1;transform: translateX(0) scale(1) rotateX(0); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">Hello.</h2>
</div>
<div class="col-lg-10 col-sm-9 mt30-xs">
<h3 class="no-margin rightReveal" data-sr-id="22" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">I'm studying Bsc Computer Science at Modern College at Pune, India. during my Bsc, I have earned experience on high performance computing, software development, web development and database management.</h3>
</div>
</div>
</div>
</div>
<!-- End Hello Intro -->
<!-- Begin Quote Carousel -->
<div id="carousel" class="testimonial-carousel pt40 pb20">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<span class="fa fa-close"></span>
<h2 class="heading-3">Testimonials</h2>
<div class="fade-quote-carousel carousel slide" id="quote-carousel" data-ride="carousel" data-interval="5000">
<!-- Carousel indicators -->
<ol class="carousel-indicators">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1" class=""></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="item next left">
<blockquote>
<h3>Amar Ingale</h3>
<h4 style="line-height: 31px;color: #;font-size: 15px;">- Mechanical Engineer</h4>
<p>"Saurabh Jojare and I studied from childhood to till 12<sup>th</sup> class together.Saurabh had helped me in various subjects & problems whenever it's school or personal life.He is capable, intelligent and most creative personality, I have ever met. I have learned so much from him.He is committed and dedicated to his work. You will be never disappointed while working with him."<br>
</p>
</blockquote>
</div>
<div class="item active left">
<blockquote>
<h3>Jay Kanade </h3>
<h4 style="line-height: 31px;color: #;font-size: 15px;">- Electrical Engineer</h4>
<p>"I’m definitely recommending Saurabh to everyone. I can see so much confidence & potential in him, he is just great!. He always used do his work with lots of passion & interest. And as we know everyone different he is also thrilling personality. I always love the way he work and collaborate because of him hard work become easy. He always find a ways do it. And that's why it make him amazing."</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Quote Carousel -->
<!-- End Intro -->
<!-- Begin Services -->
<section id="Education" class="background2 section-padding">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>Education</h2>
<span class="section-divider"></span>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="services-box leftReveal" data-sr-id="13" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: all 0.6s ease 0s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: all 0.6s ease 0s, transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h3 class="service-name">BSC Computer Science</h3>
<p class="text-small">Modern College Of Arts, Science & Commerce, Pune, India <br>
<h5>July 2017 - Current</h5></p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="services-box leftReveal" data-sr-id="13" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: all 0.6s ease 0s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: all 0.6s ease 0s, transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h3 class="service-name">High School</h3>
<p class="text-small">Balbhim College, Beed<br>
<h5>School Year 2016</h5></p><br>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="services-box leftReveal" data-sr-id="13" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: all 0.6s ease 0s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: all 0.6s ease 0s, transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h3 class="service-name">School</h3>
<p class="text-small">Sanskar Vidyalaya, Beed<br>
<h5>School Year 2014</h5></p><br>
</div>
</div>
</section>
<!-- End Services -->
<!-- Begin About -->
<section id="About" class="background1 section-padding">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>About</h2>
<span class="section-divider"></span>
</div>
</div>
<div class="row mb15">
<div class="col-sm-5 leftReveal" data-sr-id="15" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Trade</h5>
<h3 class="mb15 no-margin-top">Designing, Developing, and <br>Innovating for people like you...</h3>
<p class="no-margin text-small">I'm currently unavailable for work, but you can take a look at my <a href="Resume.pdf"><strong>resume</strong></a> anyway.</p>
</div>
</div>
<div class="row mb30">
<div class="col-sm-3 mt30-xs rightReveal" data-sr-id="27" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Quote</h5>
<p class="no-margin text-small"><i>"Quality matters not the quantity."</i></p>
</div>
</div>
<div class="row mb15">
<div class="col-sm-5 leftReveal" data-sr-id="15" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Operating Systems</h5>
<h4 class="mb15 no-margin-top">Linux/UNIX, Macintosh OS & Windows (7, 8, 10)</h4>
</div>
</div>
<div class="row">
<div class="col-lg-7 col-sm-5 bottomReveal" data-sr-id="5" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Programming Skills</h5>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
HTML
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
CSS
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="57" aria-valuemin="0" aria-valuemax="100" style="width: 85%;">
Bootstrap
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 45%;">
JavaScript
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 50%;">
jQuery
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 50%;">
AngularJS
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
MySQL
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
PostgreSQL
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 75%;">
PHP
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 65%;">
C
</div>
</div>
<div class="progress">
<div class="progress-bar text-left" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 45%;">
C++
</div>
</div>
<div class="progress-meter mb30-xs">
<div class="meter meter-left" style="width: 30%;"><span class="meter-text">Beginner</span></div>
<div class="meter meter-left" style="width: 20%;"><span class="meter-text">Intermediate</span></div>
<div class="meter meter-right" style="width: 20%;"><span class="meter-text">Pro</span></div>
<div class="meter meter-right" style="width: 30%;"><span class="meter-text">Master</span></div>
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Begin Team -->
<section id="Work" class="background2 section-padding">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>Work</h2>
<span class="section-divider"></span>
</div>
</div>
<div class="row">
<div class="col-sm-4 leftReveal" data-sr-id="21" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Goal</h5>
<h3 class="no-margin-top mb15">To create a better and more functional world through the web.</h3>
<p class="no-margin text-small">I also have much knowledge of documentation & photography softwares like<strong> Google </strong> Docs, Slides, Sheets,<strong> Microsoft </strong>Word, Excel, PowerPoint, Tally & Adobe Photoshop.</p>
</div>
<div class="col-sm-8 mt20-xs rightReveal" data-sr-id="32" style="; visibility: visible; -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<h5 class="heading-1 mb20">Working Experiences</h5>
<p>
<ol type="1" start="1">
<li>Understanding of web application architecture and object-oriented design</li>
<li>Experience with knowledge of best practices, APIs and libraries</li>
<li>Implementing visual elements that users see and interact with in a web application</li>
<li>Developing techniques for mining semi-structured data sources (e.g., text, the Web)</li>
<li>Familiar with browsers compatibility</li>
<li>Strong attention to detail - from design through code to testing</li>
<li>Ability to work in a team</li>
<li>Designing and implementing the best web application possible</li>
</ol>
</p>
</div>
</div>
</div>
</section>
<!-- End Team -->
<!-- Begin Footer -->
<footer class="footer-padding">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<h2 class="theme-title">Thanks<span class="theme-title-smaller"><br><a href="https://reneshbedre.github.io/">Renesh Bedre</a></span></h2>
<a href="https://github.com/saurabhjojare"><span class="fa fa-github" style="color: #fff;margin-right: 8px;"></span></a>
<a href="https://www.instagram.com/jojaresaurabh/"><span class="fa fa-instagram" style="color: #fff; margin-right: 8px;"> </span></a>
<a href="https://www.linkedin.com/in/saurabhjojare"><span class="fa fa-linkedin" style="color: #fff; margin-right: 8px;"> </span></a>
<a href="https://www.facebook.com/jojaresaurabh"><span class="fa fa-facebook" style="color: #fff; margin-right: 8px;"> </span></a>
<a href="https://twitter.com/saurabhjojare"><span class="fa fa-twitter" style="color: #fff; margin-right: 8px;"> </span></a>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-small text-center">
<hr>
<a href="Resume.pdf" download style="color: #fff;"><button type="button" class="btn btn-primary btn-up-footer btn-lg">Download Resume</button></a>
<p class="no-margin">Made by Saurabh Jojare using Bootstrap</p>
</div>
</div>
</div>
</footer>
<!-- Begin Footer -->
<!-- Javascript Files -->
<script type="text/javascript" src="bootstrap.min.js.download"></script>
<script src="js" async="" defer=""></script>
<script type="text/javascript" src="particles.min.js.download"></script>
<script type="text/javascript" src="particlesRun.js.download"></script>
<script type="text/javascript" src="jquery.mixitup.js.download"></script>
<script type="text/javascript" src="jquery.inview.min.js.download"></script>
<script type="text/javascript" src="jquery.countTo.js.download"></script>
<script type="text/javascript">
/* ---- Counter (our count) ---- */
$('#ourcount').one('inview', function(event, isInView) {
if (isInView) {
$('.timer').countTo({speed: 3000});
}
});
</script>
<!-- Begin Inspectlet Embed Code -->
<script type="text/javascript" id="inspectletjs">
(function() {
window.__insp = window.__insp || [];
__insp.push(['wid', 78095209]);
var ldinsp = function(){ if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=78095209&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); };
setTimeout(ldinsp, 0);
})();
</script>
<!-- End Inspectlet Embed Code -->
<script type="text/javascript" src="jquery.magnific-popup.min.js.download"></script>
<script type="text/javascript" src="scrollreveal.min.js.download"></script>
<script type="text/javascript" src="style-switcher.js.download"></script>
<script type="text/javascript" src="main.js.download"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
</body>
</html>