-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
525 lines (513 loc) · 18.3 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
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Satyam Jadhav | Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<!-- Introduction -->
<section id="#home" class="panel banner right">
<div class="content color0 span-3-75">
<img
src="images/extras/satyam.jpeg"
height="64px"
width="64px"
style="border-radius: 100px"
/>
<h1 class="major">
Satyam Jadhav
</h1>
<h5>Senior Member of Technical Staff at <a href="https://www.fylehq.com/">Fyle</a></h5>
<p>
A software developer who code to transform problems into ideas.
Here you can find my interpretation of problems and implementation
of ideas :)
</p>
<ul class="actions">
<li >
<a
href="#first"
class="button primary color1 circle"
>Project SKNCOECDIS</a
>
</li>
<li>
<a
href="#second"
class="button primary color1 circle"
>Project LDLSMS</a
></li>
<li>
<a
href="#three"
class="button primary color1 circle"
>Contact</a
></li>
</li>
</ul>
<!-- <ul class="actions">
<li>
<a
href="#skncoecdis_gallary"
class="button primary color1 circle "
>SKNCOECDIS Gallary</a
>
</li>
<li>
<a
href="#ldlsms_gallary"
class="button primary color1 circle"
>LDLSMS Gallary</a
></li>
</li>
</ul> -->
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/extras/programmer.jpg" alt="" />
</div>
</section>
<!-- SKNCOECDIS -->
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="content span-7">
<h2 class="major">Computer Department Information System</h2>
<p>
Computer Department Information System (SKNCOECDIS) aims to
automate traditional practices carried out to run the departmental
library at Smt. Kashibai Navale College of Engineering, Pune and
to create e-library platform for sharing question paper, pdf/ppt
notes, books, etc.
</p>
<a
href="https://github.com/satyamyesj?tab=projects"
class="button primary color1 circle icon fa-github"
>Source Code</a
>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/extras/library.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color1">
<div class="intro joined">
<h2 class="major">Technologies</h2>
<p>
SKNCOECDIS comprises of back-end server written in Java with MySQL
as database which serves request from front-end desktop
application operated by library in-charge and web application used
by students and teachers. Apache Tomcat is used for hosting web
application. Web front-end uses various technologies such as Ajax,
Bootstrap, JWT. Library in-charges desktop application is bundled
with native JVM for Linux platform; to form installer using
BitRock Installer Builder.
</p>
</div>
<div class="inner">
<ul class="grid-icons three connected">
<li>
<img
src="images/logos/mysql.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/java.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/tomcat.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/jwt.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/bootstrap.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/htmlcssjs.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight large left">
<div class="content span-5">
<h2 class="major">Features</h2>
<ul style="list-style: none">
<li>
<i class="icon fa-key"></i>
<h5>Password encryption and access control</h5>
</li>
<li>
<i class="icon fa-sign-in"></i>
<h5>Session management using JWT</h5>
</li>
<li>
<i class="icon fa-cubes"></i>
<h5>Java application packaging for Linux platform</h5>
</li>
<li>
<i class="icon fa-reply"></i>
<h5>Responsive web interface</h5>
</li>
</ul>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/extras/features.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel" id="skncoecdis_gallary">
<div class="intro color2">
<h2 class="major">
SKNCOECDIS <br />
Project Gallery
</h2>
<p>
Here is some snapshot of the actual system which includes database
schema of system, back-end server console application, Linux
platform installation, front-end desktop, and web applications
working, etc.
</p>
</div>
<div class="gallery">
<div class="group span-3">
<a
href="images/skncoecdis/schema.jpg"
class="image filtered span-3 gallery_link"
data-position="bottom"
><img class="gallery_item" src="images/skncoecdis/schema.jpg" alt=""
/></a>
<a
href="images/skncoecdis/desktop app - run.jpg"
class="image filtered span-1-5"
data-position="center"
><img class="gallery_item" src="images/skncoecdis/desktop app - run - thumb.png" alt=""
/></a>
<a
href="images/skncoecdis/desktop app - search.jpg"
class="image filtered span-1-5"
data-position="bottom"
><img class="gallery_item" src="images/skncoecdis/desktop app - search - thumb.png" alt=""
/></a>
</div>
<a
href="images/skncoecdis/server run.jpg"
class="image filtered span-2-5"
data-position="top"
><img class="gallery_item" src="images/skncoecdis/server run.jpg" alt=""
/></a>
<div class="group span-4-5">
<a
href="images/skncoecdis/desktop app - maintenance.jpg"
class="image filtered span-3"
data-position="top"
><img class="gallery_item"
src="images/skncoecdis/desktop app - maintenance - thumb.png"
alt=""
/></a>
<a
href="images/skncoecdis/web app - registration.jpg"
class="image filtered span-1-5"
data-position="center"
><img class="gallery_item" src="images/skncoecdis/web app - registration - thumb.png" alt=""
/></a>
<a
href="images/skncoecdis/web app - upload.png"
class="image filtered span-1-5"
data-position="bottom"
><img class="gallery_item" src="images/skncoecdis/web app - upload - thumb.png" alt=""
/></a>
<a
href="images/skncoecdis/web app - home.jpg"
class="image filtered span-3"
data-position="top"
><img class="gallery_item" src="images/skncoecdis/web app - home.jpg" alt=""
/></a>
</div>
<a
href="images/skncoecdis/web app - search.jpg"
class="image filtered span-2-5"
data-position="right"
><img class="gallery_item" src="images/skncoecdis/web app - search - thumb.png" alt=""
/></a>
</div>
</section>
<!-- LDLSMS -->
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="second">
<div class="content span-7">
<h2 class="major">Live Displays, Locator & Subscription Management System for Businesses</h2>
<p>
Live Displays, Locator & Subscription Management System for Businesses (LDLSMS) aims to provide a convenient way for local businesses to broadcast their boards, advertisements, special offerings to their target customers & also provide the functionality to manage monthly subscriptions. Currently, the system supports messes in the college campus. This will help hostel resident students to choose from different nearby mess menus.
</p>
<a
href="https://github.com/satyamyesj?tab=projects"
class="button primary color1 circle icon fa-github"
>Source Code</a
>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/extras/menu.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color1">
<div class="intro joined">
<h2 class="major">Technologies</h2>
<p>
LDLSMS system is android application backed by Firebase storage and real-time database. The android application itself is written in Java & Kotlin. Users are registered with OTP verification of their mobile number using Firebase AuthUI. For the purpose of locating a business, Google Map API is used. Picasso library is used for handling image uploads and downloads.
</p>
</div>
<div class="inner">
<ul class="grid-icons three connected">
<li>
<img
src="images/logos/android studio.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/java.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/kotlin.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/firebase.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/google maps api.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
<li>
<img
src="images/logos/firebase authui.png"
height="93px"
width="93px"
style="border:2px rgb(189,189,189,0.4) solid ;border-radius: 50px"
/>
</li>
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight large left">
<div class="content span-5">
<h2 class="major">Features</h2>
<ul style="list-style: none">
<li>
<i class="icon fa-comment"></i>
<h5>OTP Verification on SMS</h5>
</li>
<li>
<i class="icon fa-user-circle"></i>
<h5>Business and customer profile management and access control</h5>
</li>
<li>
<i class="icon fa-wifi"></i>
<h5>Network handling</h5>
</li>
<li>
<i class="icon fa-check"></i>
<h5>Runtime permission handling</h5>
</li>
</ul>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/extras/features.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel" id="ldlsms_gallary">
<div class="intro color2">
<h2 class="major">
LDLSMS <br/>
Project Gallery
</h2>
<p>
Here is some snapshot of the actual Android application showing different activities along with backend storage, profile management, etc.
</p>
</div>
<div class="gallery">
<div class="group span-3">
<a
href="images/ldlsms/database schema.jpg"
class="image filtered span-3"
data-position="bottom"
><img class="gallery_item" src="images/ldlsms/database schema.jpg" alt=""
/></a>
<a
href="images/ldlsms/add subscription.jpg"
class="image filtered span-1-5"
data-position="center"
><img class="gallery_item" src="images/ldlsms/add subscription.jpg" alt=""
/></a>
<a
href="images/ldlsms/mark subscription.jpg"
class="image filtered span-1-5"
data-position="bottom"
><img class="gallery_item" src="images/ldlsms/mark subscription - thumb.jpg" alt=""
/></a>
</div>
<a
href="images/ldlsms/otp verification.jpg"
class="image filtered span-2-5"
data-position="top"
><img class="gallery_item" src="images/ldlsms/otp verification.jpg" alt=""
/></a>
<div class="group span-4-5">
<a
href="images/ldlsms/image storage.jpg"
class="image filtered span-3"
data-position="top"
><img
class="gallery_item"
src="images/ldlsms/image storage.jpg"
alt=""
/></a>
<a
href="images/ldlsms/menu upload.jpg"
class="image filtered span-1-5"
data-position="center"
><img class="gallery_item" src="images/ldlsms/menu upload - thumb.jpg" alt=""
/></a>
<a
href="images/ldlsms/timeline.jpg"
class="image filtered span-1-5"
data-position="bottom"
><img class="gallery_item" src="images/ldlsms/timeline.jpg" alt=""
/></a>
<a
href="images/ldlsms/user profiles.jpg"
class="image filtered span-3"
data-position="top"
><img class="gallery_item" src="images/ldlsms/user profiles.jpg" alt=""
/></a>
</div>
<a
href="images/ldlsms/side panel.jpg"
class="image filtered span-2-5"
data-position="right"
><img class="gallery_item" src="images/ldlsms/side panel - thumb.jpg" alt=""
/></a>
</div>
</section>
<!-- Contact -->
<!-- Panel -->
<section id="three"class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Contact</h2>
<p>
You can check out my curriculum on LinkedIn, and my projects on
GitHub. Follow me on Twitter & Instagram. Please email for any
query.
</p>
</div>
<div class="inner columns divided">
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon fa-linkedin">
<a href="https://www.linkedin.com/in/satyamyesj"
>linkedin.com/in/satyamyesj</a
>
</li>
<li class="icon fa-github">
<a href="https://www.github.com/satyamyesj"
>github.com/satyamyesj</a
>
</li>
<li class="icon fa-instagram">
<a href="https://www.instagram.com/satyamyesj">@satyamyesj</a>
</li>
<li class="icon fa-twitter">
<a href="https://www.twitter.com/satyamyesj">@satyamyesj</a>
</li>
<li class="icon fa-envelope">
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="icon fa-phone">
<span>+91-7030637775</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">
© SatyamJadhav. All rights reserved.
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>