-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
799 lines (767 loc) · 43.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
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
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Personal portfolio website of Maitreyee Paliwal">
<meta name="keywords"
content="Portfolio, personal portfolio, resume, Web developer, Digital resume , resume website">
<meta name="author" content="Maitreyee Paliwal">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>Maitreyee's Portfolio</title>
<link href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css" rel="stylesheet">
<link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fontawesome.com/icons/hackerrank" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<link href="https://www.cssscript.com/wp-includes/css/sticky.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<section class="section-intro" id="intro">
<div class="intro">
<div class="col-md-12">
<h1>
<h1 class="ml1">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">I'm Maitreyee Paliwal</span>
<span class="line line2"></span>
</span>
</h1>
</h1>
<h5 ><br><br> Full Stack Developer <span class="dotcolour">•</span> <span> Competitive Coder <span
class="dotcolour">•</span> <span> Software Developer</span></h5>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="social">
<a href="https://www.linkedin.com/in/maitreyee-paliwal-262260193/" target="_blank"><i
class="fab fa-linkedin fa-3x"></i></a>
<a href="https://github.com/maitreyeepaliwal" target="_blank"><i
class="fab fa-github fa-3x"></i></a>
<a href="mailto:[email protected]" target="_blank"><i
class="fa fa-envelope fa-3x"></i></a>
<a href="https://www.instagram.com/maitreyee_paliwal/" target="_blank"><i
class="fab fa-instagram fa-3x"></i></a>
<a href="https://leetcode.com/MaitreyeePaliwal/" target="_blank"><span
class="iconify" data-icon="simple-icons:leetcode" data-width="35" data-height="35"></span></a>
</div>
</div>
</div>
<div class="bottom">
<a href="#about">
<div class="mouse-icon">
<div class="scroll"> </div>
</div>
</a>
</div>
</div>
</section>
<section class="section-primary" id="about" style="height: 100vh;">
<div id="mySidenav" class="sidenav">
<a href="#about" id="about1"> About</a>
<a href="#skills" id="skills1"> Skills</a>
<a href="#education" id="education1"> Education</a>
<a href="#experience" id="experience1"> Experience</a>
<a href="#projects" id="projects1"> Projects</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<br>
<h2>About Me</h2>
<hr>
<p class="lead">
Solutions oriented and performance driven final year undergraduate engineering student pursuing
bachelors degree in <span>Computer Science with specialization in Bioinformatics</span> from
<span>VIT,Vellore.</span> With intuitive problem-solving skills, resolved pro-active approach
and an optimistic intent, I look towards accomplishing my goals and objectives with full
compassion, dedication and enthusiasm.
<br><br><i>"Art is dancing with chaos, and chaos is a friend of mine. " </i> The artist in me
pushes me to learn of new ways to raise the bar on creativity and user experiences. With a
little technical expertise and the zeal to discover new possibilities, I prefer crafting clean,
simple, elegant and lean codes.
<br><br> Contact me to know more about me!!
</p>
</div>
</div>
</div>
</section>
<section class="section-intro" id="skills" style="padding-top: 15px; padding-bottom: 15px; height: 100vh;">
<div id="mySidenav" class="sidenav">
<a href="#about" id="about1"> About</a>
<a href="#skills" id="skills1"> Skills</a>
<a href="#education" id="education1"> Education</a>
<a href="#experience" id="experience1"> Experience</a>
<a href="#projects" id="projects1"> Projects</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 section-heading">
<br>
<h2>Technical Skills</h2>
<hr>
</div>
<h5><i class="fas fa-star" style="color: gold;"></i> Hover on icons to know more about them <i
class="fas fa-star" style="color: gold;"></i></h5>
</div>
<div class="w-100 d-flex">
<h2 class="mb-5 text-white text-center">
<div class="row mt-7 g-0 text-black-50">
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="HTML5 | Hypertext Markup Language">
<div class="mb-3"><img src="Icons/html5.png"></div>
<h5 class="m-auto"><b>HTML</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="CSS3 | Cascading Style Sheets">
<div class="mb-3"><img src="Icons/css-3.png"></div>
<h5 class="m-auto"><b>CSS</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="High Level Programming Language">
<div class="mb-3"><img src="Icons/JavaScript.png"></div>
<h5 class="m-auto"><b>JavaScript</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Scripting Language for web development">
<div class="mb-3"><img src="Icons/php.png"
style="-webkit-filter: invert(100%); filter: invert(100%);"></div>
<h5 class="m-auto"><b>PHP</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="MySQLi | Open Source RDBMS">
<div class="mb-3"><img src="Icons/mysql.png"
style="-webkit-filter: invert(100%); filter: invert(100%);"></div>
<h5 class="m-auto"><b>MySQL</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="JavaScript Library">
<div class="mb-3"><img src="Icons/jquery.png"
style="-webkit-filter: invert(100%); filter: invert(100%);"></div>
<h5 class="m-auto"><b>jQuery</b></h5>
</div>
</div>
<div class="row mt-7 g-0 text-black-50">
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="CSS Framework">
<img class="mb-3" src="Icons/bootstrap.png">
<h5 class="m-auto"><b>Bootstrap</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Content Management System">
<img class="mb-3" src="Icons/Wordpress.png">
<h5 class="m-auto"><b>Wordpress</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6" title="Sassy CSS">
<img class="mb-3" src="Icons/sass.png" style="height: 100px; width: 150px;">
<h5 class="m-auto"><b>SCSS</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Programming Language">
<img class="mb-3" src="Icons/C.png">
<h5 class="m-auto"><b>C</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Programming Language">
<img class="mb-3" src="Icons/c++.png">
<h5 class="m-auto"><b>C++</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Programming Language">
<img class="mb-3" src="Icons/java.png">
<h5 class="m-auto"><b>Java</b></h5>
</div>
</div>
<br>
<div class="row mt-7 g-0 text-black-50">
<div class="skill-column col-xs-4 col-md-4 d-flex justify-content-center p-6"
title="Parallel Programming">
<img class="mb-3" src="Icons/openmp.png" style="height: 70px; width: 90px;">
<h5 class="m-auto"><b>OpenMP</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-4 d-flex justify-content-center p-6"
title="Message passing interface">
<img class="mb-3" src="Icons/mpi.png" style="height: 70px; width: 110px;">
<h5 class="m-auto"><b>MPI</b></h5>
</div>
<div class="skill-column col-xs-4 col-md-2 d-flex justify-content-center p-6"
title="Code Hosting Platform">
<img class="mb-3" src="Icons/github.png" style="height: 70px; width: 90px; color: black;">
<h5 class="m-auto"><b>GitHub</b></h5>
</div>
</div>
<br>
</div>
<a href="https://www.linkedin.com/in/maitreyee-paliwal-262260193/" class="buttonglow"
target="_blank">Endorse On LinkedIn! <i class="fas fa-external-link-alt"></i></a>
</div>
</section>
<section class="section-primary" id="education">
<div id="mySidenav" class="sidenav">
<a href="#about" id="about1"> About</a>
<a href="#skills" id="skills1"> Skills</a>
<a href="#education" id="education1"> Education</a>
<a href="#experience" id="experience1"> Experience</a>
<a href="#projects" id="projects1"> Projects</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Education</h2>
<hr>
<p class="lead">
<div class="col-md-12">
<div id="content">
<ul class="timeline">
<li class="event" data-date="2018 - 2022">
<h3><b>Vellore Institute of Technology</b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Vellore, Tamil Nadu</h4>
<p>Bachelor of Technology in Computer Science with Specialization in Bioinformatics
</p>
<p><b> CGPA : 8.91/10</b></p>
</li>
<li class="event" data-date="2016 - 2018">
<h3><b>MDS School</b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Udaipur, Rajasthan</h4>
<p>CBSE | Higher Secondary
</p>
<p><b> Percentage : 93% </b></p>
</li>
<li class="event" data-date="2005 - 2016">
<h3><b>St. Mary's Convent Sr. Sec. School </b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Udaipur, Rajasthan</h4>
<p>CBSE | Secondary </p>
<p><b> CGPA : 10/10</b></p>
</li>
</ul>
</div>
</div>
</p>
</div>
</div>
</div>
</section>
<section class="section-primary" id="experience">
<div id="mySidenav" class="sidenav">
<a href="#about" id="about1"> About</a>
<a href="#skills" id="skills1"> Skills</a>
<a href="#education" id="education1"> Education</a>
<a href="#experience" id="experience1"> Experience</a>
<a href="#projects" id="projects1"> Projects</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Work Experience</h2>
<hr>
<p class="lead">
<div class="col-md-12">
<div id="content">
<ul class="timeline">
<li class="event" data-date="June,2021-July,2021">
<h3><b>The Joining Hands, DigiMonks LTD.</b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Durham, UK</h4>
<ul class="timeline">
<h3><b><i>Software Architect & Front End Developer Intern</i></b></h3>
<ul style="list-style-type:square; color: dimgrey; text-align: justify;">
<li>The Joining Hands is a DigiMonks LTD company, and is a part of the Durham City Incubator. </li>
<li>As a software architect, designing and documenting the overall design and
architecture of a healthcare application and a gig marketplace application covering the entire
website flow considering the business needs, software objectives and various stakeholders' requirements
under mentorship.
</li>
<li>Designing the User Interface of several modules of home service application for different
user types.
</li>
</ul>
</ul>
</li>
<li class="event" data-date="2019 - Present ">
<h3><b>Innovators Quest</b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Vellore, Tamil Nadu</h4>
<ul class="timeline">
<li class="inevent" data-date="Jan, 2021 - Present ">
<br>
<h3><b><i>Advisory Board</i></b></h3>
<ul style="list-style-type:square; color: dimgrey; text-align: justify;">
<li>Providing non binding, informed , strategic advice to the current
board members of the club.</li>
<li>Providing unbiased insights and ideas from a third point of view.
</li>
<li>Encouraging and supporting new innovative ideas for conducting
successful events.</li>
</ul>
</li>
<li class="inevent" data-date="Jan, 2020 - Dec,2020">
<br>
<h3><b><i>Director of Editorial and Documentation</i></b></h3>
<ul style="list-style-type:square; color: dimgrey;text-align: justify;">
<li>Managing the documentation department in accordance with the aims
and objectives of the technical club.</li>
<li>Guiding the core members on the social media captions, invitations,
pitches, speeches, etc. </li>
<li>Reviewing and finalizing the articals for weekly technical blog -
'Tech Tuesday'. </li>
</ul>
</li>
<li class="inevent" data-date="April, 2019 - Dec,2019">
<br>
<h3><b><i>Core Member</i></b></h3>
<ul style="list-style-type:square; color: dimgrey; text-align: justify;">
<li>Actively participating in the weekly sessions where contemporary
ideas and new innovations in the field of technology are discussed.
</li>
<li>Coordinating the organization of workshops, hackathons and fun
events.
</li>
</ul>
</li>
</ul>
</li>
<li class="event" data-date="2018-2019">
<h3><b> Health Club </b></h3>
<h4><i class="fa fa-map-marker" aria-hidden="true"
style="color: cornflowerblue;"></i> Vellore, Tamil Nadu</h4>
<ul class="timeline">
<h3><b><i>Core Member</i></b></h3>
<ul style="list-style-type:square; color: dimgrey; text-align: justify;">
<li>Promoting health awareness through seminars and events.</li>
<li>Coordinating the organization of medical checks and career counselling
in
orphanages, government schools and old age homes in and around Vellore.
</li>
<li>Collecting used materials in proper usable conditions from students
leaving hostels and ensuring their proper distribution to the needy.
</li>
</ul>
</li>
</ul>
</div>
</div>
</p>
</div>
</div>
</div>
</section>
<section class="section-intro" id="projects" style="top: 80px;">
<div id="mySidenav" class="sidenav">
<a href="#about" id="about1"> About</a>
<a href="#skills" id="skills1"> Skills</a>
<a href="#education" id="education1"> Education</a>
<a href="#experience" id="experience1"> Experience</a>
<a href="#projects" id="projects1"> Projects</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 section-heading">
<h2>Major Projects</h2>
<h5>Hover on the projects to know more</h5>
<hr>
</div>
</div>
<div class="row mt-7 g-0 ">
<div class="col-12 col-md-6">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Cryptography Ciphers</h2> 
<h5> Web Application | Collection of 30 Ciphers | Coded in JavaScript.</h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Web Application</li>
<li>Core functionality coding using Java Script</li>
<li>Variety of Ciphers from basic to advanced, rarely used to most popular,
simple to complex decryptions</li>
<li>Attractive User Interface</li>
<li>Uses HTML5, CSS3 and JavaScript</li>
</ul>
</div>
</div>
</div>
<div id="leftbutton">
<p><a href="https://maitreyeepaliwal.github.io/Cryptography-Ciphers/"
target="_blank"><button class="buttonhalf">Demo</button></a></p>
</div>
<div id="rightbutton">
<p><a href="https://github.com/maitreyeepaliwal/Cryptography-Ciphers"
target="_blank"><button class="buttonhalf">Source Code</button></a></p>
</div>
</div>
</div>
<div class="col-12 col-md-6" id="linear">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Solving Linear Equations System Parallely</h2>
<h5>OpenMP | 3 Algorithms implemented Serially and Parallely | Coded in C </h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Parallel implementation of 3 algorithms: Back Substitution, Conjugate
Gradient and Gauss Seidel </li>
<li>Well optimised code.</li>
<li>Considers limitations of the 3 algorithms</li>
<li>Comparison on different metrics</li>
<li>Uses OpenMP</li>
</ul>
</div>
</div>
</div>
<p><a href="https://github.com/maitreyeepaliwal/Linear-equations-solving-using-parallelism"
target="_blank"><button class="button">Source Code</button></a></p>
</div>
</div>
</div>
<div class="row mt-7 g-0 ">
<div class="col-12 col-md-6">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Digital Diary</h2> 
<h5>Web Application | Frontend connection with backend and RDBMS </h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Web Application</li>
<li>Responsive</li>
<li>User friendly </li>
<li>Simplified and organized</li>
<li>Sophisticated version of the traditional paper diary</li>
<li>Uses PHP, MySQLi, HTML5, CSS3, JavaScript, JQuery and Bootstrap.</li>
</ul>
</div>
</div>
</div>
<p><a href="https://github.com/maitreyeepaliwal/Digital-Diary-web-application"
target="_blank"><button class="button">Source
Code</button></a></p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Alleropedia </h2> 
<h5>Biological Database for Allergens | Interface with useful functionalities </h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Metadetabase of 13145 records generated for Allergens </li>
<li>Organized Tabular view of the data </li>
<li>Combines the data from some widely used,freely accessible databases</li>
<li>Web interface connected to ease the use, analysis and extraction of data with several added functionalities.</li>
<li>Uses PHP, MySQLi, HTML5, CSS3</li>
</ul>
</div>
</div>
</div>
<div id="leftbutton">
<p><a href="https://maitreyeepaliwal.github.io/Alleropedia-Database-for-Allergens/start.html"
target="_blank"><button class="buttonhalf">Demo</button></a></p>
</div>
<div id="rightbutton">
<p><a href="https://github.com/maitreyeepaliwal/Alleropedia-Database-for-Allergens"
target="_blank"><button class="buttonhalf">Source Code</button></a></p>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-12 section-heading">
<br>
<h2>Mini Projects</h2>
<hr>
</div>
</div>
<div class="row mt-7 g-0 ">
<div class="col-12 col-md-3">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Quiz Game</h2> 
<h5>Web Application</h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Effective, simple, fast and accurate quiz game</li>
<li>5 Single choice correct type questions</li>
<li>Random generation of questions</li>
<li>Arrays and structure concept used</li>
<li>Data stored in local storage</li>
<li>Uses JavaScript, HTML5, CSS3</li>
</ul>
</div>
</div>
</div>
<div id="leftbutton">
<p><a href="https://maitreyeepaliwal.github.io/A-Quiz-Game/" target="_blank"><button
class="buttonhalf">Demo</button></a></p>
</div>
<div id="rightbutton">
<p><a href="https://github.com/maitreyeepaliwal/A-Quiz-Game" target="_blank"><button
class="buttonhalf">Source Code</button></a></p>
</div>
</div>
</div>
<div class="col-12 col-md-3" id="linear">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2>UI for Disease Prediction System </h2>
<h5>Improved UI for existing project</h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Web Application</li>
<li>Existing project helps in disease severity prediction based on symptoms
using Fuzzy Logic</li>
<li>Worked on the project UI </li>
<li>Uses PHP, MySQLi, HTML5, CSS3, JavaScript, JQuery and Bootstrap.</li>
</ul>
</div>
</div>
</div>
<p><a href="https://github.com/maitreyeepaliwal/Disease-Prediction-using-Fuzzy-Logic"
target="_blank"><button class="button">Source Code</button></a></p>
</div>
</div>
<div class="col-12 col-md-3">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2>Comparison of cursor control modes</h2>
<h5>Interface for HCI project</h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Web Interface</li>
<li>Uses the existing template by codrops for product comparison with some
modifications</li>
<li>Presents a comparison of the modes to interact with the computer to control
the cursor </li>
<li>Uses HTML5, CSS3, JavaScript, JQuery and Bootstrap.</li>
</ul>
</div>
</div>
</div>
<div id="leftbutton">
<p><a href="https://maitreyeepaliwal.github.io/Cursor-Control-Modes-Comparison-HCI-project/"
target="_blank"><button class="buttonhalf">Demo</button></a></p>
</div>
<div id="rightbutton">
<p><a href="https://github.com/maitreyeepaliwal/Cursor-Control-Modes-Comparison-HCI-project"
target="_blank"><button class="buttonhalf">Source Code</button></a></p>
</div>
</div>
</div>
<div class="col-12 col-md-3" id="linear">
<div class="card">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br>
<h2>Basic Login amd Sign up Page</h2>
<h5>Web Project Component</h5>
</div>
<div class="flip-card-back">
<br>
<ul style="list-style-type:disc;">
<li>Web Application </li>
<li>Simple Utility template often used in many projects</li>
<li>Database connection with login and registration details added to the DB</li>
<li>Uses PHP, MySQLi,HTML5, CSS3, JavaScript, JQuery and Bootstrap.</li>
</ul>
</div>
</div>
</div>
<p><a href="https://github.com/maitreyeepaliwal/Login-and-Registration-Form"
target="_blank"><button class="button">Source
Code</button></a></p>
</div>
</div>
</div>
</div>
</section>
<section class="section-primary" id="about" style="margin-top: 60px;">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2><i>Thanks for stopping by!!</i></h2>
<hr>
<br>
<p class="lead" style="text-align: center;">To know more, please feel free to <span><a
href="#intro"> Contact </a></span> me.<br><br>
Or <span onclick="openNav()"
style="cursor:pointer; color: darkorchid; font-size: 20px; text-align: center;"> Send a
message </span> here<br><br><br>
Have a wonderful day ahead :) </p>
</div>
</div>
</div>
</section>
<div id="myNav" class="overlay">
<a href="index.html" class="closebtn" onclick="closeNav()">×</a>
<!-- Overlay content -->
<div class="overlay-content">
<div class="background">
<div class="container">
<div class="screen">
<div class="screen-header">
<div class="screen-header-left">
<div class="screen-header-button maximize"></div>
<div class="screen-header-button minimize"></div>
</div>
<div class="screen-header-right">
<div class="screen-header-ellipsis"></div>
<div class="screen-header-ellipsis"></div>
<div class="screen-header-ellipsis"></div>
</div>
</div>
<div class="screen-body">
<div class="screen-body-item left">
<div class="app-title">
<span>SEND YOUR</span>
<span>MESSAGE</span>
</div>
<div class="app-contact">You can also mail on '[email protected]'</div>
</div>
<div class="screen-body-item">
<div class="app-form">
<form action="https://formsubmit.co/[email protected]" method="POST"
autocomplete="off">
<input type="hidden" name="_subject" value="New Mail from portfolio!">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next"
value="https://maitreyeepaliwal.github.io/MaitreyeePaliwal/thanks.html">
<div class="app-form-group">
<input class="app-form-control" placeholder="NAME *" type="text" name="name"
required style="text-transform: uppercase;">
</div>
<div class="app-form-group">
<input class="app-form-control" placeholder="EMAIL *" type="email"
name="email" required>
</div>
<div class="app-form-group">
<input class="app-form-control" placeholder="CONTACT NO" type="text"
name="contact">
</div>
<div class="app-form-group message">
<textarea class="app-form-control" style="resize: none;"
placeholder="MESSAGE *" type="text" name="message" required></textarea>
</div>
<div class="app-form-group buttons">
<button class="app-form-button" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function openNav() {
document.getElementById("myNav").style.display = "block";
}
function closeNav() {
document.getElementById("background").style.height = 0;
document.getElementById("myNav").style.height = 0;
}
</script>
<footer class="footer">
<div class="container">
<div class="row"></div>
<div class="text-center p-3">
© 2021 | Maitreyee Paliwal
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">
</script>
<script>
window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')
</script>
<script>
$(function () {
$('a[href*="#"]:not([href="#"])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<script>
var textWrapper = document.querySelector('.ml1 .letters');
textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span class='letter'>$&</span>");
anime.timeline({loop: true})
.add({
targets: '.ml1 .letter',
scale: [0.3,1],
opacity: [0,1],
translateZ: 0,
easing: "easeOutExpo",
duration: 600,
delay: (el, i) => 70 * (i+1)
}).add({
targets: '.ml1 .line',
scaleX: [0,1],
opacity: [0.5,1],
easing: "easeOutExpo",
duration: 700,
offset: '-=875',
delay: (el, i, l) => 80 * (l - i)
}).add({
targets: '.ml1',
opacity: 0,
duration: 10000000,
easing: "easeOutExpo",
delay: 1000
});
</script>
</body>
</html>