forked from JasonD94/jasond94.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
547 lines (487 loc) · 22.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--
File: index.html
Jason Downing
Contact: [email protected]
MIT Licensed - see http://opensource.org/licenses/MIT for details.
Anyone may freely use this code. Just don't sue me if it breaks stuff.
Created: September 3rd, 2015.
Last Updated: March 28th, 2019
Jason Downing's personal website. This site has information about him,
details about his education, skills, and links to his GitHub and LinkedIn
Profiles. This site is hosted on GitHub Pages.
-->
<!-- Custom Title Bar -->
<title>Jason Downing</title>
<!-- Bootstrap Core CSS -->
<!-- 6/15/2018: Updated to the latest version of Bootstrap (4.1.1) -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Custom Fonts -->
<script src="https://use.fontawesome.com/4dfd1d7bab.js"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- Index CSS -->
<link href="css/index.css" rel="stylesheet">
<!-- Custom favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Google Analytics Tracking Tag. Track how people access my site and such.
(assuming they don't block ads or whatever from Google) -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68657454-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<!-- Updated with latest Creative -->
<a class="navbar-brand js-scroll-trigger" href="#page-top">Jason Downing</a>
<button class="navbar-toggler navbar-toggler-right" type="button"
data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#funstuff">Fun</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#github">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="img/resume.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Section
Header image found at the following URL:
https://upload.wikimedia.org/wikipedia/commons/f/f5/Free-ride.jpg
-->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>Jason Downing</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">Mountain Biker. Skier. UMass Lowell Graduate.</p>
<p class="text-italic mb-5">
Software Engineer II</a>
</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More!</a>
</div>
</div>
</div>
</header>
<!-- Education Section -->
<section class="bg-primary" id="about">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 mx-auto text-center mb-4"">
<h2 class="section-heading text-white">Education</h2>
<hr class="light my-4">
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 text-center mb-4"">
<i class="fa fa-4x fa-id-card-o text-faded sr-icons"></i>
<h3 class="text-white">Degree</h3>
<p class="text-faded">Bachelor of Science in Computer Science from
<a class="text-white-link" href="https://www.uml.edu/" class="text-blue">UMass Lowell</a></p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center div-padding-fix mb-4"">
<i class="fa fa-4x fa-graduation-cap text-faded sr-icons"></i>
<h3 class="text-white">Graduation</h3>
<p class="text-faded">Graduated in May 2017 with Latin Honors</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center mb-4"">
<i class="fa fa-4x fa-code text-faded sr-icons"></i>
<h3 class="text-white">Languages</h3>
<p class="text-faded no-margin">C#, JavaScript, Java</p>
<p class="text-faded">Python, and C / C++</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center mb-4"">
<i class="fa fa-4x fa-file-code-o text-faded sr-icons"></i>
<h3 class="text-white">Skills</h3>
<p class="text-faded no-margin">C# .NET Back end</p>
<p class="text-faded">HTML5 Front end</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<a class="btn btn-light btn-xl js-scroll-trigger" href="#work">Wait There's More!</a>
</div>
</div>
</div>
</section>
<!-- Work Experience Section. -->
<section id="work">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Work</h2>
<hr class="primary">
</div>
<div class="col-sm-12 text-center mt-4 mb-4"">
<i class="fa fa-4x fa-rocket text-primary sr-icons"></i>
<h3 class="mt-4 mb-4">Software Engineer II</h3>
<p class="text-muted">August 2019 to Present: <span class="RtnRed">Raytheon</span></p>
</div>
<div class="col-lg-3 col-sm-6 text-center">
<i class="fa fa-4x fa-fighter-jet text-primary sr-icons"></i>
<h3 class="mt-4 mb-4">System Engineer II</h3>
<p class="text-muted">April 2018 to August 2019: BAE Systems</p>
</div>
<div class="col-lg-3 col-sm-6 text-center">
<i class="fa fa-4x fa-truck text-primary sr-icons"></i>
<h3 class="mt-4 mb-4">Software Developer</h3>
<p class="text-muted">July 2017 to April 2018: Creative Logistics Solutions (CLS)</p>
</div>
<div class="col-lg-3 col-sm-6 text-center">
<!-- TIL: Bootstrap has awesome spacing classes
https://getbootstrap.com/docs/4.0/utilities/spacing/ -->
<i class="fa fa-4x fa-android text-primary sr-icons"></i>
<i class="fa fa-4x fa-server text-primary sr-icons ml-4"></i>
<h3 class="mt-4 mb-4">Technical Intern</h3>
<p class="text-muted mb-4">Summer 2015: Fidelity Institutional (FI)</p>
<p class="text-muted mb-5">Summer 2016: Fidelity Personal Investing (PI) </p>
</div>
<div class="col-lg-3 col-sm-6 text-center">
<i class="fa fa-4x fa-pied-piper text-primary sr-icons"></i>
<h3 class="mt-4 mb-4">Research Assistant</h3>
<p class="text-muted">Summer 2014: UMass Lowell's Engaging Computing Group Research Lab</p>
</div>
</div>
<div class="text-center">
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#funstuff">
Boring, show me some fun stuff!</a>
</div>
</div>
</section>
<!-- Some fun stuff, leave the boring code for last. -->
<section class="bg-green" id="funstuff">
<div class="container-fluid">
<div class="row images-vcenter">
<div class="col-lg-12 pb-3 text-center">
<h2 class="section-heading">Fun Stuff</h2>
<hr class="hr-black">
</div>
<!-- Fun stuff includes links to Mountain Biking, Skiing and Spotify playlists -->
<div class="col-lg-4 col-sm-6 text-center">
<a class="href-black" href="https://downing.io/Mountain-Biking/">
<img src="img/portfolio/thumbnails/mtn-biking.jpg"
class="img-fluid images-border"
alt="Mountain Biking">
</a>
<h3 class="mt-4 mb-4">Mountain Biking</h3>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<a class="href-black" href="https://downing.io/Skiing/">
<img src="img/portfolio/thumbnails/skiing.jpg"
class="img-fluid images-border-skiing"
alt="SKIING!">
</a>
<h3 class="mt-4 mb-4">SKIING!</h3>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<a class="href-black" href="https://downing.io/Spotify/">
<img src="img/portfolio/thumbnails/spotify.png"
class="img-fluid"
alt="Spotify Playlists!">
</a>
<h3 class="mt-4 mb-4">Spotify Playlists!</h3>
</div>
</div>
<div class="text-center">
<a class="btn btn-black btn-xl js-scroll-trigger" href="#github">
Cool, show me the < ⁄ CODE ></a>
</div>
</div>
</section>
<!-- GitHub Section -->
<section class="min-padding-top bg-dark" id="github">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Tweaking this part so the title links straight to my GitHub
page, without adding the silly extra "CLICK THIS ICON" text that was
there before. -->
<h2 class="section-heading">
<a class="text-white-link" href="https://github.com/JasonD94" class="text-white">GitHub: JasonD94
<i class="fa fa-1x fa-github-square" style="color:white"></i>
</a>
</h2>
<hr class="light">
</div>
</div>
</div>
<!-- GitHub links below -->
<div class="container-fluid p-0"> <!-- p-0 makes the images go edge to edge (no padding) -->
<div class="row no-gutters">
<!--
Redoing the links arrangement. Current thought is it should go:
downing.io <-> GUI II <-> Scrabble
UML Alerts <-> GUI I <-> Racket Weather
In the future, add DB1 and DB2 projects, and maybe one other project
to complete the 3rd full row. Possibly College repository. This should
be possible after graduation. Could also add the DB2 app.
3rd future row would be:
DB2 Phase 2 <-> DB2 Android app <-> College
4th row could be:
React Tutorial <-> MEAN Project <-> another project
5th row could be:
HTML-Apps <-> Teaching <-> iSENSE-API
In the future, maybe add ECG lab work too (Teaching and API repositories)
-->
<!-- First Link: source code for downing.io -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/JasonD94/jasond94.github.io">
<!-- Same photo as the header, but resized.
URL: https://upload.wikimedia.org/wikipedia/commons/f/f5/Free-ride.jpg
-->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/downing-io.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
downing.io
</div>
<div class="project-name">
Source code for this personal website
</div>
</div>
</div>
</a>
</div>
<!-- Second Link: source code for GUI II Project (Ski Maps) -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="http://downing.io/Ski-Maps/">
<!-- Awesome photo of JT and random skiers from Google Photos
(Personal photo taken March 15 2017 at Cannon Mt)
Public URL: https://goo.gl/photos/RXYDMpAVjZmXL4MD6
-->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/ski-maps.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Ski Maps
</div>
<div class="project-name">
GUI II Project. Front-end web project for showing skiing conditions.
</div>
</div>
</div>
</a>
</div>
<!-- Third Link: source code for GUI I last assignment (Scrabble) -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/JasonD94/scrabble">
<!-- Thumbnail from Wikipedia
URL: https://upload.wikimedia.org/wikipedia/commons/5/5d/Scrabble_game_in_progress.jpg
-->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/scrabble.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Scrabble
</div>
<div class="project-name">
Full implementation of the Scrabble board game.
</div>
</div>
</div>
</a>
</div>
<!-- Fourth Link: source code for UMass Lowell Mobile Dev class (UML Alerts) -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/JasonD94/UML-Alerts">
<!-- Thumbnail from alphr.com
URL: http://cdn1.alphr.com/sites/alphr/files/2016/05/best_android_apps.jpg
-->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/uml-alerts.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
UML Alerts
</div>
<div class="project-name">
Android App for UMass Lowell Android App Development class.
</div>
</div>
</div>
</a>
</div>
<!-- Fifth Link: source code for entire GUI I class (GUI I) -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/JasonD94/GUI">
<!-- Thumbnail from dtelepathy.com
URL: http://www.dtelepathy.com/blog/wp-content/uploads/2015/06/Technique-for-Faster-Web-Development.jpg -->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/gui.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
GUI
</div>
<div class="project-name">
GUI I GitHub repository. Front-end web pages.
</div>
</div>
</div>
</a>
</div>
<!-- Sixth Link: source code for OPL Project (Racket Weather) -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/oplS16projects/Racket-Weather">
<!-- Thumbnail from gannett-cdn.com
URL: http://www.gannett-cdn.com/-mm-/3526533239800dac0c978150377d099025f1e52c/c=52-700-4303-3102&r=x1683&c=3200x1680/local/-/media/USATODAY/None/2014/10/03/1412368123000-Mesostorm-Lightning.jpg -->
<img class="img-responsive" width="100%" height="auto" src="img/portfolio/thumbnails/racket-weather.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Racket Weather
</div>
<div class="project-name">
OPL Project. Visualizations in Racket using data from
the OpenWeatherMap API.
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Contact section -->
<section class="min-padding" id="contact">
<div class="container">
<!-- Contact Jason Row -->
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">
<!-- Attempting to avoid spam by removing @ and the dot in my domain -->
Contact Jason</h2>
<hr class="primary">
<p>If you have an interesting opportunity in the <strong>Boston area</strong>, you
can send (please no spam 🙁) him a message using the form below.</p>
<!-- Really avoiding spam by sending emails to the spam box
Docs URL: https://formspree.io/
Also, Bootstrap forms: https://getbootstrap.com/docs/3.3/css/#forms -->
<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!! CHANGE THE FORMSPREE ENDPOINT TO YOUR OWN EMAIL IF YOU FORK THIS REPO. MUCH THANKS !!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-->
<form action="https://formspree.io/mdopovkv" method="POST" class="form-horizontal" role="form">
<!-- Need a name, reply to email, and a message -->
<div class="form-group">
<input type="text" name="name" placeholder="Your Name" class="form-control" required>
</div>
<div class="form-group">
<input type="email" name="email" placeholder="Your Email" class="form-control" required>
</div>
<div class="form-group">
<textarea name="message" placeholder="Your message" class="form-control" required></textarea>
</div>
<!-- Hidden elements here -->
<input type="hidden" name="_subject" value="New email from Contact Me Form!" class="form-control">
<input type="hidden" name="_next" value="thanks.html" />
<!-- Submit button -->
<div class="form-group">
<input type="submit" value="Email Jason" class="btn btn-primary btn-xl">
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>You can also find his personal email, LinkedIn and GitHub below too.</p>
</div>
</div>
<!-- Email, LinkedIn, and GitHub links -->
<div class="row">
<div class="col-4 col-sm-4 col-lg-2 offset-lg-3 text-center">
<a href="mailto:jason[AT]downing[DOT]io">
<i class="fa fa-envelope fa-4x sr-icons"></i>
</a>
<p><a href="mailto:jason [ AT ] [ ~my domain here~ ]" class="text-blue">Email</a></p>
</div>
<div class="col-4 col-sm-4 col-lg-2 text-center">
<a href="https://www.linkedin.com/in/jasonpdowning">
<i class="fa fa-linkedin-square fa-4x sr-icons"></i>
</a>
<p><a href="https://www.linkedin.com/in/jasonpdowning" class="text-blue">LinkedIn</a></p>
</div>
<div class="col-4 col-sm-4 col-lg-2 text-center">
<a href="https://github.com/JasonD94">
<i class="fa fa-github-square fa-4x sr-icons"></i>
</a>
<p><a href="https://github.com/JasonD94" class="text-blue">GitHub</a></p>
</div>
</div>
</div>
</section>
<!-- THIS IS THE FOOTER - displays a copyright notice and
that Bootstrap powers this web page.
6/16/2018: Added new line for the Source on Github... part, with margin bottom
set to 1 (awesome new bootstrap 4 mb-1 class)-->
<div class="container">
<p class="text-center text-muted text-small mb-1">
Jason Downing © 2015 - 2020. All rights reserved.
Powered by <a href="http://www.getbootstrap.com/" class="text-blue">Bootstrap</a>.
</p>
<p class="text-center text-muted text-small">
Source on <a href="https://github.com/JasonD94/jasond94.github.io" class="text-blue">GitHub</a>.
Theme based on the
<a href="http://startbootstrap.com/template-overviews/creative/" class="text-blue">Creative Bootstrap Theme</a>
by <a href="http://startbootstrap.com/" class="text-blue">Start Bootstrap</a>.
</p>
</div>
<!-- 6/15/2018: Updated jQuery, added Popper.js, and updated Bootstrap JS to 4.1.1 -->
<!-- Also pulling in the Bootstrap 4 update from Start Bootstrap too
https://github.com/BlackrockDigital/startbootstrap-creative -->
<!-- jQuery 3.3.1 -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- Bootstrap 4.1 JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<!-- Plugin & Theme JavaScript (With Bootstrap 4 Update) -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollreveal.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/creative.min.js"></script>
</body>
</html>