-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (497 loc) · 23.7 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
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
<link rel="manifest" href="./icons/site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<title>Ganesh Shinde</title>
</head>
<body>
<header>
<h1 class="logo">GS</h1>
<div class="menu-toggle"></div>
<nav class="navbar" id="navbar">
<ul class="menu-items">
<li><a href="#main" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="clearfix"></div>
</header>
<section class="showcase-area" id="main">
<div class="showcase-container">
<div class="about-photo">
<img src="./img/My_photo.jpg" alt="Profile Photo">
</div>
<div class="show-text">
<h1 class="main-title">Hey there!<br>I'm <span>Ganesh Shinde</span><br></h1><br>
<p>Software Developer, <br> Programmer, AI-ML Enthusiast & Problem Solver.</p>
<a href="https://drive.google.com/file/d/1rDKS7WBqAJOfkuU3G9UDQAiVGSKAZ7za/view?usp=sharing"
target="_blank" class="btn btn-primary btn-secondary">View Resume</a>
</div>
</div>
</section>
<section id="about">
<div class="about-wrapper container">
<div class="about-text">
<h2 class="small">About Me</h2>
<!-- <h2>We've been Making Healthy Food for last 10 years</h2> -->
<p>Hey there! <br> I'm <span class="name">Ganesh Shinde</span>, Computer Science Undergraduate studying
at <a href="http://www.pccoepune.com/" target="_blank">Pimpri Chinchwad College of Engineering,
Pune</a>. I am a Programmer, Developer and AI-ML Enthusiast.</p>
<p>I enjoy building Mobile Apps and learning the ecosystem around them. I've been developing apps for
several months and learning new skills along the way which help me become a better developer. Also
enjoys working in Python, Machine learning, Data Science and Web Development. Have worked with
pandas, numpy, matplotlib, Keras and build various projects. Also loves to do competitive
coding.<br><br>
Currently I am, <br> - 🦸♂️ Android Tech Team member at <span><a href="https://github.com/dscpccoe"
target="_blank">DSC PCCOE</a></span> <br>
- 🔭 Learning Flutter and Web Development. <br>
- 🔭 Exploring Google Cloud Platform. <br>
- 👯 Looking to collaborate on App Development Projects and Machine Learning Projects. <br> </p>
<p>I enjoy learning new technologies in the ever-changing computer science field and thrive to build
upon my existing knowledge with experience.</p>
<div class="touch "><a href="#contact">Get in touch</a> </div>
</div>
<!-- <div class="about-img">
<img src="./img/about-photo.jpg" alt="About Us">
</div> -->
</div>
</section>
<section id="skills">
<h2 class="skills-heading">Skills</h2>
<div class="skills-container container">
<div class="skills-text">
<p>Programming Languages</p>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Python</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Java</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>CPP</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Dart</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>C</span></p>
</div>
</div>
</div>
<div class="skills-text">
<p>Software Development</p>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>HTML</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>CSS</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Bootstrap</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>XML</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Numpy</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Pandas</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Matplotlib</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>OpenCV</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Keras</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Tkinter</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>SQLite</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Firebase</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Android</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Flutter</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Git</span></p>
</div>
</div>
</div>
<div class="skills-text">
<p>ToolKit</p>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>VS Code</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>GitHub</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Android Studio</span></p>
</div>
</div>
<div class="box">
<div class="box-light">
<p><span>Jupyter Notebook</span></p>
</div>
</div>
</div>
<div class="contain">
<div class="box">
<div class="box-light">
<p><span>Spyder</span></p>
</div>
</div>
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="projects-container container">
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/TalkUpApp" target="_blank">
<img src="./img/projects/TalkUp_App.png" alt="TalkUp App" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>TalkUp App</b>, an Android chatting and media sharing Application just like Telegram and
What's App build using Firebase.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://play.google.com/store/apps/details?id=com.ganeshsuyash.mavalgisattendance"
target="_blank">
<img src="./img/projects/Attendance_App.png" alt="Maval GIS Attendance App" width="300"
height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Maval GIS Attendance App</b>, an Android App to Mark Attendance based on location for
Government Authorities in Pune Maval Region. Co-Developer: 1) Suyash Sonawane</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/PasswordManagerApp" target="_blank">
<img src="./img/projects/Password_Manager_App.png" alt="Password Manager App" width="300"
height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Password Manager App</b>, an Android App to store passwords of various accounts
using encryption-decryption algorithm.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://drive.google.com/drive/folders/1lSA1EkY7UJGrb09Vb7y7jurPF8_N1VAr?usp=sharing"
target="_blank">
<img src="./img/projects/Hand_Gesture.png" alt="Hand Gesture Recognition System" width="300"
height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Hand Gesture Recognition System</b> is a model which can be used to control system parts
using our Hand Gestures. This model can recognize upto 27 Hand Gestures.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/Simple-Calculator" target="_blank">
<img src="./img/projects/Calculator.png" alt="Calculator Application" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Calculator Application</b> is a simple Desktop Application to do simple maths calculation
build using Tkinter Library in python.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/TIC_TAC_TOE-Game" target="_blank">
<img src="./img/projects/Tic_Tac_Toe.png" alt="TIC TAC TOE Game" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>TIC TAC TOE</b>, a Two Player Game created using Python Tkinter Library.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/SpaceInvaderGame" target="_blank">
<img src="./img/projects/SpaceInvader.png" alt="Space Invader Game" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Space Invader</b>, a Simpe shooting Game created using Pygame module available in Python.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/PortfolioWeb" target="_blank">
<img src="./img/projects/Portfolio.png" alt="Portfolio" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Personal Website</b> to showcase my projects and achievements build using HTML, CSS and
JQuery.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/SnakeGame" target="_blank">
<img src="./img/projects/Snake.png" alt="Snake Game" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>Snake Game</b> is a Game created using Pygame module available in Python.</p>
</div>
</div>
<div class="card">
<div class="card-img">
<a href="https://github.com/Ganesh0403/TodoList" target="_blank">
<img src="./img/projects/Todolist.png" alt="TodoList App" width="300" height="300">
<div class="overlay"> </div>
</a>
</div>
<div class="card-text">
<p><b>TodoList App</b>, a Simple Flutter App which helps user keep a track of their daily activites.
</p>
</div>
</div>
</div>
</section>
<section id="certifications">
<h2>Certifications</h2>
<div class="certifications-container container">
<div class="inner-container">
<div>
<div class="box"><a href="./img/certifications/BigData_SQL.png" target="_blank"><img
src="./img/certifications/BigData_SQL.png" alt="Big Data SQL"></a></div>
<div class=" box"><a href="./img/certifications/DeepLearningSpecialization.png" target="_blank"><img
src="./img/certifications/DeepLearningSpecialization.png" alt="Deep Learning"></a></div>
<div class="box"><a href="./img/certifications/Android.png" target="_blank"><img
src="./img/certifications/Android.png" alt="Android"></a>
</div>
<div class="box"><a href="./img/certifications/C_training.png" target="_blank"><img
src="./img/certifications/C_training.png" alt="C Training"></a>
</div>
<div class="box"><a href="./img/certifications/MachineLearning.png" target="_blank"><img
src="./img/certifications/MachineLearning.png" alt="Machine Learning"></a>
</div>
<div class="box"><a href="./img/certifications/Plotting.png" target="_blank"><img
src="./img/certifications/Plotting.png" alt="Plotting Charting"></a>
</div>
<div class="box"><a href="./img/certifications/GoogleCloud1.png" target="_blank"><img
src="./img/certifications/GoogleCloud1.png"
alt="Essential Google Cloud Infrastructure: Foundation"></a>
</div>
<div class="box"><a href="./img/certifications/GoogleCloud2.png" target="_blank"><img
src="./img/certifications/GoogleCloud2.png" alt="Google Cloud Platform Fundamentals: Core
Infrastructure"></a>
</div>
<div class="box"><a href="./img/certifications/python.png" target="_blank"><img
src="./img/certifications/python.png" alt="Python Training"></a>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="contact-container container">
<div class="contact-image">
<img src="./img/contact_me.jpg" alt="">
</div>
<div class="form-container">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/xaylayaj" method="POST" id="my-form">
<input type="text" name="name" id="name" placeholder="Name" pattern="[a-zA-Z\s]+" required>
<input type="email" name="email" id="email" placeholder="E-Mail"
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}" required>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Type Your Message Here.."
required></textarea>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
<div id="status"></div>
</section>
<footer id="footer">
<div class="footer-right">
<a href="mailto:shindeg0304@gmail.com" target="_blank"><i class="far fa-envelope"></i></a>
<a href="https://m.facebook.com/profile.php?id=100026665876857" target="_blank"><i
class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/ganeshshinde23/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/ganesh-shinde-7782951a3/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/Ganesh0403" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.hackerrank.com/shindeg0304" target="_blank"><i class="fab fa-hackerrank"></i></a>
<a href="https://www.codechef.com/users/ganesh0403" target="_blank"><span class="iconify"
data-icon="simple-icons:codechef" data-inline="false"></span></a>
</div>
<div class="footer-left">
<p>Ganesh Shinde © 2021 all rights reserved.</p>
</div>
</footer>
<a href="#main" class="anchor-links">
<nav id="go_to_top_button">
<i class="fas fa-arrow-up fa-lg"></i>
</nav>
</a>
<script src="./main.js"></script>
<!-- ############################ for smooth scrolling ######################### -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).on('click', 'nav ul li', function () {
$(this).addClass('active').siblings().removeClass('active');
});
$(window).scroll(function () {
if ($(this).scrollTop() < 400) {
$('#go_to_top_button').hide();
} else {
$('#go_to_top_button').css('visibility', 'visible');
$('#go_to_top_button').css('opacity', 1);
$('#go_to_top_button').show();
}
});
</script>
<script>
$(document).ready(function () {
$('.menu-toggle').click(function () {
$('.menu-toggle').toggleClass('active');
$('.navbar').toggleClass('active');
$('.logo').toggleClass('active');
$('header').toggleClass('active');
});
$('.navbar').click(function () {
$('.navbar').toggleClass('active');
$('.menu-toggle').toggleClass('active');
$('.logo').toggleClass('active');
$('header').toggleClass('active');
});
// Add smooth scrolling to all links
$("a").on('click', function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>