This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beta.html
778 lines (755 loc) · 26.3 KB
/
beta.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Victor Lourng is Awesome</title>
<link rel="stylesheet" href="design/build/production.css">
<link rel="stylesheet" href="icons/style.css">
</head>
<body>
<nav id="mane">
<!-- I know, these are web components! -->
<x-c>
<x-man><menu class="left">
<li>
<a href="#about">
<strong>Victor Lourng</strong>
</a>
</li>
<li>
<a href="#top">
Home
</a>
</li><li>
<a href="#projects">
About
</a>
</li><li>
<a href="#contact">
Projects
</a>
</li><li>
<a href="#contact">
Contact
</a>
</li>
</menu></x-man><menu class="right">
<li class="twitter">
<a href="http://twitter.com/lablayers" target="_blank">
<i class="icon-twitter"></i>
</a>
</li><li class="github">
<a href="http://github.com/lablayers" target="_blank">
<i class="icon-github"></i>
</a>
</li><li class="dribbble">
<a href="http://dribbble.com/lablayers" target="_blank">
<i class="icon-dribbble"></i>
</a>
</li>
</menu>
</x-c>
</nav>
<header id="home">
<x-c>
<h1>Hello Internet.</h1>
<!-- <h1>I make dreams come true.</h1> -->
<p class="lead">Victor is an awesome web developer based in Philadelphia.</p>
<a href="#" class="clicky">Amaze Me</a>
<br>
<br>
</x-c>
<x-showcase>
<div class="macbook browser right">
<a href="/everfreenw">
<img src="/images/projects/everfreenw-web.png" alt="">
<div class="link">
<i class="icon-right"></i>
<h3>Everfree Northwest</h3>
</div>
</a>
</div>
<div class="macbook browser">
<a href="">
<img src="/images/projects/brainitch-web.png" alt="">
<div class="link">
<i class="icon-right"></i>
<h3>Brainitch</h3>
</div>
</a>
</div>
<div class="macbook browser left" style="left: auto;right: 20px;z-index: 1200;">
<img src="/images/projects/booksmart-web.png" alt="">
<div class="link">
<i class="icon-right"></i>
<h3>Booksmart</h3>
</div>
</div>
</x-showcase>
<!-- <div style="" class="video">
<iframe frameborder="0" height="100%" width="100%"
src="https://youtube.com/embed/kSmZu0-NqNM?autoplay=1&controls=0&showinfo=0&autohide=1&loop=1&playlist=kSmZu0-NqNM">
</iframe>
<!-- IDS: Trains kSmZu0-NqNM, City 2qB1KtZ3cC0, --
</div> -->
</header>
<section id="projects">
<x-c>
<h1>Projects</h1>
<h3>Sort by: <span style="font-weight:normal;">all</span> <span style="font-weight:normal;">Tag</span> <span style="font-weight:normal;">event</span></h3>
<br>
<br>
<x-row>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/booksmart-web.png);"></div>
</div>
<div class="caption">
<h3>Booksmart</h3>
<p>A smarter way to book concerts.</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/brainitch-web.png);"></div>
</div>
<div class="caption">
<h3>Brainitch</h3>
<p>A group of creative junkies,<br>
addicted to problem solving.</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/everfreenw-web.png);"></div>
</div>
<div class="caption">
<h3>Everfree Northwest</h3>
<p>Website for Seattle's largest<br>
nerd convention.</p>
</div>
</a>
</x-col>
</x-row>
<br>
<br>
<x-row>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/2014-web.png);"></div>
</div>
<div class="caption">
<h3>Victor Lourng</h3>
<p>My 2014 portfolio.</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/ilite-web.png);"></div>
</div>
<div class="caption">
<h3>ILITE Robotics</h3>
<p>A group of creative junkies,<br>
addicted to problem solving.</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/drones4u-web.png);"></div>
</div>
<div class="caption">
<h3>Drones4u</h3>
<p>An initiative to bring drones to civilian use</p>
</div>
</a>
</x-col>
</x-row>
<br>
<br>
<x-row>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/gestice-web.png);"></div>
</div>
<div class="caption">
<h3>Gestice</h3>
<p>An app that allows you to unlock your phone using hand gestures.</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/hshackersnyc-web.png);"></div>
</div>
<div class="caption">
<h3>HS Hackers</h3>
<p>A Jekyll-based meetup page solution..</p>
</div>
</a>
</x-col>
<x-col size="4">
<a href="#" class="project">
<div class="character">
</div>
<div class="preview">
<div class="img" style="background-image:url(images/projects/phlsci-web.png);"></div>
</div>
<div class="caption">
<h3>PHL Science Invitational</h3>
<p>Science rules the world!</p>
</div>
</a>
</x-col>
</x-row>
</x-c>
</section>
<section id="more-projects">
<x-c>
<p><b>I've also done amazing things</b> for SEPTA, Mozilla, <a href="http://pennappsfellows.com/">PennApps Fellows</a>, Cade, <a href="http://ttdevelopers.github.io">Turntable.fm Developers</a>, HackBCA, DCHacks, Precise Servers, Intuitive Servers, Intuitive Gaming, Eclipse Servers, Seneca Fiber, Connected Metropolis, <a href="http://poniverse.net">Poniverse</a>, Fanbase, DeviantArt, Baltimore Robotics, Fairfax Science Invitational, Virginia FIRST Robotics, BRMS VEX Robotics, Haymarket Cupcakes, Eddie Samson, JaeLee, and more.</p>
</x-c>
</section>
<header class="victor" id="me">
<x-c>
<h1>Hi. I'm Victor.</h1>
<p class="lead">A real, breathing human on planet earth. Nice to meet you!</p>
<x-row>
<x-col size="6">
<img src="vectors/characters/victor-reformed.svg"/>
<div class="variants">
<h3>Variants</h3>
<br>
<a href="#" class="photo">Me</a>
<a href="#" class="human">H</a>
<a href="#" class="hipster">O</a>
<a href="#" class="8bit">8</a>
<a href="#" class="pusheen">C</a>
<a href="#" class="pony">/)</a>
<a href="#" class="pix">0</a>
<a href="#" class="yoshi">Y</a>
</div>
</x-col>
<x-col size="6">
<div class="caption-box">
<h2>TL;DR</h2>
<p>I'm a well-seasoned and award-winning high school student — a enthusiast passionate about making things awesome. I’ve made it to international robotics competitions, regional science fairs, epic college hackathons, and huge comic conventions. I’ve built and managed startups from ideas, websites from scratch, and art from pure nothingness. I’m on a quest for world domination, one small thing at a time.</p>
</div>
</x-col>
</x-row>
</x-c>
</header>
<section id="jobs">
<x-c>
<h1>Where I'm making moves:</h1>
</x-c>
</section>
<section class="job" id="zivtech">
<x-c>
<h1>Zivtech</h1>
<p class="lead">High School Genius in Residence & Philly Dev Camp Mentor</p>
<p>I mentored a summer camp.</p>
<p>Summer 2014 PennApps Fellow - present</p>
<a href="https://www.zivtech.com/about/staff/victor-lourng" class="clicky" target="_blank"><i class="icon-domain"></i> Company Profile</a>
</x-c>
</section>
<section class="job" id="mlh">
<x-c>
<h1>Major League Hacking</h1>
<p class="lead">Director of High School Events</p>
<p>I bring hackathons to high schoolers across the east coast.</p>
<p>Summer 2014 - present</p>
</x-c>
</section>
<section class="job" id="booksmart">
<x-c>
<h1>Booksmart</h1>
<p class="lead">Developer</p>
<p>I make pretty things happen.</p>
<p>Spring 2014</p>
</x-c>
</section>
<header class="brainitch" style="background:linear-gradient(#1c29b0, #43e7d8)">
<x-c>
<h1>Brainitch</h1>
<p class="lead">Something awesome</p>
<a href="#" class="clicky"><i class="icon-point-right"></i> Visit Site</a>
or
<a href="#" class="clicky"><i class="icon-apps"></i> Learn More</a>
</x-c>
</header>
<section class="project case" id="brainitch">
<x-c>
<x-row>
<x-col size="4" class="sidebar">
<h3>Visit Site</h3>
<p><a href="http://brainitch.com/" class="clicky" target="_blank"><i class="icon-link"></i> Brainitch.com</a>
<br>
<a href="http://brainitch.com/ers" class="clicky" target="_blank"><i class="icon-link"></i> Brainitch.com/ERS</a></p>
<br>
<h3>Technologies</h3>
<ul>
<li>LESS (CSS Framework)
<ul>
<li>Preboot</li>
<li>Custom Framework</li>
</ul>
</li>
<li>Javascript
<ul>
<li>jQuery</li>
<li>Parallax</li>
</ul>
</li>
<li>HTML5</li>
</ul>
<br>
<h3>Timeline</h3>
<x-row>
<x-col size="4">
July 2014
</x-col>
<x-col size="8">
Main Site
</x-col>
</x-row>
<x-row>
<x-col size="4">
Dec 2014
</x-col>
<x-col size="8">
ERS Launch
</x-col>
</x-row>
<br>
<h3>Relevant Links</h3>
<p>
<a href="http://brainitch.com/ers">Brainitch on Crunchbase</a>
</p>
</x-col>
<x-col size="8" class="reading">
<h2>Project Summary</h2>
<br>
<p>Topping muffin candy brownie candy canes. Ice cream macaroon dragée. Dragée pudding gingerbread pie macaroon caramels bonbon danish. Tart gummi bears pastry gingerbread dessert. Croissant sugar plum muffin cake cake pastry. Jelly beans marzipan pie toffee. Icing gummies muffin tiramisu pudding sweet cheesecake dragée cupcake. Chocolate oat cake cupcake icing chocolate bonbon. Halvah macaroon bonbon. Cotton candy icing apple pie candy canes cake dessert applicake cupcake. Brownie tootsie roll tart unerdwear.com applicake chocolate cake marzipan pie. Soufflé brownie croissant pastry oat cake biscuit liquorice.</p>
<div class="macbook browser">
<a href="/everfreenw">
<img src="/images/projects/brainitch-web.png" alt="">
<div class="link">
<i class="icon-right"></i>
<h3>Brainitch.com/ERS</h3>
</div>
</a>
</div>
<p>Pie apple pie cookie gummi bears bonbon. Muffin jujubes candy oat cake powder. Carrot cake applicake pastry gummies bear claw biscuit dessert candy tart. Cotton candy pudding cake brownie fruitcake. Cookie cookie tootsie roll pastry cheesecake. Cheesecake jelly-o oat cake jelly beans. Cake cake gingerbread halvah. Liquorice gingerbread lemon drops fruitcake marshmallow candy canes biscuit jelly-o. Gingerbread brownie cookie. Pie liquorice croissant sweet roll soufflé. Sesame snaps macaroon marshmallow ice cream marshmallow chocolate bar sweet candy canes caramels. Marshmallow danish biscuit pudding macaroon apple pie applicake.</p>
<p>Dessert sweet chocolate cake wafer cake brownie lollipop carrot cake halvah. Sweet roll cotton candy candy sugar plum cake macaroon chupa chups liquorice. Icing icing chocolate cheesecake tiramisu caramels tiramisu donut. Sweet tootsie roll candy tart macaroon jujubes jelly beans pastry. Liquorice tootsie roll chupa chups toffee candy gingerbread icing. Chocolate bar caramels sweet roll dessert candy icing cheesecake. Icing bonbon topping halvah lemon drops danish. Cupcake chocolate soufflé chupa chups cupcake jelly-o jelly-o. Unerdwear.com sugar plum cotton candy pudding cheesecake oat cake chocolate. Icing danish gingerbread sweet cupcake apple pie chocolate. Pudding caramels cookie dessert chocolate cake. Powder candy chocolate cake carrot cake topping apple pie cake marshmallow cheesecake. Sugar plum jelly-o gingerbread donut tart jujubes.</p>
<div class="macbook browser">
<a href="/everfreenw">
<img src="/images/projects/brainitch-web.png" alt="">
<div class="link">
<i class="icon-right"></i>
<h3>Brainitch.com/ERS</h3>
</div>
</a>
</div>
<p>Candy pudding lollipop chocolate bar icing marzipan candy. Candy canes dragée carrot cake danish sugar plum. Gingerbread oat cake sesame snaps gingerbread. Oat cake chocolate chocolate marzipan. Pudding apple pie icing. Bear claw gummi bears caramels. Sugar plum applicake chocolate bar powder icing chocolate bar. Powder cupcake bear claw gingerbread marshmallow muffin donut topping macaroon. Macaroon oat cake jelly fruitcake gummi bears. Cheesecake sweet sesame snaps gingerbread caramels apple pie. Jelly-o brownie oat cake gummi bears chocolate biscuit pie. Chocolate bar chocolate halvah jelly jelly. Gummies apple pie bonbon pie powder halvah bonbon. Gingerbread jelly pie donut candy canes apple pie sesame snaps.</p>
</x-col>
</x-row>
</x-c>
</section>
<section class="project-nav">
<a href="/prev" class="prev">
<x-c>
<i class="icon-left"></i>
Previous Project
<strong>Booksmart</strong>
</x-c>
</a><a href="/next" class="next">
<x-c>
<i class="icon-right"></i>
Next Project
<strong>Everfree Northwest</strong>
</x-c>
</a>
</section>
<footer id="bottom">
<x-c>
<x-row>
<x-col size="6">
<h2>Let's build something <span class="indecisiveness">magical</span>.</h2>
</x-col>
<x-col size="6" align="right">
<!--<strong>Intersted in working with me?</strong>-->
<a href="#" class="clicky">Get in Touch!</a>
<br>
</x-col>
</x-row>
</x-c>
</footer>
<header class="masthead" id="contact">
<x-c>
<h1>Say hai!</h1>
<p class="lead">Todo: replace with real unicorn!</p>
<br>
</x-c>
</header>
<section class="contact" id="form">
<x-c>
<x-row>
<x-col size="6">
<h2>Have a <u>Wawa Hoagie</u> on me!</h2>
<p>My desk is at 4040 Locust Street.</p>
</x-col>
<x-col size="6">
<a href="#" class="clicky">Get in Touch!</a>
</x-col>
<!--<x-col size="6">
<x-row>
<x-col size="6">
<h2>By Email</h2>
<p>hello at victorlourng dot com</p>
</x-col>
<x-col size="6">
<h2>By Phone</h2>
<p>571 969 1778</p>
</x-col>
</x-row>
<br>
<h2>Operations HQ</h2>
<p>4040 Locust Street</p>
<h2>Looking for swag?</h2>
</x-col>-->
</x-row>
<!--<x-mapbox-gl center="[-75.20464, 39.95306]" zoom="13" hash="true" bearing="9.3" style="/design/maps/ordinary.json"></x-mapbox-gl>-->
<x-map>
<div id="map" style=""></div>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.4.2/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.4.2/mapbox-gl.js'></script>
<script>
// TODO: Move all of this map code to a separate file
mapboxgl.accessToken = 'pk.eyJ1IjoidmljbG91IiwiYSI6InlGTGg2VWcifQ.JtZv4b1btXB1FqNK_yMUCQ';
// Create a map in the div #map
var map = new mapboxgl.Map({
container: 'map', // container id
style: '/design/mapbox/ordinary.json', //stylesheet location
center: [39.9525,-75.1707], // starting position
zoom: 13, // starting zoom
hash: false, // update page url with location hash
bearing: 9.3 // people will love me for this detail!
});
var geoJSON = {
"type": "FeatureCollection", // By looking at the lines ahead, you are cheating. But there is nothing I can do to stop you...
"features": [
{
"type": "Feature", // HQ
"geometry": {
"type": "Point",
"coordinates": [-75.20464, 39.95306]
},
"properties": {
"title": "Operations HQ",
"marker-symbol": "warehouse"
}
}, {
"type": "Feature", // Chill
"geometry": {
"type": "Point",
"coordinates": [-75.14130, 39.94423]
},
"properties": {
"title": "SSHP",
"marker-symbol": "harbor"
}
}, {
"type": "Feature", // Work
"geometry": {
"type": "Point",
"coordinates": [-75.18788, 39.95512]
},
"properties": {
"title": "Booksmart",
"marker-symbol": "chemist"
}
}, {
"type": "Feature", // Work
"geometry": {
"type": "Point",
"coordinates": [-75.16263, 39.94935]
},
"properties": {
"title": "Zivtech",
"marker-symbol": "suitcase"
}
}, {
"type": "Feature", // Wee
"geometry": {
"type": "Point",
"coordinates": [-122.2963, 47.4450]
},
"properties": {
"title": "Friend Lives Here",
"marker-symbol": "bakery"
}
}, {
"type": "Feature", // ILITE
"geometry": {
"type": "Point",
"coordinates": [-77.62990, 38.84524]
},
"properties": {
"title": "I Sold My Soul Here",
"marker-symbol": "heart"
}
}, {
"type": "Feature", // Elks
"geometry": {
"type": "Point",
"coordinates": [-75.83390, 39.61574]
},
"properties": {
"title": "Circle of Life",
"marker-symbol": "embassy"
}
}, {
"type": "Feature", // MARC
"geometry": {
"type": "Point",
"coordinates": [-75.75263, 39.68519]
},
"properties": {
"title": "Why hasn't MARC/SEPTA expanded service yet?",
"marker-symbol": "cross"
}
}, {
"type": "Feature", // Store
"geometry": {
"type": "Point",
"coordinates": [-73.97301, 40.76384]
},
"properties": {
"title": "A Store to Visit",
"marker-symbol": "shop"
}
}, {
"type": "Feature", // Vibes
"geometry": {
"type": "Point",
"coordinates": [-73.99855, 40.72947]
},
"properties": {
"title": "Chiptunes and Co.",
"marker-symbol": "music"
}
}, {
"type": "Feature", // Food
"geometry": {
"type": "Point",
"coordinates": [-76.63367, 39.25784]
},
"properties": {
"title": "Great Cookies",
"marker-symbol": "bakery"
}
}, {
"type": "Feature", // Pokey
"geometry": {
"type": "Point",
"coordinates": [-76.61835, 39.28457]
},
"properties": {
"title": "Fun! Fun! Fun!",
"marker-symbol": "playground"
}
}, {
"type": "Feature", // Yum
"geometry": {
"type": "Point",
"coordinates": [-77.04331, 38.90967]
},
"properties": {
"title": "Circle of Startups",
"marker-symbol": "scooter"
}
}, {
"type": "Feature", // Yum
"geometry": {
"type": "Point",
"coordinates": [-77.22125, 38.91792]
},
"properties": {
"title": "Best Mall",
"marker-symbol": "land-use"
}
}, {
"type": "Feature", // ?
"geometry": {
"type": "Point",
"coordinates": [-77.73549, 38.96898]
},
"properties": {
"title": "Worlds Collide Here",
"marker-symbol": "museum"
}
}, {
"type": "Feature", // Plaza
"geometry": {
"type": "Point",
"coordinates": [-77.43136, 38.89876]
},
"properties": {
"title": "International Love",
"marker-symbol": "farm"
}
}, {
"type": "Feature", // City that is not Atlantic
"geometry": {
"type": "Point",
"coordinates": [-74.57098, 39.27468]
},
"properties": {
"title": "Plunging Spot",
"marker-symbol": "swimming"
}
}, {
"type": "Feature", // City that is not Atlantic
"geometry": {
"type": "Point",
"coordinates": [-75.14343, 39.94951]
},
"properties": {
"title": "Ice Cream",
"marker-symbol": "fast-food"
}
}
]};
var markers = new mapboxgl.GeoJSONSource({ data: geoJSON });
map.addSource('markers', markers);
var geoJSONMFL = {
"type": "FeatureCollection", // By looking at the lines ahead, you are cheating. But there is nothing I can do to stop you...
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-75.25935173034668, 39.96185925653245],
[-75.2468204498291, 39.96271448002115],
[-75.14382362365723, 39.949819206129945],
[-75.13240814208984, 39.986590631428506],
[-75.08962154388428, 40.009603815001704],
[-75.07730484008789, 40.02373663935909]
]
}
}
]
};
var routemfl = new mapboxgl.GeoJSONSource({ data: geoJSONMFL });
map.addSource('routemfl', routemfl);
var geoJSONBSL = {
"type": "FeatureCollection", // By looking at the lines ahead, you are cheating. But there is nothing I can do to stop you...
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-75.14433860778809, 40.04121785026443],
[-75.17377853393555, 39.90578590324711]
]
}
}
]
};
var routebsl = new mapboxgl.GeoJSONSource({ data: geoJSONBSL });
map.addSource('routebsl', routebsl);
var geoJSONTrolley = {
"type": "FeatureCollection", // By looking at the lines ahead, you are cheating. But there is nothing I can do to stop you...
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-75.24664878845215,39.94356807095909],
[-75.2404260635376,39.945969890463914],
[-75.23175716400146,39.94787812530285],
[-75.22489070892334,39.94774652460901],
[-75.20841121673584,39.949819206129945],
[-75.19952774047852,39.95021399548981],
[-75.18970012664795,39.95406307233881],
[-75.1834774017334,39.95488549657055]
]
}
}
]
};
var routetrolley = new mapboxgl.GeoJSONSource({ data: geoJSONTrolley });
map.addSource('routetrolley', routetrolley);
// map.attributionControl.addAttribution('<a href="https://foursquare.com/">Places data from Foursquare</a>');
// Add zoom and rotation controls to the map.
map.addControl(new mapboxgl.Navigation());
</script>
</x-map>
<x-row>
<x-col size="6">
<h2>Follow me elsewhere!</h2>
<h2>
<a href="#"><i class="icon-facebook"></i></a>
<a href="#"><i class="icon-twitter"></i></a>
<a href="#"><i class="icon-github"></i></a>
<a href="#"><i class="icon-deviantart"></i></a>
<a href="#"><i class="icon-dribbble"></i></a>
<a href="#"><i class="icon-arcade"></i></a>
<a href="#"><i class="icon-colt-curious"></i></a>
</h2>
</x-col>
<x-col size="6">
<h2>Send me an email!</h2>
<form action="/">
<input type="text"/>
<input type="text"/>
<input type="text"/>
<textarea name="" id="" cols="30" rows="10"></textarea>
<button class="clicky">Send</button>
</form>
</x-col>
</x-row>
</x-c>
</section>
<footer id="classic">
<x-c>
<a href="#top" class="clicky right">Back to Top</a>
<p><i class="icon-cc"></i> <i class="icon-cc-remix"></i> 2015 Victor Lourng. Crafted with <i class="icon-heart" title="love"></i> in Philadelphia.</p>
</x-c>
</footer>
<script src="/scripts/build/production.js"></script>
</body>
</html>