-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
710 lines (645 loc) · 44.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Anantjyot Grang's personal website and portfolio.">
<!-- <meta name="keywords" content="content keywords"> -->
<meta name="author" content="Anantjyot Grang">
<meta name="theme-color" content="#273769">
<!-- PAGE TITLE -->
<title>Anantjyot Grang</title>
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- ALL GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- FONT AWESOME CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/stylesheet.css">
<!-- OWL CAROSEL CSS -->
<link rel="stylesheet" href="assets/owlcarousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/owlcarousel/css/owl.theme.css">
<!-- MAGNIFIC CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- ANIMATE CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/effects.css">
<link rel="stylesheet" href="assets/css/YTPlayer.css">
<!-- MAIN STYLE CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- RESPONSIVE CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="/assets/images/headshots/headshot_round.png">
</head>
<body>
<!-- START PRELOADER -->
<div class="preloader">
<div class="status">
<div class="status-mes"></div>
</div>
</div>
<!-- / END PRELOADER -->
<!-- START HOMEPAGE DESIGN AREA -->
<header id="home" class="welcome-area">
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-sm-3">
<!-- START LOGO DESIGN AREA -->
<div class="logo">
<a href="index.html">Anantjyot G.</a>
</div>
<!-- END LOGO DESIGN AREA -->
</div>
<div class="col-sm-9">
<!-- START MENU DESIGN AREA -->
<div class="mainmenu">
<div class="navbar navbar-nobg">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="smoth-scroll" href="#home">Home <div
class="ripple-wrapper"></div></a>
</li>
<li><a class="smoth-scroll" href="#about">About</a>
</li>
<li><a class="smoth-scroll" href="#experience">Experience</a>
</li>
<li><a class="smoth-scroll" href="#work">Works</a>
</li>
<li><a class="smoth-scroll" href="#involvement">Involvement</a>
</li>
<li><a class="smoth-scroll" href="#connect">Connect</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END MENU DESIGN AREA -->
</div>
</div>
</div>
</div>
<div class="welcome-image-area" data-stellar-background-ratio="0.6">
<div id="particles-js"></div>
<div class="display-table">
<div class="display-table-cell">
<div class="container" style="text-align: center;">
<div class="col-md-12">
<div class="row">
<div class="header-text text-center">
<h1>Anantjyot<br>Grang</h1>
<p class="typewrite" data-period="2000" data-type='["Developer.", "Student.", "Innovator."]'>
<span class="wrap"></span>
</p>
<div class="home-arrow-down">
<a href="#about" class="smoth-scroll btn"><i class="fa fa-long-arrow-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- / END HOMEPAGE DESIGN AREA -->
<!-- START ABOUT DESIGN AREA -->
<section id="about" class="about-me-area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>about me!</h2>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-md-6">
<!-- START ABOUT TEXT AREA -->
<div class="about-text">
<p>Hey there 👋 my name is Anantjyot Grang — I am a developer, student, and innovator! I
am passionate about developing high-quality applications that bring real impact and value to
the world. As a university student and aspiring software developer, I have taken on various
experiences to enter the world of programming and expand my professional abilities.
Currently, I am focused on adding skills like Artificial Intelligence and Product
Management. Keep scrolling to take a look at what I've been up to lately!</p>
</div>
<!-- / END ABOUT TEXT AREA -->
</div>
<div class="col-md-6">
<div class="about-service">
<ul>
<li><i class="fa fa-long-arrow-right"></i>Flutter, Android, iOS</li>
<li><i class="fa fa-long-arrow-right"></i>API, Database Design</li>
<li><i class="fa fa-long-arrow-right"></i>Python, Java, JS, TS</li>
<li><i class="fa fa-long-arrow-right"></i>TensorFlow AI/ML</li>
<li><i class="fa fa-long-arrow-right"></i>HTML/CSS, Angular, React</li>
<li><i class="fa fa-long-arrow-right"></i>Version Control, Git, GitHub</li>
<li><i class="fa fa-long-arrow-right"></i>Figma, Adobe XD</li>
<li><i class="fa fa-long-arrow-right"></i>Agile Methodology</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- / END ABOUT DESIGN AREA -->
<!-- START WORK EXPERIENCE DESIGN AREA -->
<section id="experience" class="work-experience-area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>experience.</h2>
</div>
</div>
</div>
<div class="row wow fadeInUp" data-wow-delay="0.3s">
<div class="col-md-6">
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Software Engineer Intern</h2>
<span>May 2024 - Aug 2024</span>
<img src="assets/images/logos/rbc_logo.png" alt="Royal Bank of Canada">
<h3>Royal Bank of Canada, Toronto</h3>
<p>Developing custom cybersecurity solutions for internal stakeholder teams using Palo Alto Networks' Cortex XSOAR with Python and JavaScript. Deployed an automated solution to upgrade 120+ XSOAR dependencies and content packs, achieving 95% reduction in required time.</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Innovation Developer</h2>
<span>Jul 2023 - Aug 2023</span>
<img src="assets/images/logos/rbc_logo.png" alt="Royal Bank of Canada">
<h3>Royal Bank of Canada, Toronto</h3>
<p>Revamped internal CI/CD pipeline documentation to reduce onboarding times by 60% for new RBC developers. Successfully led a team of 4 in a SCRUM Agile environment and leveraged collaborative tools such as Git, GitHub, Jira and Confluence</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Innovation Developer</h2>
<span>Jul 2022 - Aug 2022</span>
<img src="assets/images/logos/rbc_logo.png" alt="Royal Bank of Canada">
<h3>Royal Bank of Canada, Toronto</h3>
<p>Collaborated with two Agile teams to revamp an internal web application that allows RBC devs
to view and contribute to InnerSource projects. Improved backend data-fetching, yielding 99+% data accuracy and 50x lower data-indexing times.</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
</div>
<div class="col-md-6">
<!-- START SINGLE EXPERIENCE DESIGN AREA -->
<div class="single-experience">
<h2>Mobile Developer</h2>
<span>Aug 2021 - May 2022</span>
<img src="assets/images/logos/a1_logo.png" alt="A1 Airline Taxi & Van">
<h3>A1 Airline Taxi & Van, Toronto</h3>
<p>Led the development and maintenance of a mobile taxi-booking application for iOS and Android.
App processed hundreds of orders and was adopted as primary the mode of handling customer
bookings and trips within the company.</p>
</div>
<!-- / END SINGLE EXPERIENCE DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Software Developer</h2>
<span>Jun 2021 - Aug 2021</span>
<img src="assets/images/logos/sct_logo.png" alt="Switzer-CARTY Transportation">
<h3>Switzer-CARTY Transportation, Toronto</h3>
<p>Built an internally-distributed cross-platform application for bus drivers to submit
absences, log extra work and time, store receipts, fill electronic forms, and more. App was
designed for use by 100+ employees at 7 different operating locations across Ontario.</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
</div>
</div>
</div>
</section>
<!-- / END WORK EXPERIENCE DESIGN AREA -->
<!-- START WORK DESIGN AREA -->
<section id="work" class="work section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>featured works.</h2>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<ul class="work">
<li class="filter" data-filter="all">all</li>
<li class="filter" data-filter=".development">development</li>
<li class="filter" data-filter=".design">design</li>
</ul>
</div>
<div class="work-inner wow fadeInUp">
<div class="row work-posts grid">
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix development">
<div class="item">
<a href="#grove-work-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="grove-work-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/grove.png" alt="Grove"
style="max-width: 300px; max-height: 300px; flex: 1; ">
<div style="flex: 2; padding-left: 20px;">
<h2>Grove</h2>
<p><b>Tools: </b>Python, Flask, spaCy JavaScript, React, AWS EC2, CloudFront, S3</p>
<p>Grove is an AI-powered calendar assistant application that can turn your words, into events on your calendar.
Simply give it a prompt, and Grove will automatically update your calendar with your new event, eliminating
the painstaking process of manually inputting event details like start date, end date, etc. one by one.</p>
<div id="work-popup-style-button-container"
onclick="window.open('http://grove.anantjyotgrang.com', '_blank');">
<button class="work-popup-style-button">View Project</button>
<svg class="work-svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24">
<path
d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
</div>
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/grove.png" alt="HealthifyApp">
<figcaption>
<h2>AI Calendar Assistant</h2>
<p>Grove</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix development">
<div class="item">
<a href="#work1-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="work1-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/1.png" alt="HealthifyApp"
style="max-width: 300px; max-height: 300px; flex: 1; ">
<div style="flex: 2; padding-left: 20px;">
<h2>HealthifyApp</h2>
<p><b>Tools: </b>Android SDK, Java, TensorFlow, Python, Firebase</p>
<p>An all-in-one personal health tracker that allows individuals to make
sustainable changes by improving eating habits and setting personal
goals. Provides access to over 2 million health-conscious recipes and
offers a feature called Food Scan which uses a machine learning model to
detect over 2000 foods for easy calorie-logging.</p>
<div id="work-popup-style-button-container"
onclick="window.open('https://play.google.com/store/apps/details?id=com.agAppsCo.healthifyapp', '_blank');">
<button class="work-popup-style-button">View Project</button>
<svg class="work-svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24">
<path
d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
</div>
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/1.png" alt="HealthifyApp">
<figcaption>
<h2>Personal Health Tracker</h2>
<p>HealthifyApp</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix development">
<div class="item">
<a href="#work2-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="work2-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/2.png" alt="Mobile Taxi-Booking App"
style="max-width: 300px; max-height: 300px; flex: 1; ">
<div style="flex: 2; padding-left: 20px;">
<h2>Mobile Taxi-Booking App</h2>
<p><b>Tools: </b>Flutter SDK, Dart, Firebase, Google Maps Places, Twilio
SMS</p>
<p>A mobile taxi-booking app developed for A1 Airline Taxi & Van to allow
customers to easily plan and book trips. Built with the Flutter SDK to
provide native-like performance. Google Maps Places
API facilitates address lookup and Twilio API powers SMS customer
communications.</p>
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/2.png" alt="Mobile Taxi-Booking App">
<figcaption>
<h2>Mobile Taxi-Booking App</h2>
<p>A1 Airline Taxi & Van</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix design">
<div class="item">
<a href="#work3-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="work3-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/3.png" alt="Mercato"
style="max-width: 300px; max-height: 300px; flex: 1; ">
<div style="flex: 2; padding-left: 20px;">
<h2>Mercato</h2>
<p><b>Tools: </b>Adobe XD, Apple Human Interface</p>
<p>Mercato is a concept application that was designed to help small and
medium-sized businesses boost sales during the pandemic by providing an
e-commerce platform to list goods and products on. Retailers can add and
market any products they want to make visible to users.</p>
<div id="work-popup-style-button-container"
onclick="window.open('https://xd.adobe.com/view/d36f4613-598f-42e5-b4d0-c7338a805208-863c/?fullscreen', '_blank');">
<button class="work-popup-style-button">View Project</button>
<svg class="work-svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24">
<path
d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
</div>
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/3.png" alt="Mercato E-Commerce Platform">
<figcaption>
<h2>SMB E-Commerce Platform</h2>
<p>Mercato</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix development">
<div class="item">
<a href="#work4-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="work4-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/4.png" alt="Bus Driver Companion"
style="max-width: 300px; max-height: 300px; flex: 1; ">
<div style="flex: 2; padding-left: 20px;">
<h2>Bus Driver Companion</h2>
<p><b>Tools: </b>Flutter SDK, Dart, Python</p>
<p>An internal companion app for Switzer-CARTY Transportation bus drivers.
Simplifies drivers' duties to submit leaves, log and specify overtime,
store payment receipts, fill electronic documents, and other day-to-day
tasks. Designed for use by 100+ employees across 7 branch locations.</p>
<!-- <div id="work-popup-style-button-container"
onclick="window.open('', '_blank');">
<button class="work-popup-style-button">View Project</button>
<svg class="work-svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24">
<path
d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
</div> -->
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/4.png" alt="Bus Driver Companion">
<figcaption>
<h2>Bus Driver Companion</h2>
<p>Switzer-CARTY Transportation</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix design">
<div class="item">
<a href="#work5-popup" class="work-popup">
<figure class="effect-ruby">
<!-- START SINGLE WORK POP DESIGN AREA -->
<div id="work5-popup" class="work-popup-style mfp-hide">
<img src="assets/images/featured-works/5.png" alt="Formalwear Site Design"
style="max-width: 300px; max-height: 300px; flex: 1; border: 0.05px solid #273769;">
<div style="flex: 2; padding-left: 20px;">
<h2>Formalwear Site Design</h2>
<p><b>Tools: </b>Adobe XD</p>
<p>Andrew's Formals is a local business specializing in formalwear for
special events. As part of a consultation for a business study, a
complete makeover for the business's website was created to increase
customer engagement and positive impressions.</p>
<div id="work-popup-style-button-container"
onclick="window.open('https://drive.google.com/drive/folders/1Gq1T-Zo4c-UA6va5F4Xlyrq-bkn9lGpD?usp=sharing', '_blank');">
<button class="work-popup-style-button">View Project</button>
<svg class="work-svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24">
<path
d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
</div>
</div>
<div>
</div>
</div>
<!-- END SINGLE WORK POP DESIGN AREA -->
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/5.png" alt="Formalwear Site Design">
<figcaption>
<h2>Formalwear Site Design</h2>
<p>Andrew's Formals</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</a>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
<!-- START SINGLE WORK DESIGN AREA -->
<div class="col-md-4 col-sm-6 mix design development">
<div class="item">
<figure class="effect-ruby">
<!-- START SINGLE WORK HOVER AREA -->
<img src="assets/images/featured-works/coming-soon.png" alt="More projects coming soon.">
<figcaption>
<h2>Coming Soon</h2>
<p>Creating more projects soon!</p>
</figcaption>
<!-- END SINGLE WORK HOVER AREA -->
</figure>
</div>
</div>
<!-- END SINGLE WORK DESIGN AREA -->
</div>
</div>
</div>
</section>
<!-- / END START WORK DESIGN AREA -->
<!-- START INVOLVEMENT DESIGN AREA -->
<section id="involvement" class="work-experience-area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>Involvement.</h2>
</div>
</div>
</div>
<div class="row wow fadeInUp" data-wow-delay="0.3s">
<div class="col-lg-12">
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Co-President, Co-Founder</h2>
<span>Aug 2020 - Present</span>
<img src="assets/images/logos/wod_logo.png" alt="World of Devs">
<h3>World of Devs</h3>
<p>World of Devs is an organization that aims to organize global opportunities (hackathons,
professional speaker panels, bootcamps, workshops, etc.) to support youth aspiring to enter
the field of software development. Current audience comprises of 900+ individuals in 25+
countries.
<a id="wod-involvement-link" class="involvement-experience-link" onClick="window.open('https://www.worldofdevs.ca', '_blank');">Learn more.</a>
</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Chapter President</h2>
<span>Sep 2021 - June 2023</span>
<img src="assets/images/logos/fbla_logo.png" alt="FBLA">
<h3>HB FBLA @ Harold M. Brathwaite Secondary School</h3>
<p>FBLA is the world's largest student career development organization in the world! As chapter president, I led department operations (marketing, training, finances, and equity) at my school to ensure a successful experience for executive members and competitors.
<a id="fbla-involvement-link" class="involvement-experience-link" onClick="window.open('https://www.instagram.com/hb_fbla/', '_blank');">Learn more.</a>
</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Chapter VP of Development</h2>
<span>Sep 2022 - June 2023</span>
<img src="assets/images/logos/hack_club_logo.png" alt="Hack Club">
<h3>HB Hack Club @ Harold M. Brathwaite Secondary School</h3>
<p>Hack Club is a global network of student-led clubs and organizations. At HB Hack Club, as VP of Development, I created programming-related content and hosted workshops for members to expand their working knowledge and proficiency in software development.
<a id="hack-club-involvement-link" class="involvement-experience-link" onClick="window.open('https://www.instagram.com/hbhackclub/', '_blank');">Learn more.</a>
</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
<!-- START SINGLE EDUCATION DESIGN AREA -->
<div class="single-experience">
<h2>Python Tutor</h2>
<span>Feb 2022 - Jun 2022</span>
<img src="assets/images/logos/educationist_logo.jpeg" alt="Educationist Tutoring">
<h3>Educationist Tutoring</h3>
<p>Educationist is a free tutoring service designed to assist students across the world in a variety of subjects. As a Python tutor, I worked with students to help them develop problem-solving skills and programming abilities for use in the real world.
<a id="educationist-involvement-link" class="involvement-experience-link" onClick="window.open('https://educationisttutoring.org', '_blank');">Learn more.</a>
</p>
</div>
<!-- / END SINGLE EDUCATION DESIGN AREA -->
</div>
</div>
</div>
</section>
<!-- / END INVOLVEMENT DESIGN AREA -->
<!-- START SOCIAL DESIGN AREA -->
<section id="connect" class="social-design-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="social-link-area text-center">
<h2>connect with me!</h2>
<ul class="wow fadeInUp">
<li><a class="linkedin" href="https://www.linkedin.com/in/anantjyot-grang/" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin"></i></a></li>
<li><a class="envelope" href="mailto:[email protected]" target="_blank" rel="noopener noreferrer"><i class="fa fa-envelope"></i></a></li>
<li><a class="github" href="https://github.com/granganantjyot" target="_blank" rel="noopener noreferrer"><i class="fa fa-github"></i></a></li>
<li><a class="resume" href="https://drive.google.com/file/d/1KQeHv5XizIRGP6De5GS9lPB1pFwDMEPn/view?usp=share_linkt" target="_blank" rel="noopener noreferrer"><i class="fa fa-file-text"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- / END SOCIAL DESIGN AREA -->
<!-- START FOOTER DESIGN AREA -->
<footer class="footer-area">
<div class="container">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInUp" data-wow-delay="0.2s">
<p><b>Anantjyot Grang: </b>Developer, Innovator, Student.<br>Feel free to shoot me an email to discuss anything!</p>
</div>
<div class="col-sm-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="footer-email">
<p><i class="fa fa-envelope-open"></i>[email protected]</p>
<a id="footer-link" onClick="window.open('https://drive.google.com/file/d/1KQeHv5XizIRGP6De5GS9lPB1pFwDMEPn/view?usp=share_linkt', '_blank');">My Resume, </a>
<a id="footer-link" onClick="window.open('https://se-webring.xyz', '_blank');">SE Webring</a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- / END FOOTER DESIGN AREA -->
<!-- LATEST JQUERY -->
<script src="assets/js/jquery.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- OWL CAROUSEL JS -->
<script src="assets/owlcarousel/js/owl.carousel.min.js"></script>
<!-- MIXITUP JS -->
<script src="assets/js/jquery.mixitup.js"></script>
<!-- PARALLAX JS -->
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/app.js"></script>
<!-- MAGNIFICANT JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.mb.YTPlayer.min.js"></script>
<script type="text/javascript">
$('.player').mb_YTPlayer();
</script>
<!-- WOW JS -->
<script src="assets/js/wow.min.js"></script>
<!-- CONTACT FORM JS -->
<script src="assets/js/form-contact.js"></script>
<!-- SCRIPT JS -->
<script src="assets/js/scripts.js"></script>
</body>
</html>