forked from keemoboy/students_page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStudents.html
858 lines (800 loc) · 38 KB
/
Students.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
<!DOCTYPE html>
<!-- saved from url=(0024)https://stripe.com/about -->
<html lang="en" class="wf-proximanova-n4-active wf-proximanova-n6-active wf-active"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Students</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" media="screen">
<body>
<div id="background"></div>
<div id="about" class="box">
<div id="team">
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Michael Casey</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/003_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Michael Casey</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Amiram Kehaty</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/005_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Amiram Kehaty</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kunal Bhatt</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/008_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kunal Bhatt</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Jeffrey Mathias</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/009_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Jeffrey Mathias</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kari Weiler</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/015_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kari Weiler</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Lasse Christiansen</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/017_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Lasse Christiansen</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Johnathan Lue</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/019_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Johnathan Lue</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Amy Lai</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/021_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Amy Lai</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Joe Landers</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/023_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Joe Landers</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Matt Powers</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/025_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Matthew Powers</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Matt Freeman</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/027_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Matt Freeman</em>-->
</a>
<a href="https://twitter.com/A_fow" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Andrew Fowler</em>
Andrew spends his days re-installing versions of Linux and surfing Ruby ri Docs in his terminal. Also he really likes poutine and maple syrup because he's Canadian...Eh?
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/030_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Andrew Fowler</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Laila Winner</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/031_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Laila Winner</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Janet Chang</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/033_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Janet Chang</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Alan Cohen</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/035_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Alan Cohen</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Jeremy Lee James</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/037_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Jeremy Lee James</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Sarah Sorelle</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/039_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Sarah Sorelle</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Drew Kitch</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/044_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Drew Kitch</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Elliot Shu</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/045_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Elliot Shu</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Claire Pierce</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/047_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Claire Pierce</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Jeff Smith</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/049_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Jeff Smith</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Phil Moldavski</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/051_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Phil Moldavski</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Ferdi Cam</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/053_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Ferdi Cam</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Jake Sendar</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/055_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Jake Sendar</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Young Cha</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/061_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Young Cha</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Mack McConnell</em>
My favorite color? Blue. Favorite palindrome? evilolive.
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/065_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Mack McConnell</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Karim Bishay</em>
Has recently obtained his MTS degree with highest honors in Pastoral Counseling and his MBA in Nonprofit Management from Boston University. He has founded two companies in varying fields and is currently a counselor and facilitator.
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/071_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Karim Bishay</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kyrie Kopczynski</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/074_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kyrie Kopczynski</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Keith Strand</em>
Keith's is developing into a developer at an alarming rate!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/075_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Keith Strand</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Nima Mehanian</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/078_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Nima Mehanian</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Brian Lee</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/080_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Brian Lee</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>David Ragone</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/081_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>David Ragone</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Murtaza Ali</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/083_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Murtaza Ali</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Daniel Gamboa</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/085_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Daniel Gamboa</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Guillaume Galuz</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/087_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Guillaume Galuz</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Scott Chiang</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/090_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Scott Chiang</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Brent Coughenour</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/093_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Brent Coughenour</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Gvir Aviv</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/096_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Gvir Aviv</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Billy Bonnefil</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/097_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Billy Bonnefil</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Reed Whitcraft</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/100_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Reed Whitcraft</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Michael Wiggins</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/101_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Michael Wiggins</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kyle Snell</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/103_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kyle Snell</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Richard VanBreemen</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/106_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Richard VanBreemen</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kerrie Yee</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/107_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kerrie Yee</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Daniela Grossman</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/109_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Daniela Grossman</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Brian Joyce</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/112_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Brian Joyce</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Julie Mao</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/114_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Julie Mao/em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Arne Fostvedt</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/116_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Arne Fostvedt</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Tom Uebel</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/117_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Tom Uebel</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Mike Riess</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/119_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Mike Riess</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Ricky Choi</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/121_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Ricky Choi</em>-->
</a>
<a href="https://twitter.com/antifuchs" target="_blank" class="andreas">
<span class="bio" style="top: -169px; ">
<span class="inner">
<em>Kelsey Schlarman</em>
Please change this text via pull request!
</span>
<span class="arrow" style="left: 39px; margin-left: 0px; "></span>
</span>
<strong>
<span class="frame"></span>
<img src="./img/124_DBC_121002_L.jpg" width="150" height="150">
<span class="shadow"></span>
</strong>
<!--<em>Kelsey Schlarman</em>-->
</a>
<div style="clear: both;"></div>
</div>
</div> <!-- END ABOUT -->
<div class="country-dropdown-overlay"></div>
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/shared.js"></script>
<script type="text/javascript" src="./js/about.js"></script>
<script type="text/javascript">
</script>
</body></html>