-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
848 lines (748 loc) · 44.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
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
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178414546-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-178414546-2');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Jay Rathod's Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- ======= Favicons ======= -->
<link href="assets/img/favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="assets/img/favicons/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32">
<link href="assets/img/favicons/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16">
<link href="assets/img/favicons/site.webmanifest" rel="manifest">
<link href="assets/img/favicons/safari-pinned-tab.svg" rel="mask-icon" color="#000000">
<link href="assets/img/favicons/favicon.ico" rel="shortcut icon">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- ======= Vendor CSS Files ======= -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav class="nav-menu">
<ul>
<li class="active"><a href="#hero"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about"><i class="bx bx-user"></i> <span>About Me</span></a></li>
<li><a href="#skills"><i class='bx bx-bar-chart'></i> <span>Skills And Facts</span></a></li>
<li><a href="#resume"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
<li><a href="#portfolio"><i class="bx bx-book-content"></i> <span>Personal Projects</span></a></li>
<!-- <li><a href="#services"><i class="bx bx-briefcase"></i> <span>Services</span></a></li> -->
<li><a href="#contact"><i class='bx bx-mail-send'></i> <span>Contact Me</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Jay Rathod</h1>
<br>
<p>I am a <span class="typed"
data-typed-items="Developer, Designer, Programmer, Tech Savant, Computer Enthusiast, Computer Geek, Computer Freak, Computer Nerd, Gadgeteer, Learner, Listener"></span>
</p>
<div class="social-links">
<a href="https://www.linkedin.com/in/jay-rathod-b7a979a8/" class="linkedin" target="_blank"><i class="bx bxl-linkedin-square bx-md"></i></a>
<a href="https://www.instagram.com/jay_4399/" class="instagram" target="_blank"><i class="bx bxl-instagram-alt bx-md"></i></a>
<a href="https://www.twitter.com/jay_4399/" class="twitter" target="_blank"><i class="bx bxl-twitter bx-md"></i></a>
<a href="https://github.com/jay4399" class="github" target="_blank"><i class="bx bxl-github bx-md"></i></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>I am a Freelance Software Developer expertising in HTML, CSS and JS. Learning React currently and working
on several personal projects</p>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3><i class="icofont-rounded-double-right"></i> Junior Developer</h3>
<p class="font-italic">
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-birthday-cake"></i> <strong>Birthday:</strong> 30/1/1995</li>
<li><i class="icofont-business-man-alt-2"></i> <strong>Age:</strong> 25</li>
<li><i class="icofont-location-pin"></i> <strong>City:</strong> Dubai, UAE</li>
<li><i class="icofont-hat"></i> <strong>Degree:</strong> MSc in Computer Science</li>
<li><i class="icofont-ui-email"></i> <strong>Email:</strong> jay4399@gmail.com</li>
<li><i class="icofont-phone"></i> <strong>Phone:</strong> +971 54 4349191</li>
</ul>
</div>
<!-- <div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Age:</strong> 25</li>
<li><i class="icofont-rounded-right"></i> <strong>Degree:</strong> Masters</li>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> jay4399@gmail.com</li>
</ul>
</div> -->
</div>
<!-- <p>
I have pursued my Bachelors in BSc Honours in Computer Science from University of Kent in UK. Then after, I pursued my Masters in MSc in Computer Science from University of Nottingham in UK.
</p> -->
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Skills</h2>
<p>A visual representation of my skills that I can bring to the table. Skills around 60% suggests that I am
continuously working on improving said skill</p>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">Python <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">HTML <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Java <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">PHP <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">Python (Django) <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">React <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Facts Section ======= -->
<section id="facts" class="facts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Facts</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="icofont-bulb-alt"></i>
<span data-toggle="counter-up">6</span>
<p>Years Of Personal Experience Developing</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="icofont-files-stack"></i>
<span data-toggle="counter-up">20</span>
<p>Personal Projects Worked On</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-code"></i>
<span data-toggle="counter-up">7</span>
<p>Known Programming Languages</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-users-alt-5"></i>
<span data-toggle="counter-up">10</span>
<p>Freelance Projects</p>
</div>
</div>
</div>
</div>
</section><!-- End Facts Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<!-- <div class="resume-button">
<form method="get" action="Jay CV.pdf">
<button type="submit">Download Full Resume</button>
</form>
</div> -->
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Jay Rathod</h4>
<!-- <p><em>Recently, I have worked with the Ministry of Education in UAE for 2 Years. During my time, I have provided holistic education in Computer Science for copious students. I have also provided excellent teacher training for a year to several computer science teachers in the UAE</em></p> -->
<ul>
<li>Dubai, UAE</li>
<li>+971 (54) 4349191</li>
<li>jay4399@gmail.com</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Masters in Computer Science</h4>
<h5>2016 - 2017</h5>
<p><em><b>University of Nottingham, UK</b></em></p>
<p><b>Grade: Distinction</b></p>
</div>
<div class="resume-item">
<h4>Bachelors in Computer Science</h4>
<h5>2013 - 2016</h5>
<p><em><b>University of Kent, UK</b></em></p>
<p><b>Grade: First Class Honours</b></p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Computer Science Teacher Trainer</h4>
<h5>2019 - Present</h5>
<p><em><b>Abu Dhabi, UAE</b></em></p>
<ul>
<li>Trained several CS teachers on how to deliver lessons to students meritoriously by providing
feedback</li>
<li>Trained CS teachers on programming languages such as Python, HTML, CSS and Java</li>
<!-- <li>Tutored CS teachers on several theoretical concepts related to IT and Computer Science</li> -->
</ul>
</div>
<div class="resume-item">
<h4>Computer Science Tutor</h4>
<h5>2018 - Present</h5>
<p><em><b>Abu Dhabi, UAE</b></em></p>
<ul>
<li>Teaching students programming languages such as Python, HTML, CSS, C++ and JAVA</li>
<!-- <li>Schooling students several theoretical concepts in Computer Science and Design Technology</li> -->
<!-- <li>Working with programs such as Fusion 360, Cisco Packet Tracer, LMS and Moodle</li> -->
<li>Assisted set up and delivering of distance e-learning to students during the COVID-19 pandemic</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Personal Projects</h2>
<p>Click <i class="icofont-play-alt-1"></i> to see a Video Demo on various devices or see the actual Project I
made by <i class="icofont-external-link"></i></p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center" data-aos="fade-up" data-aos-delay="100">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-web">HTML / CSS / JS</li>
<li data-filter=".filter-react">React</li>
<!-- <li data-filter=".filter-web">Other</li> -->
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/toDoList.jpg" class="img-fluid" alt="To Do List Project">
<div class="portfolio-info">
<h3>To Do List</h3>
<h4>My First React Project: A To-Do List with add and delete functionality</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/toDoListHD.mp4" data-gall="portfolioGallery" class="venobox" title="TO DO LIST DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/toDoList.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/netflixClone.jpg" class="img-fluid" alt="netflix Clone Project">
<div class="portfolio-info">
<h3>Netflix Clone</h3>
<h4>A Frontend Netflix clone of the Home Screen with working tab buttons</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/netflixCloneHD.mp4" data-gall="portfolioGallery" class="venobox" title="NETFLIX CLONE DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/netflixClone.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/googleClone.jpg" class="img-fluid" alt="Google Clone Project">
<div class="portfolio-info">
<h3>Google Clone</h3>
<h4>A Google Clone that looks strikingly similar to Google and can be used as an substitute</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/googleCloneHD.mp4" data-gall="portfolioGallery" class="venobox" title="GOOGLE CLONE DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/googleClone.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/hotelReservation.jpg" class="img-fluid" alt="Hotel Reservation Project">
<div class="portfolio-info">
<h3>Hotel Reservation</h3>
<h4>A detailed hotel reservation website with various filtering options</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/hotelReservationHD.mp4" data-gall="portfolioGallery" class="venobox" title="HOTEL RESERVATION DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="https://jay4399.github.io/resort/" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/jayTunes.jpg" class="img-fluid" alt="Jay Tunes Project">
<div class="portfolio-info">
<h3>jayTunes</h3>
<h4>Inspired by the iTunes website to create a similar landing page</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/jayTunesHD.mp4" data-gall="portfolioGallery" class="venobox" title="JAYTUNES DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/jayTunes.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/covidTracker.jpg" class="img-fluid" alt="COVID-19 Tracker">
<div class="portfolio-info">
<h3>Coronavirus Tracker</h3>
<h4>A COVID Tracker that provides real time COVID data for each country</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/covidTrackerHD.mp4" data-gall="portfolioGallery" class="venobox" title="COVID-19 TRACKER DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/covidTracker.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/lyricFinder.jpg" class="img-fluid" alt="Lyric Finder Project">
<div class="portfolio-info">
<h3>Lyric Finder</h3>
<h4>A music search website that displays lyrics and other details about a song using the <b>Musixmatch
API</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/lyricFinderHD.mp4" data-gall="portfolioGallery" class="venobox" title="LYRIC FINDER DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/lyricFinder.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/splitScreenSlider.jpg" class="img-fluid" alt="Split Screen Slider Project">
<div class="portfolio-info">
<h3>Split Screen Slider</h3>
<h4>A Split Screen Slider created using advanced CSS skew method</h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/splitScreenSliderHD.mp4" data-gall="portfolioGallery" class="venobox" title="SPLIT SCREEN SLIDER DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/splitScreenSlider.html" target="_blank" class="hideExternal" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/movieBrowser.jpg" class="img-fluid" alt="Movie Browser Project">
<div class="portfolio-info">
<h3>Movie Browser</h3>
<h4>A movie search website that displays relevant information about any movie using the <b>MovieDb
API</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/movieBrowserHD.mp4" data-gall="portfolioGallery" class="venobox" title="MOVIE BROWSER DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/movieBrowser.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/restaurantTemplate.jpg" class="img-fluid" alt="Restaurant Template Project">
<div class="portfolio-info">
<h3>Restaurant Template</h3>
<h4>A restaurant template with custom animations. Theme inspired by <b>PixelGrade</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/restaurantTemplateHD.mp4" data-gall="portfolioGallery" class="venobox" title="RESTAURANT TEMPLATE DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/restaurantTemplate.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/imageFinder.jpg" class="img-fluid" alt="Image Finder Project">
<div class="portfolio-info">
<h3>Image Finder</h3>
<h4>An image search website designed using <b>Tailwind CSS</b> that finds images using <b>Pixabay API</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/imageFinderHD.mp4" data-gall="portfolioGallery" class="venobox" title="IMAGE FINDER DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/imageFinder.html" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/rockGame.jpg" class="img-fluid" alt="Rock Paper Scissors Project">
<div class="portfolio-info">
<h3>Rock Paper Scissors</h3>
<h4>A rock paper scissors game designed to play against a computer and displays results using <b>Modal</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/rockGameHD.mp4" data-gall="portfolioGallery" class="venobox" title="ROCK PAPER SCISSORS DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="Projects/rockGame.html" target="_blank" class="hideExternal" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-react">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/weatherPWA.jpg" class="img-fluid" alt="Image Finder Project">
<div class="portfolio-info">
<h3>Weather Application</h3>
<h4>A <b>Progressive Web Application (PWA)</b> that displays weather info using <b>OpenWeatherMap API</b></h4>
<div class="portfolio-links">
<a href="assets/img/portfolio/weatherPWAHD.mp4" data-gall="portfolioGallery" class="venobox" title="WEATHER APP DEMO"><i class="icofont-play-alt-1"></i></a>
<a href="https://jay4399.github.io/weatherApp/" target="_blank" title="Try out the Project!"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section> <!-- End Portfolio Section -->
<!-- ======= Services Section =======
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Services</h2>
<p>Contact me for more information for any of these services</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174">
</path>
</svg>
<i class="fab fa-react"></i>
</div>
<h4>React Crash Course</h4>
<hr>
<p>A crash course that provides basic and advanced knowledge of React.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-black">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426">
</path>
</svg>
<i class="icofont-web"></i>
</div>
<h4>Web Development</h4>
<hr>
<p>Private tutoring sessions focused on HTML5, CSS and JS for developing a website. I can even create a Frontend webpage for deployment.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-yellow">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781">
</path>
</svg>
<i class="fab fa-python"></i>
</div>
<h4>Python Crash Course</h4>
<hr>
<p>The tutoring course will focus on basics of Python and Django Framework.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,503.46388370962813C374.79870501325706,506.71871716319447,464.8034551963731,527.1746412648533,510.4981551193396,467.86667711651364C555.9287308511215,408.9015244558933,512.6030010748507,327.5744911775523,490.211057578863,256.5855673507754C471.097692560561,195.9906835881958,447.69079081568157,138.11976852964426,395.19560036434837,102.3242989838813C329.3053358748298,57.3949838291264,248.02791733380457,8.279543830951368,175.87071277845988,42.242879143198664C103.41431057327972,76.34704239035025,93.79494320519305,170.9812938413882,81.28167332365135,250.07896920659033C70.17666984294237,320.27484674793965,64.84698225790005,396.69656628748305,111.28512138212992,450.4950937839243C156.20124167950087,502.5303643271138,231.32542653798444,500.4755392045468,300,503.46388370962813">
</path>
</svg>
<i class="bx bx-layer"></i>
</div>
<h4><a href="">Nemo Enim</a></h4>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-red">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,532.3542879108572C369.38199826031484,532.3153073249985,429.10787420159085,491.63046689027357,474.5244479745417,439.17860296908856C522.8885846962883,383.3225815378663,569.1668002868075,314.3205725914397,550.7432151929288,242.7694973846089C532.6665558377875,172.5657663291529,456.2379748765914,142.6223662098291,390.3689995646985,112.34683881706744C326.66090330228417,83.06452184765237,258.84405631176094,53.51806209861945,193.32584062364296,78.48882559362697C121.61183558270385,105.82097193414197,62.805066853699245,167.19869350419734,48.57481801355237,242.6138429142374C34.843463184063346,315.3850353017275,76.69343916112496,383.4422959591041,125.22947124332185,439.3748458443577C170.7312796277747,491.8107796887764,230.57421082200815,532.3932930995766,300,532.3542879108572">
</path>
</svg>
<i class="bx bx-slideshow"></i>
</div>
<h4><a href="">Dele Cardo</a></h4>
<p>Quis consequatur saepe eligendi voluptatem consequatur dolor consequuntur</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5"
d="M300,566.797414625762C385.7384707136149,576.1784315230908,478.7894351017131,552.8928747891023,531.9192734346935,484.94944893311C584.6109503024035,417.5663521118492,582.489472248146,322.67544863468447,553.9536738515405,242.03673114598146C529.1557734026468,171.96086150256528,465.24506316201064,127.66468636344209,395.9583748389544,100.7403814666027C334.2173773831606,76.7482773500951,269.4350130405921,84.62216499799875,207.1952322260088,107.2889140133804C132.92018162631612,134.33871894543012,41.79353780512637,160.00259165414826,22.644507872594943,236.69541883565114C3.319112789854554,314.0945973066697,72.72355303640163,379.243833228382,124.04198916343866,440.3218312028393C172.9286146004772,498.5055451809895,224.45579914871206,558.5317968840102,300,566.797414625762">
</path>
</svg>
<i class="bx bx-arch"></i>
</div>
<h4><a href="">Divera Don</a></h4>
<p>Modi nostrum vel laborum. Porro fugit error sit minus sapiente sit aspernatur</p>
</div>
</div>
</div>
</div>
</section> End Services Section -->
<!-- ======= Testimonials Section =======
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Testimonials</h2>
</div>
<div class="owl-carousel testimonials-carousel" data-aos="zoom-in" data-aos-delay="100">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Sonny Sangha</h3>
<h4>React Developer at Clever Programmer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium
quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis
quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor
labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim
dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa
labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div>
</section> End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact Me</h2>
</div>
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location</h4>
<p><a href="https://goo.gl/maps/JHRfc4b2wAssn4xt7" target="_blank"> Dubai, UAE</a></p>
</div>
<div class="email">
<i class="icofont-email"></i>
<h4>Email</h4>
<p><a href="mailto: jay4399@gmail.com?subject=A Message from Jay's Website"> jay4399@gmail.com</a></p>
</div>
<div class="phone">
<i class="icofont-smart-phone"></i>
<h4>Call</h4>
<p><a href="tel:+971544349191"> +971 54 4349191</a></p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="https://formspree.io/xvovgzyk" method="POST" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Full Name" data-rule="minlen:4" data-msg="Please enter at least 4 characters" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 characters of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write a message for Jay" placeholder="Message..."></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="sent-message">Your message has been sent to Jay. Please do not submit another form! Thank
You!</div>
</div>
<div class="form-group">
<span class="ml-2">I agree to the <a href="terms.html" target="_blank">terms</a> and <a href="privacy.html" target="_blank">privacy
policy</a>.</span>
<input type="checkbox" name="privacy" value="accept" class="float-left h-auto mt-1" data-rule="checked" data-msg="Please accept our terms and privacy policy">
<div class="validate"></div>
</div>
<div class="text-center"><button type="submit">Send Message to Jay</button></div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Jay Rathod</h3>
<p>Use StackOverflow when you get stuck! - Abraham Lincoln (1842)</p>
<div class="social-links">
<a href="https://github.com/jay4399" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/jay-rathod-b7a979a8/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.instagram.com/jay_4399/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.twitter.com/jay_4399/" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=1171909813" class="facebook"><i class="bx bxl-facebook"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Jay Rathod</span></strong>. All Rights Reserved
</div>
<div class="credits">
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class='bx bxs-chevrons-up'></i></a>
<div id="preloader"></div>
<!-- ======= Vendor JS Files ======= -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="https://kit.fontawesome.com/82bdeb329a.js" crossorigin="anonymous"></script>
<script src="assets/js/main.js"></script>
</body>
</html>