-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
801 lines (748 loc) · 24.4 KB
/
index_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jaydeep Mistry</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous">
<!-- Leaflet CSS -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin="" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<style>
body {
position: relative;
}
.site-header {
background-color: rgba(0, 0, 0, .85) !important;
}
.pt-7 {
padding-top: 70px;
}
.pt-10 {
padding-top: 100px;
}
.pb-7 {
padding-bottom: 70px;
}
.profile-name {
font-size: 1.75rem !important;
font-weight: lighter;
}
.profile-picture {
max-width: 300px;
}
.background-green {
background: rgba(76, 175, 80, 0.2);
}
.progress-skills {
height: 30px;
}
.map-frame {
height: 40vh;
}
@media (min-width: 768px) {
.card-columns {
column-count: 2;
}
}
@media (min-width: 992px) {
.card-columns {
column-count: 3;
}
}
@media (min-width: 1200px) {
.card-columns {
column-count: 4;
}
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50" class="">
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top site-header">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand profile-name" href="#about">Jaydeep Mistry</a>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto nav-pills pt-1">
<li class="nav-item">
<a class="nav-link pl-2 pr-2" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link pl-2 pr-2" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link pl-2 pr-2" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link pl-2 pr-2" href="#experiences">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link pl-2 pr-2" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="about" class="jumbotron jumbotron-fluid pt-10 mb-0 background-green">
<div class="container">
<div class="row">
<div class="col-lg">
<img class="img-thumbnail rounded-circle profile-picture mx-auto d-block" alt="Jaydeep Mistry Profile Picture" src="https://i.ibb.co/yWwHLTY/Mistry-Jaydeep-Square.jpg">
</div>
<div class="col-sm lead text-center">
<table class="h-100 w-100">
<tbody>
<tr>
<td class="lead align-middle">
<p>
Jaydeep Mistry is a persistent programmer, a dedicated friend, and a relentless problem solver. He has competed in various app challenges, presented his work at recognized conferences, and earned the respect of his peers through creative solutions.
</p>
<a class="btn btn-success" href="#experiences" role="button">Find Out More</a>
<a class="btn btn-info" href="#contact" role="button">Get in Touch</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="skills" class="container pt-7">
<h1 class="display-4">Skills</h1>
<div class="row">
<div class="col-sm">
<div class="border border-secondary progress progress-skills mb-2">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 95%"><strong>95%</strong></div>
</div>
</div>
<div class="col-sm">
<h5>Python</h5>
<ul>
<li>Jupyter Notebooks</li>
<li>Pandas Framework</li>
<li>Matplotlib Plotting</li>
<li>scikit-learn Machine Learning</li>
<li>spaCy NLP</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="border border-secondary progress progress-skills mb-2">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%"><strong>90%</strong></div>
</div>
</div>
<div class="col-sm">
<h5>GIS (Geographic Information Science)</h5>
<ul>
<li>ArcGIS Pro</li>
<li>ArcGIS Online</li>
<li>ArcGIS JavaScript API 4.X</li>
<li>ArcPy</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="border border-secondary progress progress-skills mb-2">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"><strong>80%</strong></div>
</div>
</div>
<div class="col-sm">
<h5>Web App Development</h5>
<ul>
<li>ArcGIS Web App Builder</li>
<li>Ionic Framework</li>
<li>HTML + Bootstrap</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="border border-secondary progress progress-skills mb-2">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"><strong>75%</strong></div>
</div>
</div>
<div class="col-sm">
<h5>Teaching</h5>
<ul>
<li>Problem Solving</li>
<li>Performing Lectures</li>
<li>Quantitative Feedback</li>
<li>Teamwork</li>
</ul>
</div>
</div>
</div>
<div id="education" class="container pt-7">
<h1 class="display-4">Education</h1>
<div class="row">
<div class="col-lg">
<div class="img-thumbnail">
<div id="mapid" class="img-thumbnail map-frame"></div>
</div>
<p class="container text-right">
<i class="fas fa-map-marker-alt"></i>
Waterloo, Ontario, Canada
</p>
</div>
<div class="col-sm">
<div class="row-sm">
<h5>
Master of Environmental studies
</h5>
</div>
<div class="row-sm">
<ul>
<li>Pursuing at the University of Waterloo</li>
<li>Expected to complete by April 2019</li>
<li>Researching the use of GitHub for government related work</li>
<li>Achieved a GPA of 90%</li>
</ul>
</div>
<div class="row-sm">
<h5>
Bachelors of Environmental Studies
</h5>
</div>
<div class="row-sm">
<ul>
<li>Graduated from the University of Waterloo</li>
<li>Completed in April 2017</li>
<li>Completed Major of Geomatics</li>
<li>Completed Minor in Computer Science</li>
<li>Achieved the Excellence in GIS Diploma</li>
<li>Achieved a GPA of 80%</li>
</ul>
</div>
</div>
</div>
</div>
<div id="experiences" class="container pt-7">
<h1 class="display-4">Experiences</h1>
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home"
aria-selected="true">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile"
aria-selected="false">Conferences</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact"
aria-selected="false">Other</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
<div class="card-columns">
<div class="card border-secondary">
<div class="card-body">
<h5 class="card-title">
Graduate Teaching Assistant
</h5>
<h6 class="card-subtitle mb-2 text-muted">
University of Waterloo
</h6>
<p class="card-text">
Teaching undergraduate students 3rd year undergraduate Spatial Databases (GEOG 387)
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Waterloo, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
September 2017 - April 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Co-op Internship
</div>
<div class="card-body">
<h5 class="card-title">
GIS Analyst
</h5>
<h6 class="card-subtitle mb-2 text-muted">
Esri Canada
</h6>
<p class="card-text">
Worked in the Community Maps team to improve the Esri Inc World Topographic basemap.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Toronto, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
January 2016 - April 2016
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Co-op Internship
</div>
<div class="card-body">
<h5 class="card-title">
Junior Land Use Change Analyst
</h5>
<h6 class="card-subtitle mb-2 text-muted">
Environment Canada
</h6>
<p class="card-text">
Worked with physical scientist Shari Hayne to maintain and update Canadian peat extraction greenhouse gas
estimates.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Gatineau, Quebec, Canada
</li>
</ul>
<div class="card-footer text-muted">
May 2015 - August 2015
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Co-op Internship
</div>
<div class="card-body">
<h5 class="card-title">
Library Systems Technician
</h5>
<h6 class="card-subtitle mb-2 text-muted">
University of Waterloo
</h6>
<p class="card-text">
Worked for the University's Library Technologies and Facilities Section to provide multi-tear I.T. support to
100+
staff.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Waterloo, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
September 2014 - December 2014
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Co-op Internship
</div>
<div class="card-body">
<h5 class="card-title">
Desktop Support Technician
</h5>
<h6 class="card-subtitle mb-2 text-muted">
Atomic Energy of Canada Limited (AECL)
</h6>
<p class="card-text">
Worked in the I.T. department to provide tear-1 customer service to 200+ staff.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Chalk River, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
January 2014 - April 2014
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
<div class="card-columns">
<div class="card border-secondary">
<div class="card-header">
Project Presentation
</div>
<div class="card-body">
<h5 class="card-title">
Esri User Conference
</h5>
<p class="card-text">
Presented the Azure web-app, the 1st runner up submission for the Esri Canada 2018 App Challenge.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
San Diego, California, U.S.A.
</li>
</ul>
<div class="card-footer text-muted">
June 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-body">
<h5 class="card-title">
Open Data Conference
</h5>
<p class="card-text">
Attended the 2nd annual conference and discussed smart cities and open data initiatives affecting Ontario.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
City of Barrie, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
June 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Project Presentation
</div>
<div class="card-body">
<h5 class="card-title">
Esri in Education Conference
</h5>
<p class="card-text">
Presented the Urth-Routes web-app, the 1st runner up submission for the Esri Canada 2018 App Challenge.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Toronto, Ontario, Canada
</li>
</ul>
<div class="card-footer text-muted">
November, 2018
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">
<div class="card-columns">
<div class="card border-secondary">
<div class="card-header">
Hobby
</div>
<div class="card-body">
<h5 class="card-title">
Google Maps Local Guide
</h5>
<p class="card-text">
Uploaded 400+ photos to Google Maps and gained 1.4 Million views so far. Dedicated local guide by helping write
140+
accurate reviews to local attractions.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item text-right">
<a class="btn btn-info" href="https://www.google.com/maps/contrib/105296976064275189262/" role="button"
target="_blank">
Available here
</a>
</li>
</ul>
</div>
<div class="card border-secondary">
<div class="card-header">
Passion Project
</div>
<div class="card-body">
<h5 class="card-title">
GRT TXT
</h5>
<p class="card-text">
Created a universal mobile app to allow riders of the Grand River Transit to SMS its bus stops for their next bus
times.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item text-right">
<a class="btn btn-info" href="https://play.google.com/store/apps/details?id=com.grttxt.jrmistry.grtext2" role="button"
target="_blank">
Available on Google Play
</a>
</li>
</ul>
<div class="card-footer text-muted">
August 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Competition Winner
</div>
<div class="card-body">
<h5 class="card-title">
Open Data App Challenge
</h5>
<p class="card-text">
Delivered a pitch for an app to gamify health tracking while providing benefits to its users for exploring their
neighborhoods and interacting with local businesses.
</p>
</div>
<div class="card-footer text-muted">
May 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
1st Runner Up
</div>
<div class="card-body">
<h5 class="card-title">
Esri Canada App Challenge 2018
</h5>
<p class="card-text">
Made a web-app to visualize sea level rise in the City of Vancouver using 3D web mapping tools.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item text-right">
<a class="btn btn-info" href="https://esricanada-ce.github.io/appchallenge/2018/teams/uw/Water3D/" role="button"
target="_blank">
Available here
</a>
</li>
</ul>
<div class="card-footer text-muted">
February 2018
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
1st Runner Up
</div>
<div class="card-body">
<h5 class="card-title">
Esri Canada App Challenge 2017
</h5>
<p class="card-text">
Made a web-app to promote healthy modes of commute in exchange for losing calories and reducing ones' greenhouse
gas
emissions.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item text-right">
<a class="btn btn-info" href="https://esricanada-ce.github.io/appchallenge/2017/teams/uw/Team_Earth_Link/"
role="button" target="_blank">
Available here
</a>
</li>
</ul>
<div class="card-footer text-muted">
February 2017
</div>
</div>
<div class="card border-secondary">
<div class="card-header">
Exchange Study
</div>
<div class="card-body">
<h5 class="card-title">
Hong Kong University of Science and Technology (HKUST)
</h5>
<p class="card-text">
Attended HKUST as a software engineering student studying computer systems, network, software, and high-tech
start-ups.
</p>
</div>
<div class="card-footer text-muted">
September 2015 - December 2015
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="jumbotron jumbotron-fluid pt-7 mb-0 background-green">
<div class="container">
<h1 class="display-4">Contact</h1>
<p class="lead">
There are many ways to reach me! Best would be email.
</p>
<div class="row text-center">
<div class="col mb-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-info text-center" data-toggle="modal" data-target="#exampleModal">
<div>
<i class="fas fa-envelope fa-3x"></i>
</div>
Email
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
Email Request
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
To prove that you are not a robot, please answer the question:
</p>
<p>
If the sun rises in the East, and sets in West, and the moon can be seen during daytime and night time in the
sky, what covers over 70% of the Earth, can be seen from space, and looks mostly blue if the sun is constantly
shining down on it?
</p>
<form class="needs-validation" novalidate>
<div class="form-group">
<input id="emailRequest" class="form-control text-center" type="text" placeholder="WaterWaterWater" required>
<div class="invalid-feedback">
Incorrect answer.
</div>
<button type="button" onclick="validateEmailRequest()" class="btn btn-primary mt-3">Submit</button>
</div>
</form>
<a id="emailAnswer" class="lead" href="mailto:#"></a>
<script>
// Example starter JavaScript for disabling form submissions if there are invalid fields
(function () {
'use strict';
window.addEventListener('load', function () {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function (form) {
form.addEventListener('submit', function (event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
</div>
</div>
</div>
</div>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://twitter.com/Jaydeep__Mistry" target="_blank">
<div>
<i class="fab fa-twitter-square fa-3x"></i>
</div>
Twitter
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://www.linkedin.com/in/jaydeep-mistry/" target="_blank">
<div>
<i class="fab fa-linkedin fa-3x"></i>
</div>
LinkedIn
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://github.com/jrmistry" target="_blank">
<div>
<i class="fab fa-github-square fa-3x"></i>
</div>
GitHub
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://www.kaggle.com/jrmistry" target="_blank">
<div>
<i class="fab fa-kaggle fa-3x"></i>
</div>
Kaggle
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://www.google.com/maps/contrib/105296976064275189262/" target="_blank">
<div>
<i class="fab fa-google fa-3x"></i>
</div>
Google Maps
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://www.instagram.com/fakejd/" target="_blank">
<div>
<i class="fab fa-instagram fa-3x"></i>
</div>
Instagram
</a>
</div>
<div class="col mb-4">
<a class='btn btn-info text-center' href="https://uwaterloo.ca/geospatial-participation/people-profiles/jaydeep-mistry/"
target="_blank">
<div>
<i class="fas fa-graduation-cap fa-3x"></i>
</div>
UWaterloo
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-light text-center">
<ul class="list-inline pb-1 mb-0">
<li class="list-inline-item">
Website Made by © <a href="#about" class="badge badge-light">Jaydeep Mistry</a>
</li>
<li class="list-inline-item">
Styled Using <a href="https://getbootstrap.com/" class="badge badge-light" target="_blank">Bootstrap</a>
</li>
<li class="list-inline-item">
Hosted on <a href="https://github.com/jrmistry/jrmistry.github.io/" class="badge badge-light" target="_blank">GitHub</a>
</li>
</ul>
</div>
<!-- Leaflet JS -->
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js" integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA=="
crossorigin=""></script>
<script>
function validateEmailRequest() {
var emailRequest = document.getElementById("emailRequest");
var emailAnswer = document.getElementById("emailAnswer");
var component = "jaydeep.mistry"
var product = "@"
var group = "uwaterloo"
var placer = ".ca"
if (emailRequest.value == "Water" || emailRequest.value == "water") {
emailAnswer.href = "mailto:" + component + product + group + placer;
emailAnswer.innerHTML = component + product + group + placer;
} else {
emailAnswer.innerHTML = '';
emailRequest.value = '';
}
};
var mymap = L.map('mapid').setView([43.469161, -80.540160], 14);
L.tileLayer("http://tile.openstreetmap.org/{z}/{x}/{y}.png", {
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, '
}).addTo(mymap);
// Tim Hortons at SCH
L.marker([43.469161, -80.540160]).addTo(mymap)
.bindPopup('<a href="https://uwaterloo.ca/" target="_blank"><h5>University of Waterloo</h5></a>');
// var mymap2 = L.map('mapid2').setView([43.470837, -80.538000], 14);
// L.tileLayer("http://tile.openstreetmap.org/{z}/{x}/{y}.png", {
// attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, '
// }).addTo(mymap2);
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</body>
</html>