-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
719 lines (629 loc) · 30.8 KB
/
index.html
File metadata and controls
719 lines (629 loc) · 30.8 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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Siddhesh Karekar - Portfolio</title>
<!-- Font-Awesome 4.7.0 -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Body font-->
<link href="https://fonts.googleapis.com/css?family=Karla:400,700" rel="stylesheet">
<!-- Styles -->
<link href="/css/agency.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#212529">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Siddhesh Karekar</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#introduction">Intro</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome to my showcase!</div>
<div class="intro-heading text-uppercase">Pleased to meet you!</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#introduction">Get Started</a>
</div>
</div>
</header>
<!-- Introduction -->
<section class="bg-light" id="introduction">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Introduction</h2>
<!--<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>-->
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<h4 class="service-heading">About me</h4>
<p>Hi there! I'm Siddhesh Karekar, a graduate student at the University of Southern
California, pursuing my MS in Computer Science.</p>
<p>Since May 2018, I'm a Full Stack Developer Intern at <a href="//supplyframe.com/">SupplyFrame</a> in Pasadena, CA. As a Framer, I'm mainly working on <a href="//hac.io/">Hackaday.io</a>, a community for hardware enthusiasts and innovators. Check it out!</p>
<p>Coding since the age of 13, software development and innovation has always been my
passion. I have fueled it by developing several projects. Keep scrolling to check them out, also feel free to get in touch with me at <a href="mailto:siddhesh.r.karekar@gmail.com">siddhesh.r.karekar@gmail.com</a>!</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Portfolio</h2>
<h3 class="section-subheading">
Click on a thumbnail to learn
more, then click close or hit <code>Esc</code> to return.
Some projects have <i class="fa fa-external-link"></i> links to view them live!
</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalNavvyGate">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-exclamation-triangle fa-3x"></i>
<div>Under Construction</div>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/navvygate/thumb.jpg" alt="NavvyGate Screenshot">
</a>
<div class="portfolio-caption">
<h4>NavvyGate <a target="_blank" href="https://navvygate.herokuapp.com"><i class="fa fa-external-link"></i></a></h4>
<p class="text-muted">AngularJS SPA + Android App</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalFruitRage">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/fruitrage/thumb.jpg" alt="Super Fruit Riot logo">
</a>
<div class="portfolio-caption">
<h4>Super Fruit Riot</h4>
<p class="text-muted">Android Game</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalDeimos">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/deimos/thumb.jpg" alt="Deimos screenshot">
</a>
<div class="portfolio-caption">
<h4>Deimos</h4>
<p class="text-muted">Data Mining System in Java/JavaFX</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalLivFit">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/livfit/thumb.jpg" alt="LivFit Thumbnail">
</a>
<div class="portfolio-caption">
<h4>LivFit <a target="_blank" href="http://livfit.byethost14.com"><i class="fa fa-external-link"></i></a></h4>
<p class="text-muted">PHP/MySQL site for fitness enthusiasts</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalLightTheVoid">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-exclamation-triangle fa-3x"></i>
<div>Under Construction</div>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/lightthevoid/thumb.jpg" alt="NavvyGate Screenshot">
</a>
<div class="portfolio-caption">
<h4>Light the Void</h4>
<p class="text-muted">Android/iOS Game in Unity</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalGrylle">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/grylle/thumb.jpg" alt="Grylle Thumbnail">
</a>
<div class="portfolio-caption">
<h4>Grylle <a target="_blank" href="/grylle/"><i class="fa fa-external-link"></i></a></h4>
<p class="text-muted">Web page design using compatible CSS</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalDbTrack">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/dbtrack/thumb.jpg" alt="DbTrack logo">
</a>
<div class="portfolio-caption">
<h4>DbTrack</h4>
<p class="text-muted">Employee Tracking System in ASP .NET/C#</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalDots">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/dots/thumb.jpg" alt="Dots game screenshot">
</a>
<div class="portfolio-caption">
<h4>Dots</h4>
<p class="text-muted">Game in Java/Swing</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModalYouTube">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="/img/portfolio/karaoke/thumb.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>YouTube Channel <a target="_blank" href="https://www.youtube.com/user/SiddheshRKarekar"><i class="fa fa-external-link"></i></a></h4>
<p class="text-muted">Instrumentals and Lyric Videos</p>
</div>
</div>
</div>
</div>
</section>
<!-- Connect -->
<section class="bg-light" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact</h2>
<p>Connect with me on social platforms - or just email me at <a href="mailto:siddhesh.r.karekar@gmail.com">siddhesh.r.karekar@gmail.com</a></p>
<!--<p>Or, just email me at <a href="mailto:siddhesh.r.karekar@gmail.com">siddhesh.r.karekar@gmail.com</a></p>-->
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/img/team/1.jpg" alt="">
<h4>Siddhesh Karekar</h4>
<p class="text-muted"></p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="mailto:siddhesh.r.karekar@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/siddhesh-karekar">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sidrk">
<i class="fa fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com/user/SiddheshRKarekar">
<i class="fa fa-youtube"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/siddhesh.r.karekar">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/siddhesh.r.karekar/">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>-->
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="copyright">Copyright © Siddhesh Karekar 2018</span>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal Super Fruit Riot -->
<div class="portfolio-modal modal fade" id="portfolioModalFruitRage" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Super Fruit Riot</h2>
<p class="item-intro">
<span class="badge badge-primary">Android</span>
<span class="badge badge-primary">Artificial Intelligence</span>
<span class="badge badge-primary">Game</span>
</p>
<p>Super Fruit Riot is an Android game similar to Candy Crush, with the interesting twist that you play
against an AI, as compared to most variants where you aim to outscore yourself.
</p>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/fruitrage/screenshot.jpg" alt="Super Fruit Riot screenshot">
<p>The AI is a Minimax agent with Alpha-Beta pruning. It dynamically selects a lookahead depending on
its remaining team. The objective of the game is to score more points than the AI before the board
runs out of fruits.</p>
<p>This project was co-developed with Rohit Sahasrabuddhe, my classmate at the University of Southern
California. I additionally designed custom 2D art assets for this game in Adobe Photoshop.</p>
<p>(The original command-line game, 'Fruit Rage', was developed as an assignment for the Artificial
Intelligence course at USC, later reinvented by us as a fun visual game.)</p>
<ul class="list-inline">
<li>Date: October 2017 - January 2018</li>
<li>Links: <a href="https://git.io/vNkCJ">GitHub repository</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal DbTrack -->
<div class="portfolio-modal modal fade" id="portfolioModalDbTrack" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">DbTrack</h2>
<p class="item-intro">
<span class="badge badge-primary">ASP.NET</span>
<span class="badge badge-primary">C#</span>
<span class="badge badge-primary">Training</span>
<span class="badge badge-primary">Maintenance</span>
<span class="badge badge-primary">Technical Support</span>
</p>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/dbtrack/home.jpg" alt="DbTrack image">
<p>DbTrack was developed by students of K. J. Somaiya College of Engineering (Hemang Tailor, Chintan
Doshi and Akshat Gandhi) to help officers of the Mumbai Anti-Corruption Bureau (ACB) to manage their
employees.</p>
<!--<p>It contained features such as keeping employee records, managing communication and generating reports.</p>-->
<p>In 2015, the ACB needed updates to the system with additional features. I revised the login module
and storage mechanisms, implementing additional security features such as CAPTCHA, password hashing
and a password reset function.</p>
<p>My responsibilities also included providing technical support using TeamViewer to solve
configuration and network issues, and deploying the updated software on the ACB computers.</p>
<p>In a team of 6 including myself, we conducted several training sessions for the police to educate
them on the software's usage, and prepared technical documentation in both English and the native
language, Marathi.</p>
<figure class="figure">
<img class="figure-img img-fluid d-block mx-auto rounded" src="/img/portfolio/dbtrack/team.JPG" alt="DbTrack team">
<figcaption class="figure-caption">From the left: Ashutosh Mahajan, Bhushan Pathak, Siddhesh Karekar
(me), Aditya Godambe, Chinmay Karanjkar, Amogh Bhabal.</figcaption>
</figure>
<p> K. J. Somaiya College of Engineering awarded us with a Letter of Appreciation for our efforts.</p>
<ul class="list-inline">
<li>Date: March 2015 - February 2016</li>
<li>Client: Anti-Corruption Bureau, Mumbai, India</li>
<li>Links: <a href="files/dtrack_loa_srk.pdf">Letter of Appreciation</a>, <a href="http://acbmaharashtra.gov.in/default.asp">Anti-Corruption
Bureau website</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Deimos -->
<div class="portfolio-modal modal fade" id="portfolioModalDeimos" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Deimos</h2>
<p class="item-intro">
<span class="badge badge-primary">Java</span>
<span class="badge badge-primary">JavaFX GUI</span>
<span class="badge badge-primary">Oracle</span>
<span class="badge badge-primary">Data Mining</span>
<span class="badge badge-primary">Neural Network</span>
</p>
<p>For any organization that serves customers, profiling their users is important, so as to target them
with relevant information.</p>
<p>Deimos is a Java-based system that aims to help doing the same. It estimates the user's demographic
attributes - specifically, their age, gender and interests, by analyzing web pages they have visited.</p>
<p>It uses a TF-IDF classifier to analyize browser history, which is later fed into a neural network to
generate output. The system allows visualizing output in the form of a nice tag cloud:</p>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/deimos/predict.jpg" alt="">
<p>During our tests, the system was applied to shopping website data to profile viewers based on
visited web pages, and performed with reasonable accuracy.</p>
<p>We've published a research paper in the International Journal of Computer Applications (IJCA) on our
results! You can find a link to the research we've published, as well as the source code on GitHub
below.</p>
<ul class="list-inline">
<li>Date: May 2016 - May 2017</li>
<li>Client: K. J. Somaiya College of Engineering (final year project)</li>
<li>Team: Siddhesh Karekar (leader), Bhushan Pathak, Amogh Bhabal</li>
<li>Links: <a href="http://www.ijcaonline.org/archives/volume171/number4/28167-2017915012">Research
Paper at IJCA</a>, <a href="https://git.io/vNkCq">GitHub repository</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Dots -->
<div class="portfolio-modal modal fade" id="portfolioModalDots" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Dots</h2>
<p class="item-intro">
<span class="badge badge-primary">Java</span>
<span class="badge badge-primary">Swing GUI</span>
<span class="badge badge-primary">Game</span>
</p>
<p>Dots is an attempt to recreate the pencil-and-paper children's game of Dots and Boxes.
<p>The game features a Swing GUI, but is also fully functional via the console. The GUI allows you to
customize the number of players, each player getting their own unique color.</p>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/dots/screenshot.jpg" alt="Dots screenshot">
<p>Rules are the same: Players take turns joining two horizontally or vertically adjacent dots by a
line. When a player completes a 1×1 box, they 'win' that square and play again. The player
who has colored more boxes wins when all boxes are colored.</p>
<ul class="list-inline">
<li>Date: September 2014 - October 2014</li>
<li>Client: K. J. Somaiya College of Engineering (coursework for Object-Oriented Programming)</li>
<li>Links: <a href="https://github.com/sidrk/dots-swing">GitHub repository</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal LivFit -->
<div class="portfolio-modal modal fade" id="portfolioModalLivFit" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">LivFit</h2>
<p class="item-intro">
<span class="badge badge-primary">PHP</span>
<span class="badge badge-primary">MySQL</span>
<span class="badge badge-primary">XML</span>
<span class="badge badge-primary">XSLT</span>
</p>
<div>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/livfit/dietplanner.jpg" alt="LivFit Diet Planner Screenshot">
<p>Livfit is a fitness website made in a team of 4 using PHP, XML and JavaScript, showcasing features
like:
<br>- Workout planner (Sign-in required)
<br>- Diet planner (Sign-in required)
<br>- Exercise knowledgebase pulled from XML
<br>- Interactive Quizzes for fun
<br>- BMI Calculator</p>
<p>It was meant to demonstrate what a full-fledged fitness website would look like.</p>
<ul class="list-inline">
<li>Date: July 2015 - October 2015</li>
<li>Client: K. J. Somaiya College of Engineering (part of Web Technologies Coursework)</li>
<li>Team: Siddhesh Karekar, Ashutosh Mahajan, Chinmay Karanjkar, Aditya Godambe</li>
<li>Links: <a href="http://livfit.byethost14.com">LivFit website</a>, <a href="http://git.io/vN9uQ">GitHub
Repository</a></li>
</ul>
</div>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Grylle -->
<div class="portfolio-modal modal fade" id="portfolioModalGrylle" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Grylle</h2>
<p class="item-intro">
<span class="badge badge-primary">HTML</span>
<span class="badge badge-primary">CSS</span>
</p>
<div>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/grylle/screenshot.jpg" alt="LivFit Diet Planner Screenshot">
<p>Grylle is a demonstration of beautiful web design possible using only HTML and IE-friendly CSS
(without all the modern hoopla). It is the home
page for a fictitional restaurant.</p>
<ul class="list-inline">
<li>Date: January 2018</li>
<li>Client: University of Southern California (part of Web Technologies Coursework)</li>
<li>Team: Siddhesh Karekar</li>
<li>Links: <a href="/grylle/">Grylle website</a>, <a href="https://github.com/sidrk/grylle">GitHub
Repository</a></li>
</ul>
</div>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal YouTube -->
<div class="portfolio-modal modal fade" id="portfolioModalYouTube" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">YouTube Channel</h2>
<p class="item-intro text-muted">Audio/visuals created using FL Studio, Vegas and Photoshop</p>
<p>Apart from software development, I'm also passionate about music and graphic design.</p>
<p>My YouTube channel provides a creative outlet for these passions. I recreate instrumentals for
popular songs using FL Studio, then design graphics and karaoke lyric videos set to them using Adobe
Photoshop and Sony Vegas Pro.</p>
<img class="img-fluid d-block mx-auto" src="/img/portfolio/karaoke/gallery.jpg" alt="YouTube screenshot">
<p>To date, I've amassed ~5000 subscribers, and ~3 million views on my videos! Do check them out if
you're interested in music and karaoke.</p>
<p>(I also upload just the audio to my <a href="https://soundcloud.com/siddheshkarekar">SoundCloud</a>.)</p>
<ul class="list-inline">
<li>Date: June 2011 - Present</li>
<li>Links: <a href="https://www.youtube.com/user/SiddheshRKarekar">YouTube Channel</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- jQuery-easing plugin -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" crossorigin="anonymous"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Custom scripts for this template -->
<script src="/js/agency.js"></script>
</body>
</html>