-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
511 lines (479 loc) · 30.4 KB
/
index.html
File metadata and controls
511 lines (479 loc) · 30.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="js-file.png" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="jquery.sticky.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="style.css">
<title>Josh Stewart: Web Developer</title>
<a href="#home"></a>
</head>
<body>
<!------------------------------------------------------------------------
Header Content
------------------------------------------------------------------------>
<div class="container-fluid px-0 mb-0 h-100" id="maincontent">
<!------------------------------------------------------------------------
Sticky Navbar Content
------------------------------------------------------------------------>
<div class="nav-wrapper mb-0">
<nav class="navbar navbar-toggleable" style="height: 55px">
<div class="row w-100 mx-auto">
<div class="col text-center hidden-md-down"></div>
<a class="col text-center py-1 borderYtoX" href="#1about">ABOUT</a>
<a class="col text-center py-1 borderYtoX" href="#1work">MY WORK</a>
<a class="col text-center py-1 borderYtoX" href="#contact1">CONNECT</a>
<a class="col hidden-sm-down text-center py-1 borderYtoX" href="https://jmstewart00.github.io/stewartblog/" target="_blank">BLOG</a>
<div class="col text-center hidden-md-down"></div>
</div>
</nav>
</div> <!--end nav wrapper-->
<div class="row pt-5">
<!-- larger screen title -->
<div class="hidden-sm-down col text-center">
<h1 class="text-center display-1 pb-0 d-inline-block" id="title">Joshua M. Stewart</h1>
<hr class="w-50 p-0" id="topRuler">
</div>
<!-- Small screen title -->
<div class="hidden-md-up col text-center mt-5">
<h1 class="text-center display-3 pb-0 d-inline-block" id="title">Joshua M. Stewart</h1>
<hr class="w-50 p-0" id="topRuler">
</div>
</div> <!-- row -->
<div class="row"></div>
<div class="row">
<div class="col text-center">
<h4 class="mt-5 mb-0 pb-0">Full Stack Web Developer</h4><br>
</div>
</div> <!-- row -->
<div class="row">
<div class="col pull-bottom">
<a class="d-block mx-auto text-center" href="#1about" id="arrowDown"><i class="fa fa-chevron-down fa-2x animated bounce" style="opacity: .4" aria-hidden="true"></i></a>
</div>
</div> <!-- row -->
</div> <!-- container -->
<!------------------------------------------------------------------------
About Me Content
------------------------------------------------------------------------>
<span id="1about"></span>
<div class="container-fluid mt-0 pt-5 pb-3" style="background-color: #696969;">
<div class="row mb-5 p-2">
<h3 class="introTitle text-center px-3 text-white">Hello, I'm Josh. I've always been drawn to the overlap between <strong>design and development.</strong> My skills are broad: from ux to design, front end to back end development. I enjoy each aspect, and love building sites & mobile apps from start to finish with whatever tools you wish.</h3>
</div>
<div class="accordion-container" id="accordion">
<div class="row m-2 text-center">
<div class="col text-center mb-2">
<a class="accordion-toggle col text-center borderYtoX text-white">MORE ABOUT ME</a>
</div>
</div>
<div class="row">
<div class="accordion-content text-white col-10 offset-1 mt-3 text-center">
<p>After growing up in Central Maryland and enjoying the fruits of a successful high school lacrosse career, I went on to attend college in Pennsylvania at Messiah College to continue that passion and get an education.</p>
<p>After graduating from Messiah in 2011 with a Bachelor's of Arts in Sport Management and Communications, I started my college coaching career back at my alma mater and returned to school to pursue a Master's Degree in Collegiate Sports Administration.</p>
<p>With a degree in hand I went on to continue coaching. I picked up and moved to Wilmore, Kentucky, just south of Lexington, and started a program at Asbury Univeristy.</p>
<p>This is kind of where we pick up the story. After four years as the Head Men's Lacrosse Coach and Sports Information Director at AU I decided to take a leap of faith and head out on a career change. I enrolled in a web-development bootcamp at Awesome Inc., in Lexington. During that time I spent 12-intensive weeks in what I thought was learning to develop web applications with the likes of Javascript and PHP and their frameworks. Since then I've spent the last year-plus working as a Full Stack Developer Full-Time, primarily developing custom software with the likes of React-Redux, Django (Python), and the CMS Drupal 8. Additionally I have spent time in Squarespace and Wordpress for a few clients along the way.</p>
<p>Below you'll find an overview of the skills I've picked up along the way as well as a few examples of work I've done in the past.</p>
<p>Thank you for taking time to check out my portfolio!</p>
<p>Please <a href="#contact1" class="borderYtoX" style="font-size: 12px">contact me</a> if you'd like to speak more!</p>
</div>
</div>
</div>
</div> <!-- end container for about section -->
<!------------------------------------------------------------------------
Skills Breakdown
------------------------------------------------------------------------>
<div class="container-fluid px-5">
<h2 class="text-center col my-4 text-uppercase">Development Experience</h2>
<div class="row overview">
<div class="col-12 col-md-4 col-lg-4 text-center">
<figure class="figure">
<i class="img-fluid fa fa-code fa-5x" style="color: #f04"></i>
<figcaption class="figure-caption text-center pt-3">Web Development</figcaption>
<hr style="background-color: #f04;" class="w-50 mt-2">
<div class="row text-center">
<div class="col text-center hidden-md-down"></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="JavaScript"><i class="devicon-javascript-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="AngularJS"><i class="devicon-angularjs-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="PHP"><i class="devicon-php-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Laravel"><i class="devicon-laravel-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="PostgreSQL"><i class="devicon-postgresql-plain"></i></div>
<div class="col text-center hidden-md-down"></div>
</div>
<p class="p-2">React, Redux, Python, Django, Javascript, AngularJS, PHP, and more. What makes the website run from the inside is just as important, and interesting, as what's on the outside.</p>
</figure>
</div> <!-- end first column -->
<div class="col-12 col-md-4 col-lg-4 text-center">
<figure class="figure">
<i class="img-fluid fa fa-css3 fa-5x" style="color: #f04"></i>
<figcaption class="figure-caption text-center pt-3">Web Design</figcaption>
<hr style="background-color: #f04;" class="w-50 mt-2">
<div class="row text-center">
<div class="col text-center hidden-md-down"></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="HTML"><i class="devicon-html5-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="CSS"><i class="devicon-css3-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Bootstrap"><i class="devicon-bootstrap-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Jquery"><i class="devicon-jquery-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Photoshop"><i class="devicon-photoshop-plain"></i></div>
<div class="col text-center hidden-md-down"></div>
</div>
<p class="p-2">Begin with a blank canvas with an end goal in mind and allow the content that you bring to the table fill up the pages for a beautiful design. I spent some time aspiring to be a graphic designer, so some of that training certainly helps!</p>
</figure>
</div> <!-- end second column -->
<div class="col-12 col-md-4 col-lg-4 text-center">
<figure class="figure">
<i class="img-fluid fa fa-github fa-5x" style="color: #f04"></i>
<figcaption class="figure-caption text-center pt-3">Tools of the Trade</figcaption>
<hr style="background-color: #f04;" class="w-50 mt-2">
<div class="row text-center">
<div class="col text-center hidden-md-down"></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Github"><i class="devicon-github-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Gulp"><i class="devicon-gulp-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Babel"><i class="devicon-babel-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Heroku"><i class="devicon-heroku-plain"></i></div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Slack"><i class="devicon-slack-plain"></i></div>
<div class="col text-center hidden-md-down"></div>
</div>
<p class="p-2">Improved workflow is always the goal, whether on a team or working on a personal project. I've used plenty of tools of the trade!</p>
</figure>
</div> <!-- end third column -->
</div> <!-- end row -->
</div> <!-- end container -->
<!------------------------------------------------------------------------
Portfolio Content
------------------------------------------------------------------------>
<section class="no-padding" id="portfolio">
<span id="1work"></span>
<div class="container-fluid" style="background-color: #696969;">
<div class="row no-gutters">
<h2 class="text-center col my-4 text-uppercase text-white">Recent Work</h2>
</div>
<div class="row no-gutter popup-gallery">
<div class="col-12 col-md-6 col-lg-4" id="box1">
<a href="#portfolioModal1" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/plate-fork-and-knif.png" class="img-responsive d-block mx-auto" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Swither - Date Night App
</div>
<div class="project-name">
AngularJS / Laravel
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4" id="box2">
<a href="#portfolioModal2" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/lacrosse-player.png" class="img-responsive d-block mx-auto" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Commonwealth Lacrosse Classic
</div>
<div class="project-name">
Squarespace
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4" id="box3">
<a href="#portfolioModal3" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/horse-standing-black-shape.png" class="d-block mx-auto h-50" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
LexingtonKY.gov
</div>
<div class="project-name">
Drupal
</div>
</div>
</div>
</a>
</div>
</div>
<div class="row no-gutter popup-gallery">
<div class="col-12 col-md-6 col-lg-4" id="box4">
<a href="#portfolioModal4" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/bomb-explosion.png" class="img-responsive d-block mx-auto" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Minesweeper-Clone
</div>
<div class="project-name">
Vanilla JavaScript, CSS
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4" id="box5">
<a href="#portfolioModal5" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/gmail.png" class="img-responsive d-block mx-auto" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Stew-Mail
</div>
<div class="project-name">
AngularJS, CSS, Bootstrap
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4" id="box6">
<a href="#portfolioModal6" class="portfolio-box" data-toggle="modal">
<img src="./dist/images/stopwatch.png" class="d-block mx-auto h-50" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
TASKr
</div>
<div class="project-name">
Laravel, PHP, Bootstrap 4, Javascript, JQuery, PostgreSQL
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row text-center mx-auto pl-5 pt-4 gray-bg">
<h2>Other Projects</h2>
</div>
<div class="row text-center gray-bg pb-4">
<div class="col">
<a href="https://www.richmondbrothersmechanical.com" target="_blank"><i class="fa fa-fire" aria-hidden="true"></i> HVAC Website</a>
</div>
<div class="col">
<a href="https://educator-certification.ogapcusa.org/" target="_blank"><i class="fa fa-book" aria-hidden="true"></i> OGA Education</a>
</div>
<div class="col">
<a href="https://asburyeagles.com" target="_blank"><i class="fa fa-soccer-ball-o" aria-hidden="true"></i> Athletics Website</a>
</div>
<div class="col">
Fasig-Tipton Horses (Coming Soon!)
</div>
</div>
</section>
<!------------------------------------------------------------------------
Contact Section
------------------------------------------------------------------------>
<section id="contact1">
<div class="container py-2">
<div class="row">
<div class="col-sm col-md-8 offset-md-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<p>Please feel free to contact me via the email below or on any of my social media platforms!</p>
</div>
</div>
<div class="row w-50 mx-auto" id="iconRow">
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Github">
<a href="https://github.com/JMStewart00" target="_blank"><i class="img-fluid hvr-icon-grow fa fa-github-square fa-5x" aria-hidden="true"></i></a>
</div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Email Me!">
<a href="mailto:jmstewart00@gmail.com"><i class="fa fa-envelope-square fa-5x sr-contact mb-3 img-fluid hvr-icon-grow"></i></a>
</div>
<div class="col text-center" data-container="body" data-toggle="popover" data-placement="bottom" data-content="LinkedIn">
<a href="https://www.linkedin.com/in/josh-stewart/" target="_blank"><i class="img-fluid hvr-icon-grow fa fa-linkedin-square fa-5x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<!------------------------------------------------------------------------
Porfolio Modals
------------------------------------------------------------------------>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2>Swither</h2>
<img src="./dist/images/swither.png" class="img-responsive img-centered w-100" alt="">
<p>This is actually my final project for the bootcamp and something I'm seriously considering coming back to in the future. It's a date night app that helps you decide where you're going to go eat. Cool concept just not polished at all. I built it in a week and a half after all.</p>
<div class="row">
<div class="col">
<button type="button" class="btn btn-outline-danger" value="swither1.herokuapp.com">Check it out!</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2>Commonwealth Lacrosse Classic</h2>
<img src="./dist/images/commonwealthclassic.png" class="img-responsive img-centered w-100" alt="">
<p>My first Squarespace project for a local recruiting showcase that takes sign-ups and highlights high school lacrosse players at two events.</p>
<div class="row">
<div class="col">
<button type="button" class="btn btn-outline-danger" value="www.commonwealthlaxclassic.com">Check out the project!</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2 class="mb-3">LexKY.gov</h2>
<img src="./dist/images/lex.png" class="img-responsive img-centered w-100" alt="">
<p>With my current company I have developed and manage a variety of Drupal sites. This one is one of the biggest. Lots of experience with Drupal 8.</p>
<button type="button" class="btn btn-outline-primary mb-3" value="lexingtonky.gov">Check out the website</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2>Minesweeper Clone</h2>
<img src="./dist/images/minesweeper.png" class="img-responsive img-centered w-100" alt="">
<p>Using just Vanilla Javascript and a little CSS I created (during a Hackathon with two other people) a working and playable version of the classic Minesweeper game that came with old Windows computers.</p>
<p>The game was designe and built just two weeks into learning the language but was a ton of fun and can rightfully be dubbed the 'hook' so to speak for me and programming. It was a lot of fun and I'm proud to show you my first programming project!</p>
<div class="row">
<div class="col">
<button type="button" class="btn btn-outline-danger" value="JMStewart00.github.io/minesweeper-clone/src">Check it out!</button>
</div>
</div>
<sub>NOTE: This project is not currently not working in Safari browsers. I hope to figure that out when I get a little time to revisit it.</sub>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2>StewMail!</h2>
<img src="./dist/images/gmail-clone-screenshot.png" class="img-responsive img-centered w-100" alt="">
<p>From the first project in Vanilla Javascript I moved on to incorporating a JavaScript framework into this one, as well as going the extra mile to provide some extra styling with Bootstrap.</p>
<p><strong>AngularJS and JavaScript's ES6</strong> drove the basis of this project. I also pulled in two separate <strong>APIs</strong> to randomly generate some data and practiced separating the application into multiple, easy to read controllers and components</p>
<p>This one was a lot of fun, and while not quite fully finished, I got through a lot that I wanted to accomplish with features like quick filter in the search bar, keeping track of how many new emails there are, switching to a compose email view, and going from unread to read on a button click.</p>
<p>There is a lot (!) that could still be done with this project but the use of AngularJS here was extremely beneficial for me!</p>
<div class="row">
<div class="col">
<button type="button" class="btn btn-outline-danger" value="github.com/JMStewart00/gmail-clone">Check out the code for the project!</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-center">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-8 offset-md-2">
<div class="modal-body text-center">
<h2 class="mb-3">Taskr</h2>
<img src="./dist/images/taskr.png" class="img-responsive img-centered w-100" alt="">
<p>We moved quickly from JavaScript and AngularJS to another language in <strong>PHP</strong> and that included a framework in <strong>Laravel</strong>.</p>
<p>While there were plenty of smaller plain PHP projects that I did it was fun to break off, build this app in plain PHP and then rebuild it with the tag-team options of a co-worker. This version of the app that you see combines <strong>Laravel with PHP and Bootstrap 4 as well as JQuery and Javascript.</strong></p>
<p>It was extremely fun to see this project unfold and while it isn't completely done to where I wanted it to be I really like it.</p>
<button type="button" class="btn btn-outline-primary mb-3" value="taskr-.herokuapp.com">Check out the project on Heroku!</button>
<br />
<sub>NOTE: Upon deployment to Heroku there were some things that became buggy. The majority of the features I worked on are present, but some have stopped working (i.e. adding clients and the calculations for the duration of tasks).</sub>
<button type="button" class="btn btn-outline-danger my-3" value="github.com/JMStewart00/time-laravel">Check out the code for the Laravel Project!</button>
<br />
<button type="button" class="btn btn-outline-danger mb-3" value="github.com/JMStewart00/time-keeping-app">Check out the code for the plain PHP Project!</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!------------------------------------------------------------------------
Scripts
------------------------------------------------------------------------>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>