-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloriah_pope.html
713 lines (642 loc) · 50.9 KB
/
loriah_pope.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
<!DOCTYPE html>
<html>
<head>
<title>Loriah Pope</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet"/>
<link href="resources/css/axure_rp_page.css" type="text/css" rel="stylesheet"/>
<link href="data/styles.css" type="text/css" rel="stylesheet"/>
<link href="files/loriah_pope/styles.css" type="text/css" rel="stylesheet"/>
<script src="resources/scripts/jquery-1.7.1.min.js"></script>
<script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="resources/scripts/axure/axQuery.js"></script>
<script src="resources/scripts/axure/globals.js"></script>
<script src="resources/scripts/axutils.js"></script>
<script src="resources/scripts/axure/annotation.js"></script>
<script src="resources/scripts/axure/axQuery.std.js"></script>
<script src="resources/scripts/axure/doc.js"></script>
<script src="data/document.js"></script>
<script src="resources/scripts/messagecenter.js"></script>
<script src="resources/scripts/axure/events.js"></script>
<script src="resources/scripts/axure/action.js"></script>
<script src="resources/scripts/axure/expr.js"></script>
<script src="resources/scripts/axure/geometry.js"></script>
<script src="resources/scripts/axure/flyout.js"></script>
<script src="resources/scripts/axure/ie.js"></script>
<script src="resources/scripts/axure/model.js"></script>
<script src="resources/scripts/axure/repeater.js"></script>
<script src="resources/scripts/axure/sto.js"></script>
<script src="resources/scripts/axure/utils.temp.js"></script>
<script src="resources/scripts/axure/variables.js"></script>
<script src="resources/scripts/axure/drag.js"></script>
<script src="resources/scripts/axure/move.js"></script>
<script src="resources/scripts/axure/visibility.js"></script>
<script src="resources/scripts/axure/style.js"></script>
<script src="resources/scripts/axure/adaptive.js"></script>
<script src="resources/scripts/axure/tree.js"></script>
<script src="resources/scripts/axure/init.temp.js"></script>
<script src="files/loriah_pope/data.js"></script>
<script src="resources/scripts/axure/legacy.js"></script>
<script src="resources/scripts/axure/viewer.js"></script>
<script type="text/javascript">
$axure.utils.getTransparentGifPath = function() { return 'resources/images/transparent.gif'; };
$axure.utils.getOtherPath = function() { return 'resources/Other.html'; };
$axure.utils.getReloadPath = function() { return 'resources/reload.html'; };
</script>
</head>
<body>
<div id="base" class="">
<!-- Nav_Open (Shape) -->
<div id="u0" class="ax_paragraph fontawesome" data-label="Nav_Open">
<img id="u0_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u1" class="text">
<p><span></span></p>
</div>
</div>
<!-- Content (Dynamic Panel) -->
<div id="u2" class="ax_dynamic_panel" data-label="Content">
<div id="u2_state0" class="panel_state" data-label="Home">
<div id="u2_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u3" class="ax_paragraph">
<img id="u3_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u4" class="text">
<p><span>Loriah</span></p><p><span>Pope</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u5" class="ax_paragraph">
<img id="u5_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u6" class="text">
<p><span>Developer, Designer, Dreamer</span></p>
</div>
</div>
</div>
</div>
<div id="u2_state1" class="panel_state" data-label="About">
<div id="u2_state1_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u7" class="ax_paragraph">
<img id="u7_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u8" class="text">
<p><span>About.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u9" class="ax_shape">
<img id="u9_img" class="img " src="images/loriah_pope/u9.png"/>
<!-- Unnamed () -->
<div id="u10" class="text">
<p><span>Originally from Houston, Texas, I became interested in web development the same way most preteens my age did - designing my perfect Myspace profile. I attended schools that helped me to develop my programming skills, and I eventually moved to New York City to attend New York University and study Computer Science. </span></p><p><span> </span></p><p><span>While at NYU, I was able to explore web development further, as well as human computer interaction. I also joined Alpha Phi Omega and spent lots of time volunteering. In 2014, I received a Presidential Service Award for working to help the community.</span></p><p><span> </span></p><p><span>I graduated recently in May of 2015, and I am new to the world of user experience but I have quickly grown to love the field, becoming Nielsen Norman UX Certified in October 2015 and organizing a global event in celebration UXPA's 2015 World Usability Day.</span></p><p><span> </span></p><p><span>I am particularly interested in how the design of technology affects how people interact with it, and I'll jump at any opportunity to bring a cool idea to life!</span></p><p><span> </span></p><p><span>In my free time, you'll typically find me snapping photos on the rooftop of the Met, the New Museum, or the Whitney, or practicing my moves at kickboxing. I also love to test out new vegetarian recipes!</span></p><p><span> </span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u11" class="ax_image">
<img id="u11_img" class="img " src="images/loriah_pope/u11.png"/>
<!-- Unnamed () -->
<div id="u12" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u13" class="ax_image">
<img id="u13_img" class="img " src="images/loriah_pope/u13.png"/>
<!-- Unnamed () -->
<div id="u14" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u15" class="ax_image">
<img id="u15_img" class="img " src="images/loriah_pope/u15.png"/>
<!-- Unnamed () -->
<div id="u16" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u17" class="ax_image">
<img id="u17_img" class="img " src="images/loriah_pope/u17.png"/>
<!-- Unnamed () -->
<div id="u18" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u19" class="ax_image">
<img id="u19_img" class="img " src="images/loriah_pope/u19.png"/>
<!-- Unnamed () -->
<div id="u20" class="text">
<p><span></span></p>
</div>
</div>
</div>
</div>
<div id="u2_state2" class="panel_state" data-label="Resume">
<div id="u2_state2_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u21" class="ax_paragraph">
<img id="u21_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u22" class="text">
<p><span>Resume.</span></p>
</div>
</div>
<!-- Education (Dynamic Panel) -->
<div id="u23" class="ax_dynamic_panel" data-label="Education">
<div id="u23_state0" class="panel_state" data-label="Collapsed">
<div id="u23_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u24" class="ax_shape">
<img id="u24_img" class="img " src="images/loriah_pope/u24.png"/>
<!-- Unnamed () -->
<div id="u25" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#009999;opacity:0.8;"></span><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#333333;"> </span><span style="font-family:'Roboto-Light', 'Roboto Light', 'Roboto';font-weight:200;color:#333333;">Education</span></p>
</div>
</div>
</div>
</div>
<div id="u23_state1" class="panel_state" data-label="Expanded">
<div id="u23_state1_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u26" class="ax_shape">
<img id="u26_img" class="img " src="images/loriah_pope/u26.png"/>
<!-- Unnamed () -->
<div id="u27" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';"> </span><span style="font-family:'Roboto-Regular', 'Roboto';">Education</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u28" class="ax_shape">
<img id="u28_img" class="img " src="images/loriah_pope/u28.png"/>
<!-- Unnamed () -->
<div id="u29" class="text">
<p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;color:#333333;">Bachelor of Arts, Computer Science</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:18px;color:#333333;">, Minor: Business Studies</span><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;color:#333333;"></span></p><p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;color:#333333;">New York University</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:18px;color:#333333;">, New York, NY</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">September 2011 to May 2015</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"> </span></p><p style="font-size:16px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;color:#333333;">Coursework</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Introduction to Computer Science</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2012</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Data Structures</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2012</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Computer Systems Organization</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2013</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Discrete Mathematics</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2013</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Operating Systems</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2013</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Computer Architecture</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2013</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Basic Algorithms</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2014</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">iOS Programming</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2014</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Applied Internet Technologies</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2014</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Database Design and Web Implementation</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2015</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Physical Computing</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2015</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Principles of Programming Languages</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2015</span></p><p style="font-size:14px;"><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;"> </span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Economic Principles I</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2012</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Economic Principles II</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Spring 2012</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Financial Accounting</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2013</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;"></span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Management and Organizations</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2013</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Statistics for Business Control</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2014</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;color:#333333;">Regression and Forecasting Models</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;color:#323333;opacity:0.498039215686275;">, </span><span style="font-family:'Raleway-Light', 'Raleway ExtraLight', 'Raleway';font-weight:200;font-size:14px;color:#323333;opacity:0.498039215686275;">Fall 2014</span></p>
</div>
</div>
</div>
</div>
</div>
<!-- Professional Experience (Dynamic Panel) -->
<div id="u30" class="ax_dynamic_panel" data-label="Professional Experience">
<div id="u30_state0" class="panel_state" data-label="Collapsed">
<div id="u30_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u31" class="ax_shape" selectiongroup="Resume Category">
<img id="u31_img" class="img " src="images/loriah_pope/u24.png"/>
<!-- Unnamed () -->
<div id="u32" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#009999;opacity:0.8;"></span><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#333333;"> </span><span style="font-family:'Roboto-Light', 'Roboto Light', 'Roboto';font-weight:200;color:#333333;">Professional Experience</span></p>
</div>
</div>
</div>
</div>
<div id="u30_state1" class="panel_state" data-label="Expanded">
<div id="u30_state1_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u33" class="ax_shape" selectiongroup="Resume Category">
<img id="u33_img" class="img " src="images/loriah_pope/u26.png"/>
<!-- Unnamed () -->
<div id="u34" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';"> </span><span style="font-family:'Roboto-Regular', 'Roboto';">Professional Experience</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u35" class="ax_shape">
<img id="u35_img" class="img " src="images/loriah_pope/u35.png"/>
<!-- Unnamed () -->
<div id="u36" class="text">
<p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;">Interaction Designer</span></p><p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;">Bank of New York Mellon</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:18px;">, Jersey City, NJ</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;">June 2015 to Present</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;"> </span></p><p style="font-size:16px;"><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:16px;">As an Interaction Designer, I follow the complete design thinking model by interviewing clients, collaborating with project team members to find solutions to business problems, building high fidelity prototypes, and testing them. I also co-host weekly events targeted toward educating employees about innovation in technology, and in November I co-planned and co-hosted an instance of UXPA's World Usability Day for a global audience.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u37" class="ax_shape">
<img id="u37_img" class="img " src="images/loriah_pope/u37.png"/>
<!-- Unnamed () -->
<div id="u38" class="text">
<p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;">Front End Web Developer Intern</span></p><p style="font-size:18px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:18px;">Victoria's Secret</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:18px;">, New York, NY</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;">June 2014 to August 2014</span></p><p style="font-size:16px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;"> </span></p><p style="font-size:16px;"><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:16px;">As a Front-End Web Developer Intern, I had the opportunity to own and launch several projects on the website. I was required to write HTML, CSS, and JavaScript for each project, and I additionally utilized SASS, Node, Grunt, JQuery, and Handlebars to bring each assignment to completion.</span></p>
</div>
</div>
</div>
</div>
</div>
<!-- Leadership Experience (Dynamic Panel) -->
<div id="u39" class="ax_dynamic_panel" data-label="Leadership Experience">
<div id="u39_state0" class="panel_state" data-label="Collapsed">
<div id="u39_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u40" class="ax_shape" selectiongroup="Resume Category">
<img id="u40_img" class="img " src="images/loriah_pope/u24.png"/>
<!-- Unnamed () -->
<div id="u41" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#009999;opacity:0.8;"></span><span style="font-family:'FontAwesome', 'FontAwesome';font-weight:400;color:#333333;"> </span><span style="font-family:'Roboto-Light', 'Roboto Light', 'Roboto';font-weight:200;color:#333333;">Leadership Experience</span></p>
</div>
</div>
</div>
</div>
<div id="u39_state1" class="panel_state" data-label="Expanded">
<div id="u39_state1_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u42" class="ax_shape" selectiongroup="Resume Category">
<img id="u42_img" class="img " src="images/loriah_pope/u26.png"/>
<!-- Unnamed () -->
<div id="u43" class="text">
<p><span style="font-family:'FontAwesome', 'FontAwesome';"> </span><span style="font-family:'Roboto-Regular', 'Roboto';">Leadership Experience</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u44" class="ax_shape">
<img id="u44_img" class="img " src="images/loriah_pope/u44.png"/>
<!-- Unnamed () -->
<div id="u45" class="text">
<p style="font-size:16px;line-height:28px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;">President, </span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;line-height:28px;">Alpha Phi Omega, Beta Iota Chapter</span><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;"></span></p><p style="font-size:18px;line-height:28px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;">New York University</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;line-height:28px;">, New York, NY</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:18px;line-height:28px;"></span></p><p style="font-size:14px;line-height:28px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;line-height:28px;">May 2014 to May 2015</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:11px;line-height:28px;"></span></p><p style="font-size:11px;line-height:11px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:11px;line-height:11px;"> </span></p><p style="font-size:14px;line-height:28px;"><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:14px;line-height:28px;">As the president of the Beta Iota Chapter of Alpha Phi Omega, I created two new executive positions, Alumni Relations Chair and International Chair, to increase active membership outside of the immediate university, collected over $2,000 in Membership dues to fund chapter activities, an increase of 100% from the previous year, oversaw and directed activities conducted during the Pledge Training Program, as well as the Rush Recruitment Program, prepared a weeklong recruitment program of service and fellowship events, recruiting the largest pledge class in the history of Beta Iota Chapter, prepared a budget for all Rush events, advertised for Rush Week, and ran information sessions leading up to the events, speaking with 200 interested recruits, answered all rush queries and maintained contact with rushes throughout the semester.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u46" class="ax_shape">
<img id="u46_img" class="img " src="images/loriah_pope/u46.png"/>
<!-- Unnamed () -->
<div id="u47" class="text">
<p style="font-size:16px;line-height:28px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;">Resident Assistant, </span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;line-height:28px;">Coral Tower</span><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;"></span></p><p style="font-size:16px;line-height:28px;"><span style="font-family:'Raleway-Bold', 'Raleway Bold', 'Raleway';font-weight:700;font-size:16px;line-height:28px;">New York University</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:16px;line-height:28px;">, New York, NY</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:11px;line-height:28px;"></span></p><p style="font-size:14px;line-height:28px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:14px;line-height:28px;">May 2014 to May 2015</span><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:11px;line-height:28px;"></span></p><p style="font-size:11px;line-height:11px;"><span style="font-family:'Raleway', 'Raleway';font-weight:400;font-size:11px;line-height:11px;"> </span></p><p style="font-size:14px;line-height:28px;"><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:14px;line-height:28px;">Responsible for event planning on a special interest "Geek NYC" floor, as well as conflict resolution, wellness concern resolution, and policy enforcement for 29 residents.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u48" class="ax_shape">
<img id="u48_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u49" class="text">
<p><span></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="u2_state3" class="panel_state" data-label="Work">
<div id="u2_state3_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u50" class="ax_paragraph">
<img id="u50_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u51" class="text">
<p><span>Work.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u52" class="ax_shape">
<img id="u52_img" class="img " src="images/loriah_pope/u52.png"/>
<!-- Unnamed () -->
<div id="u53" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in risus lacus. Maecenas ornare metus in sem rhoncus, non aliquet libero vehicula. </span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u54" class="ax_shape">
<img id="u54_img" class="img " src="images/loriah_pope/u54.png"/>
<!-- Unnamed () -->
<div id="u55" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u56" class="ax_image">
<img id="u56_img" class="img " src="images/loriah_pope/u56.png"/>
<!-- Unnamed () -->
<div id="u57" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u58" class="ax_shape">
<img id="u58_img" class="img " src="images/loriah_pope/u52.png"/>
<!-- Unnamed () -->
<div id="u59" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in risus lacus. Maecenas ornare metus in sem rhoncus, non aliquet libero vehicula. </span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u60" class="ax_shape">
<img id="u60_img" class="img " src="images/loriah_pope/u54.png"/>
<!-- Unnamed () -->
<div id="u61" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u62" class="ax_image">
<img id="u62_img" class="img " src="images/loriah_pope/u56.png"/>
<!-- Unnamed () -->
<div id="u63" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u64" class="ax_shape">
<img id="u64_img" class="img " src="images/loriah_pope/u52.png"/>
<!-- Unnamed () -->
<div id="u65" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in risus lacus. Maecenas ornare metus in sem rhoncus, non aliquet libero vehicula. </span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u66" class="ax_shape">
<img id="u66_img" class="img " src="images/loriah_pope/u54.png"/>
<!-- Unnamed () -->
<div id="u67" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u68" class="ax_image">
<img id="u68_img" class="img " src="images/loriah_pope/u56.png"/>
<!-- Unnamed () -->
<div id="u69" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u70" class="ax_shape">
<img id="u70_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u71" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u72" class="ax_shape">
<img id="u72_img" class="img " src="images/loriah_pope/u52.png"/>
<!-- Unnamed () -->
<div id="u73" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in risus lacus. Maecenas ornare metus in sem rhoncus, non aliquet libero vehicula. </span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u74" class="ax_shape">
<img id="u74_img" class="img " src="images/loriah_pope/u54.png"/>
<!-- Unnamed () -->
<div id="u75" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u76" class="ax_image">
<img id="u76_img" class="img " src="images/loriah_pope/u56.png"/>
<!-- Unnamed () -->
<div id="u77" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u78" class="ax_shape">
<img id="u78_img" class="img " src="images/loriah_pope/u52.png"/>
<!-- Unnamed () -->
<div id="u79" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in risus lacus. Maecenas ornare metus in sem rhoncus, non aliquet libero vehicula. </span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u80" class="ax_shape">
<img id="u80_img" class="img " src="images/loriah_pope/u54.png"/>
<!-- Unnamed () -->
<div id="u81" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u82" class="ax_image">
<img id="u82_img" class="img " src="images/loriah_pope/u56.png"/>
<!-- Unnamed () -->
<div id="u83" class="text">
<p><span></span></p>
</div>
</div>
<!-- Work Content (Dynamic Panel) -->
<div id="u84" class="ax_dynamic_panel" data-label="Work Content">
<div id="u84_state0" class="panel_state" data-label="Grid">
<div id="u84_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u85" class="ax_shape">
<img id="u85_img" class="img " src="images/loriah_pope/u85.png"/>
<!-- Unnamed () -->
<div id="u86" class="text">
<p style="font-size:48px;"><span style="font-family:'Roboto-Regular', 'Roboto';font-weight:400;font-size:36px;color:#333333;">Super Shape Shifter</span><span style="font-family:'Roboto-Regular', 'Roboto';font-weight:400;font-size:48px;color:#333333;"></span></p><p style="font-size:20px;"><span style="font-family:'Roboto-Light', 'Roboto Light', 'Roboto';font-weight:200;font-size:20px;color:#323333;opacity:0.498039215686275;">iOS Application</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u87" class="ax_shape">
<img id="u87_img" class="img " src="images/loriah_pope/u85.png"/>
<!-- Unnamed () -->
<div id="u88" class="text">
<p><span>[coming soon.]</span></p>
</div>
</div>
</div>
</div>
<div id="u84_state1" class="panel_state" data-label="Details 1">
<div id="u84_state1_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u89" class="ax_shape">
<img id="u89_img" class="img " src="images/loriah_pope/u89.png"/>
<!-- Unnamed () -->
<div id="u90" class="text">
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pulvinar sed lectus vel facilisis. Suspendisse imperdiet nibh sit amet ex pretium gravida eget sed nisi. Sed fringilla nisl a magna dapibus facilisis. Nunc velit lacus, maximus quis tincidunt ac, consectetur sit amet enim. Donec consectetur mi ac tellus euismod pellentesque. Proin at magna interdum, varius mauris et, cursus est. Curabitur tincidunt odio mi, id malesuada ex suscipit sit amet.</span></p><p><span> </span></p><p><span>Proin eu nibh volutpat, aliquet lacus vitae, mollis massa. Mauris vitae quam arcu. Vivamus condimentum egestas nulla, a faucibus sem iaculis id. Aliquam malesuada ipsum at turpis cursus pulvinar. Suspendisse scelerisque congue quam at porttitor. Donec vitae lacus ex. Praesent purus nisi, semper eget erat pulvinar, viverra vestibulum dolor. Nulla magna felis, mollis commodo feugiat eget, imperdiet ut dolor. Aenean consectetur lectus purus, eu gravida mauris dignissim in.</span></p><p><span> </span></p><p><span>Sed mollis nibh eu lorem aliquam pellentesque. Etiam ultricies, massa eget feugiat dapibus, ante est ullamcorper odio, sit amet aliquet mauris eros nec eros. Cras pretium quam a egestas scelerisque. Phasellus eleifend luctus leo, sit amet tristique est interdum at. Praesent lacinia pretium mauris, a elementum orci semper id. Praesent faucibus vehicula neque non mollis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec scelerisque turpis quam, molestie lobortis odio interdum vitae. Sed a sapien vel lorem pretium lobortis at accumsan arcu. Mauris ac fringilla turpis. Aenean eget augue in metus convallis sollicitudin sed eget nisi. Nam finibus tortor ante, et euismod arcu dignissim sed. Suspendisse convallis dui nisl, vitae vestibulum nulla condimentum eu. Nam eget aliquam ex. Vestibulum ipsum arcu, vulputate suscipit ex sed, interdum sollicitudin massa.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u91" class="ax_shape">
<img id="u91_img" class="img " src="images/loriah_pope/u91.png"/>
<!-- Unnamed () -->
<div id="u92" class="text">
<p style="font-size:36px;line-height:28px;"><span style="font-family:'Roboto-Regular', 'Roboto';font-weight:400;font-size:13px;color:#009999;line-height:28px;">Super Shape Shifter</span><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:13px;color:#000000;line-height:28px;">, iOS Application</span><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:36px;color:#000000;line-height:28px;"></span></p><p style="font-size:11px;line-height:36px;"><span style="font-family:'Roboto-Thin', 'Roboto Thin', 'Roboto';font-weight:200;font-size:11px;color:#323333;line-height:36px;opacity:0.498039215686275;">Objective C</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u93" class="ax_paragraph fontawesome">
<img id="u93_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u94" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u95" class="ax_shape">
<img id="u95_img" class="img " src="images/loriah_pope/u91.png"/>
<!-- Unnamed () -->
<div id="u96" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u97" class="ax_image">
<img id="u97_img" class="img " src="images/loriah_pope/u97.png"/>
<!-- Unnamed () -->
<div id="u98" class="text">
<p><span></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="u2_state4" class="panel_state" data-label="Social">
<div id="u2_state4_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u99" class="ax_paragraph">
<img id="u99_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u100" class="text">
<p><span>Social.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u101" class="ax_shape">
<img id="u101_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u102" class="text">
<p><span>email.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u103" class="ax_shape">
<img id="u103_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u104" class="text">
<p><span>twitter.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u105" class="ax_shape">
<img id="u105_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u106" class="text">
<p><span>facebook.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u107" class="ax_shape">
<img id="u107_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u108" class="text">
<p><span>flipboard.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u109" class="ax_shape">
<img id="u109_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u110" class="text">
<p><span>google.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u111" class="ax_shape">
<img id="u111_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u112" class="text">
<p><span>linkedin.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u113" class="ax_shape">
<img id="u113_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u114" class="text">
<p><span>instagram.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u115" class="ax_shape">
<img id="u115_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u116" class="text">
<p><span>github.</span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u117" class="ax_shape">
<img id="u117_img" class="img " src="images/loriah_pope/u101.png"/>
<!-- Unnamed () -->
<div id="u118" class="text">
<p><span>medium.</span></p>
</div>
</div>
</div>
</div>
</div>
<!-- Nav (Dynamic Panel) -->
<div id="u119" class="ax_dynamic_panel" data-label="Nav">
<div id="u119_state0" class="panel_state" data-label="State1">
<div id="u119_state0_content" class="panel_state_content">
<!-- Unnamed (Shape) -->
<div id="u120" class="ax_shape">
<img id="u120_img" class="img " src="images/loriah_pope/u120.png"/>
<!-- Unnamed () -->
<div id="u121" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Image) -->
<div id="u122" class="ax_image">
<img id="u122_img" class="img " src="images/loriah_pope/u122.png"/>
<!-- Unnamed () -->
<div id="u123" class="text">
<p><span></span></p>
</div>
</div>
<!-- Unnamed (Shape) -->
<div id="u124" class="ax_paragraph">
<img id="u124_img" class="img " src="resources/images/transparent.gif"/>
<!-- Unnamed () -->
<div id="u125" class="text">
<p style="font-size:18px;"><span style="font-family:'Roboto-Light', 'Roboto Light', 'Roboto';font-style:normal;font-size:18px;color:#333333;">Loriah Pope</span></p><p style="font-size:13px;"><span style="font-family:'Roboto-LightItalic', 'Roboto Light Italic', 'Roboto';font-style:italic;font-size:13px;color:#323333;opacity:0.498039215686275;">Developer, Designer, Dreamer</span></p>
</div>
</div>
<!-- Unnamed (Table) -->
<div id="u126" class="ax_table">
<!-- About_Nav (Table Cell) -->
<div id="u127" class="ax_table_cell" data-label="About_Nav">
<img id="u127_img" class="img " src="images/loriah_pope/about_nav_u127.png"/>
<!-- Unnamed () -->
<div id="u128" class="text">
<p><span>About Me</span></p>
</div>
</div>
<!-- Resume_Nav (Table Cell) -->
<div id="u129" class="ax_table_cell" data-label="Resume_Nav">
<img id="u129_img" class="img " src="images/loriah_pope/about_nav_u127.png"/>
<!-- Unnamed () -->
<div id="u130" class="text">
<p><span>Resume</span></p>
</div>
</div>
<!-- Work_Nav (Table Cell) -->
<div id="u131" class="ax_table_cell" data-label="Work_Nav">
<img id="u131_img" class="img " src="images/loriah_pope/about_nav_u127.png"/>
<!-- Unnamed () -->
<div id="u132" class="text">
<p><span>Work</span></p>
</div>
</div>
<!-- Contact_Nav (Table Cell) -->
<div id="u133" class="ax_table_cell" data-label="Contact_Nav">
<img id="u133_img" class="img " src="images/loriah_pope/contact_nav_u133.png"/>
<!-- Unnamed () -->
<div id="u134" class="text">
<p><span>Social</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>