-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
496 lines (407 loc) · 23.9 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
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
495
496
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156853760-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156853760-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<meta name="theme-color" content="#21695a">
<title>Onkar Shaligram </title>
<link rel="shortcut icon" href="https://www.clipartmax.com/png/middle/132-1326818_icon-smoke-fire-flame-icon-black-png.png" type="image/x-icon"/>
<link rel="stylesheet" href="assets/styles/style-index.css">
<script src="https://www.google.com/recaptcha/api.js?onload=reCaptchaCallback&render=explicit" async defer></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script>
//paste this code under head tag or in a seperate js file.
// Wait for window load
$(window).load(function() {
// Animate loader off screen
$(".se-pre-con").fadeOut("slow");;
});
</script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<div class="se-pre-con"></div>
<!--
Sticky Navigation bar
-->
<nav class="navbar navbar-inverse navbar-fixed-top" style="background-color: rgba(0, 0, 0, 0.8); height: 6%;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-target="#myNavbar" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<script>
$(document).click(function (event) {
var clickover = $(event.target);
var $navbar = $(".navbar-collapse");
var _opened = $navbar.hasClass("in");
if (_opened === true && !clickover.hasClass("navbar-toggle")) {
$navbar.collapse('hide');
}
});
</script>
</button>
<a class="navbar-brand" href="#" style="color: white; font-size: 130%; letter-spacing: 0.3px;"><strong>Onkar Shaligram </strong><span class="wave">👋</span></a>
</div>
<div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#github_contributions">Github</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact Me</a></li>
<li><a href="https://pages.razorpay.com/pl_EffHr7eq0RB0xN/view" target="blank" style="color: yellow;">Donate</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!--
Main Content
-->
<main>
<div id="particles-js"> </div>
<!--
Main Header/Home
-->
<section id="header">
<header class="profile">
<img src="DSC_1032-reduced.jpg" alt="Onkar Shaligram's Image" class="profile__image">
<h1 class="profile__name">Onkar</h1>
<h1 class="profile__name">Shaligram</h1>
<hr>
<p class="profile__profession"> <a class="typewrite" data-period="2000" data-type='["Web developer.", "Android developer.", "AI/ML geek.", "UI/UX Designer." ]'>
</a></p>
<div class="socialMedia">
<a href="https://twitter.com/shaligram_onkar" target="_blank">
<i class="fab fa-twitter socialMedia__icon"></i>
</a>
<a href="#" target="_blank">
<i class="fab fa-instagram socialMedia__icon"></i>
</a>
<a href="https://www.linkedin.com/in/onkar-shaligram-a9799b190/" target="_blank">
<i class="fab fa-linkedin socialMedia__icon"></i>
</a>
<a href="https://github.com/onkar-shaligram" target="_blank">
<i class="fab fa-github socialMedia__icon"></i>
</a>
</div>
<a href="https://drive.google.com/file/d/1jDCprTy32qWx_fuJnDwVd5ECZ-VMwpxQ/view?usp=share_link" target="_blank" class="profile__link">My Resume</a>
</header>
</section>
<!--
WebSite Content
-->
<div class="content">
<!--
About Me Section
-->
<section id="about" class="paddingTop">
<h1 class="content__heading">About Me</h1>
<hr>
<p class="content__para">
Hey, I'm Onkar Shaligram, a 19-year-old undergrad, currently living in Bhopal (MP), India. Originally from Pune (MH), India.
</p>
<p class="content__para">
I am a programmer with intermidiate knowledge of front-end & back-end techniques. I love spending time on fixing little details and optimizing web apps. Also I like working in a team, as you learn faster and much more. As the saying goes: <br> 'Two heads are better than one.!!'.
</p>
<p class="content__para">
I will be earning a degree in Bachelor of Technology in Computer Science from VIT Bhopal University probably in 2023.
</p>
<p class="content__para">If you wish to connect with me, then find me at
<a href="https://twitter.com/shaligram-onkar" target="_blank" class="content__link">Twitter</a>,
<a href="https://www.linkedin.com/in/onkar-shaligram-a9799b190/" target="_blank" class="content__link"> Linkedin</a> and also on
<a href="https://github.com/onkar-shaligram" target="_blank" class="content__link">Github</a>.
</p>
<p class="content__para">
<strong>
<a href="https://rzp.io/l/4l0UoiD" class="content__link content__link--contact" id="donate" target="_blank">Did you like the website? or got inspired? or copied the theme? No problem! Just buy me a starbucks and make me happy!!!</a>.
</strong>
</p>
</section>
<!--
Skills Section
-->
<section id="skills" class="paddingTop">
<h1 class="content__heading">My Skills</h1>
<hr>
<p class="content__para textCenter">The Technologies / Frameworks that I have gained / Tried so far are listed below:</p>
<div class="flexParent">
<figure class="flexParent__skill">
<svg class="logo" viewBox="0 0 128 128">
<use xlink:href="assets/images/svg/svg-sprite.svg#icon-html"></use>
</svg>
<figcaption>HTML5</figcaption>
</figure>
<figure class="flexParent__skill">
<svg class="logo" viewBox="0 0 128 128">
<use xlink:href="assets/images/svg/svg-sprite.svg#icon-css"></use>
</svg>
<figcaption>CSS</figcaption>
</figure>
<figure class="flexParent__skill">
<svg class="logo" viewBox="0 0 128 128">
<use xlink:href="assets/images/svg/svg-sprite.svg#icon-js"></use>
</svg>
<figcaption>JavaScript</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="assets/icons/bootstrap4.png" style="width: 110px; height: 105px;"/>
<figcaption>Bootstrap</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/c-plus-plus-logo.png"/>
<figcaption>C++</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/c-programming.png"/>
<figcaption>C</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/firebase.png"/>
<figcaption>fireBase</figcaption>
</figure>
<figure class="flexParent__skill">
<svg class="logo" viewBox="0 0 128 128">
<use xlink:href="assets/images/svg/svg-sprite.svg#icon-java"></use>
</svg>
<figcaption>Java</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/flutter.png"/>
<figcaption>Flutter</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/source-code.png"/>
<figcaption>Dart</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/git.png"/>
<figcaption>Git</figcaption>
</figure>
<figure class="flexParent__skill">
<img src="https://img.icons8.com/color/100/000000/python.png"/>
<figcaption>Python</figcaption>
</figure>
</div>
</section>
<section id="Technical" class="paddingTop">
<h1 class="content__heading">Technical Skills</h1>
<hr>
<div class="flexParent">
<div class="container">
<div class="row">
<div class="col-md-6" id="progress_head">C
<div class="progress">
<a data-toggle="tooltip" title="80%">
<div class="progress-bar" role="progressbar" style="background-color:#ce2525;width:80%"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
<div class="col-md-6" id="progress_head">C++
<div class="progress">
<a data-toggle="tooltip" title="80%">
<div class="progress-bar" role="progressbar" style="background-color:#eff317;width: 80%;"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
</div>
<div class="row">
<div class="col-md-6" id="progress_head">HTML
<div class="progress">
<a data-toggle="tooltip" title="70%">
<div class="progress-bar" role="progressbar" style="background-color: #ff86e4;width: 50%;"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
<div class="col-md-6" id="progress_head">CSS
<div class="progress">
<a data-toggle="tooltip" title="70%"> <div class="progress-bar" role="progressbar" style="background-color:#ffa600;width: 50%"
aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
</div>
<div class="row">
<div class="col-md-6" id="progress_head">Flutter
<div class="progress">
<a data-toggle="tooltip" title="60%"> <div class="progress-bar" role="progressbar" style="background-color:#1714d4;width: 80%"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
<div class="col-md-6" id="progress_head">JavaScript
<div class="progress">
<a data-toggle="tooltip" title="30%"> <div class="progress-bar" role="progressbar" style="background-color:#14f300;width: 30%"
aria-valuenow="76" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
</div>
<div class="row">
<div class="col-md-6" id="progress_head">Git
<div class="progress">
<a data-toggle="tooltip" title="80%"> <div class="progress-bar" role="progressbar" style="background-color:#a82296;width: 80%"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
<div class="col-md-6" id="progress_head">Python
<div class="progress">
<a data-toggle="tooltip" title="30%"> <div class="progress-bar" role="progressbar" style="background-color:#56ceaa;width: 30%"
aria-valuenow="76" aria-valuemin="0" aria-valuemax="100"></div>
</div></a> <br>
</div>
</div>
</div>
</section>
<h1 class="content__heading paddingTop" id="projects">PROJECTS</h1>
<hr>
<p class="content__para textCenter">All my projects can be found on my <strong><a href="https://github.com/onkar-shaligram"target="_blank" style="text-decoration: none; color: #0138B7;">Github</a> </strong> account</p>
<div class="flexParent">
<a href="https://github.com/onkar-shaligram/CoffeeWala_app" target="_blank" style="text-decoration: none; color: #000000;">
<figure class="flexParent__skill">
<img src="https://img.icons8.com/material/100/000000/tea-cup.png"/>
<figcaption>CoffeeWala App</figcaption>
</figure>
</a>
<a href="https://onkar-shaligram.github.io/" target="_blank" style="text-decoration: none; color: #000000;">
<figure class="flexParent__skill">
<img src="https://img.icons8.com/wired/100/000000/domain.png"/>
<figcaption>Portfolio Website</figcaption>
</figure>
</a>
<a href="https://github.com/onkar-shaligram/Video-calling-using-agora" target="_blank" style="text-decoration: none; color: #000000;">
<figure class="flexParent__skill">
<img src="https://img.icons8.com/material/100/000000/video-call.png"/>
<figcaption>Video Calling App</figcaption>
</figure>
</a>
</div>
<div class="flexParent">
<a href="https://github.com/onkar-shaligram/Word-count-visualizer" target="_blank" style="text-decoration: none; color: #000000; " >
<figure class="flexParent__skill"">
<img src="https://img.icons8.com/wired/100/000000/domain.png"/>
<figcaption>Word count visualizer</figcaption>
</figure>
</a>
</div>
<!--
Contact Me Section
-->
<section id="contact" class="paddingTop">
<h1 class="content__heading paddingTop">Get in Touch</h1>
<hr>
<form class="contactForm js-contactForm" id="ajaxForm" action="https://formcarry.com/s/G-4SQ70qhCMS" method="POST" accept-charset="UTF-8">
<form id="my-formcarry" accept-charset="UTF-8">
...
<div class="inputFields">
<input type="text" placeholder="Name" id="name" class="contactForm__input input" name="name" autocomplete="name" required>
<input type="email" placeholder="Email" id="email" class="contactForm__input input" name="email" autocomplete="email" required>
</div>
<input type="text" placeholder="Subject" name="subject" class="contactForm__input subject" required>
<textarea name="message" id="message" class="contactForm__input textBox" cols="30" rows="10" placeholder="Message" required></textarea>
<div id="g-recaptcha"></div>
<br />
<input type="submit" name="submit" value="Send Message" class="contactForm__submit">
</form>
<script src="https://carrier.formcarry.com/js/v1.js"></script>
<script>
formcarry({
form: "G-4SQ70qhCMS",
// id or the class name of the form element, only form element allowed
// works with css selectors
// # <= for id
// . <= for class
element: "#my-formcarry",
extraData: {
// add whatever you want
screenSize: `${window.screen.width}x${window.screen.height}`,
language: window.navigator.language,
},
// Success callback, you can show alert messages
// or redirect the user in this function
onSuccess: function(response){
alert(response)
},
// Error callback, a good place to show errors 🗿
onError: function(error){
alert(error)
}
});
</script>
<div id="submitSuccess" class="successBox">
<p class="successMsg" id="successMsg">Message Sent!</p>
</div>
</section>
</div>
</main>
<!--
footer
-->
<footer class="footer">
<div class="socialMedia">
<a href="https://twitter.com/shaligram_onkar" target="_blank">
<i class="fab fa-twitter socialMedia__icon"></i>
</a>
<a href="https://www.instagram.com/" target="_blank">
<i class="fab fa-instagram socialMedia__icon"></i>
</a>
<a href="https://www.linkedin.com/in/onkar-shaligram-a9799b190/" target="_blank">
<i class="fab fa-linkedin socialMedia__icon"></i>
</a>
<a href="https://github.com/onkar-shaligram" target="_blank">
<i class="fab fa-github socialMedia__icon"></i>
</a>
</div>
<p class="copyright">© Onkar Shaligram</p>
</footer>
<!--
Various Scripts
-->
<script src="assets/scripts/smooth-scroll.polyfills.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/solid.js" integrity="sha384-Z7p3uC4xXkxbK7/4keZjny0hTCWPXWfXl/mJ36+pW7ffAGnXzO7P+iCZ0mZv5Zt0"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/brands.js" integrity="sha384-ZqDZAkGUHrXxm3bvcTCmQWz4lt7QGLxzlqauKOyLwg8U0wYcYPDIIVTbZZXjbfsM"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/fontawesome.js" integrity="sha384-juNb2Ils/YfoXkciRFz//Bi34FN+KKL2AN4R/COdBOMD9/sV/UsxI6++NqifNitM"
crossorigin="anonymous"></script>
<script src="assets/scripts/script-index.js" onload="blink();"></script>
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="https://carrier.formcarry.com/js/v1.js"></script>
<script src="assets/scripts/particles.min.js"></script>
<script src="assets/scripts/app.js"></script>
<!-- Default Statcounter code for Portfolio Website
https://onkar-shaligram.github.io/ -->
<script type="text/javascript">
var sc_project=12353281;
var sc_invisible=1;
var sc_security="3032f0f0";
var sc_https=1;
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - StatCounter" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/12353281/0/3032f0f0/1/"
alt="Web Analytics Made Easy -
StatCounter"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>