-
Notifications
You must be signed in to change notification settings - Fork 0
/
oldIndex.html
596 lines (509 loc) · 22.8 KB
/
oldIndex.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thomas Edstrom, FullStack Developer</title>
<link rel="icon" type="image/png" href="img/marquee_star/marquee_star.png">
<link href="https://fonts.googleapis.com/css?family=Anton|Average+Sans" rel="stylesheet">
<!-- <link rel="stylesheet" href="css/jquery.fullpage.min.css.map"> -->
<link rel="stylesheet" href="css/jquery.fullpage.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="dist/jquery.min.js"></script>
<script src="dist/jquery.fullPage.min.js"></script>
<!-- <script src="js/jquery.fullPage.min.js.map"></script> -->
<!-- <script src="js/jquery.fullPage.extensions.min.js"></script> -->
<script src="js/app.js"></script>
<script>
var loadedImage = new Image();
loadedImage.onload = function(){
$('#loadingPage').css('display', 'none');
$('#firstPage').css('background-image', 'url('+this.src+')')
};
loadedImage.src = "img/masthead_background.jpg";
</script>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
</head>
<body>
<!-- ================= LOADING PAGE ================= -->
<div id="loadingPage">
<img src="img/loading.gif" alt="loading" id="loading" class="fullcentered">
</div>
<div id="fullpage">
<!-- ================= PAGE I ================= -->
<div id="firstPage" class="section active">
<div id="firstPageBanner" class="fade-out fullcentered">
<div id="textholder">
<h1 id="myName">THOMAS EDSTROM</h1><br>
<h2 id="myTitle">FULL-STACK DEVELOPER</h2>
</div>
</div>
<img src="img/navigation/enter.png" alt="Enter Here" id="enter_here" class="btn centered">
</div>
<!-- ================= PAGE II ================= -->
<div id="secondPage" class="section">
<!-- NAVIGATION BUTTON = Back (to landing page) -->
<img src="img/navigation/back.png" alt="Back" id="back_to_landing" class="btn centered fixed">
<!-- CURTAINS -->
<img src="img/curtain/curtain1.jpg" alt="curtain1" class="curtain fixed" id="curtain1">
<img src="img/curtain/curtain2.jpg" alt="curtain2" class="curtain fixed" id="curtain2">
<!-- BIO SECTION -->
<div id="bioSection">
<div id="myDiv" class="is-animated"></div>
<!-- PORTRAIT -->
<img src="img/thomas.jpg" alt="Picture of Thomas" id="self_portrait" class="fixed fullcentered fader">
<!-- BIO -->
<div id="bio" class="fixed fullcentered fader">
<h3 id="bioHeader">INCREASE PROFITS, DECREASE EXPENSES.</h3>
<p>I make people money. That pretty much sums it up.</p>
<p>On the rare occassion I'm not behind the computer, I love to read, make music, or talk philosophy over coffee.</p>
<p>I currently reside in Dallas, TX and I'm always looking to create something new. <element id="sendMeALine" class="popupLink">Send me a line</element> and let's make something happen!</p>
</div>
<!-- MARQUEE -->
<img src="img/marquee.gif" alt="marquee" class="fixed fullcentered fader" id="marquee">
</div>
<!-- NAVIGATION BUTTON = More -->
<img src="img/navigation/more.png" alt="onward ho!" id="to_connections" class="btn centered fixed">
</div>
<!-- ================= PAGE III ================= -->
<div id="thirdpage" class="section">
<!-- NAVIGATION BUTTON = Back -->
<img src="img/navigation/bio.png" alt="back go bio" id="back_to_bio" class="btn centered fixed">
<!-- ======= BG HANGING STARS -->
<div id="bgHanging">
<!-- STAR 1 -->
<img src="img/stars/star_3.png" alt="star 1" class="dim bg-star fullcentered fixed" id="starA">
<!-- STAR 2 -->
<img src="img/stars/star_2.png" alt="star 1" class="dim bg-star fullcentered fixed" id="starB">
<!-- STAR 3 -->
<img src="img/stars/star_1.png" alt="star 1" class="dim bg-star fullcentered fixed" id="starC">
<!-- STAR 4 -->
<img src="img/stars/star_4.png" alt="star 1" class="dim bg-star fullcentered fixed" id="starD">
<!-- STAR 5 -->
<img src="img/stars/star_5.png" alt="star 1" class="dim bg-star fullcentered fixed" id="starE">
<!-- CONTACT -->
<div class="bg-star fixed" id="burgercontainer" class="popupLink">
<img src="img/stars/burger.png" alt="contact menu" class="dim popupLink" id="burger">
</div>
</div>
<!-- ================ICONS================ -->
<div id="icons">
<!-- Newspaper -->
<div id="newspaperContainer" class="fixed iconContainer centered">
<!-- Clickable -->
<a href="http://www.thomaswrotethis.com/" id="newspaperclicker" class="clicker" target="_blank" style="target-new: tab;"></a>
<!-- Icon -->
<img src="img/icons/newspaper.png" alt="newspaper" class="icon" id="newspaper">
<!-- Word -->
<img src="img/words/blog.png" alt="blog" class="words" id="blogword">
</div>
<!-- Shadow -->
<div class="shadow centered" id="newspapershadow"></div>
<!-- Suit -->
<div id="suitContainer" class="fixed iconContainer centered">
<!-- Clickable -->
<a href="http://www.linkedin.com/in/thomasjedstrom" id="suitclicker" class="clicker" target="_blank" style="target-new: tab;"></a>
<!-- Icon -->
<img src="img/icons/suit.png" alt="suit" class="icon" id="suit">
<!-- Word -->
<img src="img/words/linkedin.png" alt="linkedin" class="words" id="linkedinword">
</div>
<!-- Shadow -->
<div class="shadow centered" id="suitshadow"></div>
<!-- Briefcase / Portfolio -->
<div id="briefcaseContainer" class="fixed iconContainer centered">
<!-- Clickable -->
<div id="briefcaseclicker" class="clicker popupLink"></div>
<!-- Icon -->
<img src="img/icons/briefcase.png" alt="briefcase" class="icon" id="briefcase">
<!-- Word -->
<img src="img/words/portfolio.png" alt="portfolio" class="words" id="portfolioword">
</div>
<!-- Shadow -->
<div class="shadow centered" id="briefcaseshadow"></div>
<!-- Octocat -->
<div id="octocatContainer" class="fixed iconContainer centered">
<!-- Clickable -->
<a href="http://www.github.com/thomasjedstrom" id="octocatclicker" class="clicker" target="_blank" style="target-new: tab;"></a>
<!-- Icon -->
<img src="img/icons/octocat.png" alt="star 1" class="icon" id="octocat">
<!-- Word -->
<img src="img/words/github.png" alt="music" class="words" id="githubword">
</div>
<!-- Shadow -->
<div class="shadow centered" id="octocatshadow"></div>
<!-- PIANO -->
<div id="pianoContainer" class="fixed iconContainer centered">
<!-- Clickable -->
<a href="http://wearemostlyghostly.bandcamp.com/" id="pianoclicker" class="clicker" target="_blank" style="target-new: tab;"></a>
<!-- Icon -->
<img src="img/icons/piano.png" alt="star 1" class="icon" id="piano">
<!-- Word -->
<img src="img/words/music.png" alt="music" class="words" id="musicword">
</div>
<!-- Shadow -->
<div class="shadow centered" id="pianoshadow"></div>
</div>
<!-- TWINKLE STARS -->
<div class="fixed twinkling"></div>
</div>
</div>
<div id="mobileLinks">
<!-- Blog -->
<a href="http://www.thomaswrotethis.com/" id="blogLink" class="clicker" target="_blank" style="target-new: tab;">
<img src="img/words/blog.png" alt="blog" class="words fullcentered" id="blogwordMobile">
</a>
<!-- LinkedIn -->
<a href="http://www.linkedin.com/in/thomasjedstrom" id="linkedinLink" class="clicker" target="_blank" style="target-new: tab;">
<img src="img/words/linkedin.png" alt="linkedin" class="words fullcentered" id="linkedinwordMobile">
</a>
<!-- Portfolio -->
<div id="portfolioClickerMobile" class="clicker">
<img src="img/words/portfolio.png" alt="portfolio" class="words fullcentered popupLink" id="portfoliowordMobile">
</div>
<!-- Github -->
<a href="http://www.github.com/thomasjedstrom" id="githubLink" class="clicker" target="_blank" style="target-new: tab;">
<img src="img/words/github.png" alt="music" class="words fullcentered" id="githubwordMobile">
</a>
<!-- Music -->
<a href="http://wearemostlyghostly.bandcamp.com/" id="musicClickerMobile" class="clicker" target="_blank" style="target-new: tab;">
<img src="img/words/music.png" alt="music" class="words fullcentered" id="musicwordMobile">
</a>
<!-- Contact Me -->
<h1 id="contactMe" class="words fullcentered popupLink">CONTACT ME!</h1>
</div>
<!-- ================= POPUPS ================= -->
<div class="popup" id="popupBG"></div>
<!-- Contact -->
<div id="contact-content" class="popup-content fullcentered">
<span class="close">X</span>
<big id="phone">214-912-2649</big><br>
<span id="email"><big>T</big>homas<big>JE</big>dstrom<big>@</big>gmail.com</span><br>
</div>
<!-- ======== Portfolio LAYER 1 ======== -->
<div id="portfolio-content" class="popup-content fullcentered">
<span class="close">X</span>
<p>This page is currently under construction but will be online again soon.</p>
<!-- <span id="railsTag" class="portfolioType">RAILS</span>
<span id="meanTag" class="portfolioType">MEAN</span>
<span id="djangoTag" class="portfolioType">DJANGO</span> -->
</div>
<!-- ======== Portfolio LAYER 2 ======== -->
<div class="popup" id="portfolioBG"></div>
<!-- ======== RAILS LAYER 2 ======== -->
<div id="rails-content" class="popup-content fullcentered portfolioBox">
<span class="pclose">X</span>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://onlinelending.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">ONLINE LENDING</h2>
<img src="img/thumbnails/rails_online_lending.jpg" alt="rails online lending" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_OnlineLending" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="oliClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://thewall.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">THE WALL</h2>
<img src="img/thumbnails/rails_the_wall.jpg" alt="rails the wall" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_TheWall" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="twiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://eventtracking.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">EVENT TRACKING</h2>
<img src="img/thumbnails/rails_eventtracking.jpg" alt="rails event tracking" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_EventTracking" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="etiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://abtesting.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">AB TESTING</h2>
<img src="img/thumbnails/rails_abtesting.jpg" alt="rails ab testing" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_ABTesting" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="atiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://brightideas.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">BRIGHT IDEAS</h2>
<img src="img/thumbnails/rails_bright_ideas.jpg" alt="rails bright ideas" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_BrightIdeas" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="biiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://ninjagold.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">NINJA GOLD</h2>
<img src="img/thumbnails/rails_ninja_gold.jpg" alt="rails ninja gold" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/RoR_NinjaGold" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="ngiClicker">
</div>
</div>
<!-- ======== MEAN LAYER 2 ======== -->
<div id="mean-content" class="popup-content fullcentered portfolioBox">
<span class="pclose">X</span>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://discussionboard.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">DISCUSSION BOARD</h2>
<img src="img/thumbnails/mean_discussionboard.jpg" alt="mean discussionboard" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/MEAN_DiscussionBoard" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="dbiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://meanonlinestore.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">ONLINE STORE</h2>
<img src="img/thumbnails/mean_onlinestore.jpg" alt="mean online store" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/MEAN_OnlineStore" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="osiClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://bucketlist.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">BUCKET LISTS</h2>
<img src="img/thumbnails/mean_bucketlists.jpg" alt="mean bucket lists" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/MEAN_BucketLists" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="bliClicker">
</div>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://surveys.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">SURVEYS</h2>
<img src="img/thumbnails/mean_surveys.jpg" alt="mean surveys" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/MEAN_Surveys" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="siClicker">
</div>
</div>
<!-- ======== DJANGO LAYER 2 ======== -->
<div id="django-content" class="popup-content fullcentered portfolioBox">
<span class="pclose">X</span>
<div class="projectContainer">
<div class="portfolioClicker">
<a href="http://friends.thomasjedstrom.com" target="_blank" style="target-new: tab;">
<h2 class="portfolioTitle">DJANGO FRIENDS</h2>
<img src="img/thumbnails/django_friends.jpg" alt="django friends" class="portfolioImage">
</a>
</div>
<a href="https://github.com/thomasjedstrom/Django_Friends" target="_blank" style="target-new: tab;">
<img src="img/icons/github.png" alt="github link" class="infoLink">
</a>
<img src="img/icons/info.svg" alt="info" class="infoLink" id="fiClicker">
</div>
</div>
<!-- ======== Portfolio LAYER 3 ======== -->
<div class="popup" id="infoBG"></div>
<!-- ======== RAILS LAYER 3======== -->
<div id="onlineLendingContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>ONLINE LENDING</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL</li>
<li>Custom User Login/Registration</li>
<li>Authentication/Validation for Privileged Actions</li>
<li>Polymorphic, Many-to-Many Relationships</li>
<li>Advanced Active Record Queries</li>
</ul>
<p>From wireframe to deployed in under 4.5 hours. The primary logical hurdles included crafting a custom, unified login for two user tables with custom error messages. Per user (lender or borrower), a history is maintained through a polymorphic, many-to-many table where records are stored. These records are then grouped by user to be displayed as a transaction history on the users dashboard.</p>
</div>
<div id="theWallContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>THE WALL</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL</li>
<li>Custom User Login/Registration</li>
<li>Has_Many_Through Relationships</li>
<li>Authentication/Validation for Privileged Actions</li>
<li>BCrypt Encryption/Authentication</li>
<li>Pink Floyd Themed</li>
</ul>
<p>A forum/blog style app including user login/registration, the ability to create and delete posts as well as create and delete comments. This app includes custom CSS styling and straightforward functionality.</p>
</div>
<div id="eventTrackingContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>EVENT TRACKING</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL</li>
<li>Ahoy (Event Tracking) Gem</li>
<li>GroupDate Gem</li>
<li>GoogleCharts Gem</li>
<li>HighCharts Gem</li>
<li>ChartJS Gem</li>
<li>MomentJS Gem</li>
<li>GeoLocation</li>
</ul>
<p>A simple app aimed at tracking and displaying user information. An assortment of chart/graphing plugins were used to produce meaningful representations of data collected.</p>
</div>
<div id="abTestingContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>AB TESTING</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL</li>
<li>Vanity (AB Testing) Gem</li>
</ul>
<p>While technologies such as Optimizely provide AB Testing at a premium, Vanity is an open source gem used to gather user analytics for free. This one page app displays a button explicitly showing which version of the test was received for demonstration purposes, however the uses can be made far more subtle and consistent through cookies or user authentication (such as when paired with Devise).</p>
</div>
<div id="brightIdeasContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>BRIGHT IDEAS</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL</li>
<li>Full RESTful Routes</li>
<li>Custom Login/Registration</li>
<li>User Authentication</li>
<li>Likes</li>
</ul>
<p>A forum style app for leaving "Ideas" with the ability to "Like" and "Unlike" posts. Includes user profiles and RESTful routes.</p>
</div>
<div id="ninjaGoldContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>NINJA GOLD</h2>
<h3>RUBY ON RAILS</h3>
<ul>
<li>Ruby on Rails</li>
<li>Session Storage</li>
</ul>
<p>A game involving accruing gold and risking it all. As a ninja, you are able to farm, mine, rest, and gamble a little to build up a hefty stash. A log is kept of all actions and is updated automatically with game play.</p>
</div>
<!-- ======== MEAN LAYER 3 ======== -->
<div id="discussionBoardContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>DISCUSSION BOARD</h2>
<h3>MEAN</h3>
<ul>
<li>AngularJS</li>
<li>ExpressJS</li>
<li>NodeJS</li>
<li>MongoDB</li>
<li>Mongoose</li>
<li>Mongoose UniqueValidator</li>
<li>Body Parser</li>
<li>BCrypt Encryption/Authentication</li>
<li>Bower</li>
<li>NPM</li>
<li>AngularMomentJS</li>
<li>AngularRoutes</li>
</ul>
<p>A forum style app including RESTful routes, CRUD, many-to-many relationships, comments ordered by votes, and real time duration time stamps. Of the complex relationships, users may post topics, answers to topics, and comments on answers to topics as well as up and down vote answers. Users' stats are viewable per profile page.</p>
</div>
<div id="onlineStoreContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>ONLINE STORE</h2>
<h3>MEAN</h3>
<ul>
<li>AngularJS</li>
<li>ExpressJS</li>
<li>NodeJS</li>
<li>MongoDB</li>
<li>Mongoose</li>
<li>Body Parser</li>
<li>Bower</li>
<li>NPM</li>
<li>AngularMomentJS</li>
<li>AngularRoutes</li>
</ul>
<p>An angular app simulating an online store, including Users, Products, and a many-to-many table for transaction history. Advanced parsing techniques enable users to link pictures to products.</p>
</div>
<div id="bucketListsContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>BUCKET LISTS</h2>
<h3>MEAN</h3>
<ul>
<li>AngularJS</li>
<li>ExpressJS</li>
<li>NodeJS</li>
<li>MongoDB</li>
<li>Mongoose</li>
<li>Body Parser</li>
<li>Bower</li>
<li>NPM</li>
<li>AngularMomentJS</li>
<li>AngularRoutes</li>
</ul>
<p>From wireframe to deployed in under 3.5 hours, this is a "To-Do-List" style app with a twist. Users are able to tag other users in their to-do items enabling either user to complete the task. A profile page displays all completed and pending tasks per user.</p>
</div>
<div id="surveysContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>SURVEYS</h2>
<h3>MEAN</h3>
<ul>
<li>AngularJS</li>
<li>ExpressJS</li>
<li>NodeJS</li>
<li>MongoDB</li>
<li>Mongoose</li>
<li>Body Parser</li>
<li>Bower</li>
<li>NPM</li>
<li>AngularMomentJS</li>
<li>AngularRoutes</li>
</ul>
<p>A fun app for creating polls to quiz other users. A user can create a survey question with 4 potential answers. Other users are then able to vote on their favorite answer and view the highest ranked answers.</p>
</div>
<!-- ======== DJANGO LAYER 3======== -->
<div id="friendsContent" class="popup-content fullcentered infoBox">
<span class="iclose">X</span>
<h2>FRIENDS</h2>
<h3>DJANGO</h3>
<ul>
<li>Django</li>
<li>PostgreSQL</li>
<li>Custom User Login/Registration</li>
<li>Many-to-Many Relationships</li>
</ul>
<p>From wireframe to deployed in under 3.5 hours. A simple Django app for creating users and adding / removing friends. The complexity lies in the many-to-many relationships involved as well as self joins using PostgreSQL.</p>
</div>
</body>
</html>