-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
655 lines (623 loc) · 30 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Phillip J. Weaver">
<title>Phillip Jeremiah Weaver</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none"><b>Phillip Jeremiah Weaver</b></span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/professional-profile-pic.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#coursework">Coursework</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-5">Phillip "Jeremiah" <span class="text-primary">Weaver</span></h1>
<!-- <div class="subheading mb-5">12065 General Ott Rd · Hammond, LA 70403 · (985) 662-1082 ·
<a href="mailto:[email protected]">[email protected]</a>
</div> -->
<p class="mb-5">
I am a full stack software developer with a specific passion for frontend design and development.
<br/>
I am experienced with Angular, Ionic, HTML, CSS, .NET, Blazor and more.
<br/>
I am also passionate about true software craftsmanship, as I feel that this focus will culture a lasting work ethic and improve my skills in areas that will never become obsolete.
I believe that a focus on the craftsmanship of software can only enhance my work in the future, regardless of the technology in use.
</p>
<ul class="list-inline list-social-icons mb-0">
<!--<li class="list-inline-item">
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>-->
<li class="list-inline-item">
<a href="https://github.com/jbw716" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span><b>GitHub</b>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/phillip-j-weaver" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span><b>LinkedIn</b>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:[email protected]">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span><b>E-Mail</b>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="https://drive.google.com/file/d/1ZNGE7-l_l_1GSeGBupIlhsCHGdyvj1iW/view?usp=sharing" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-download fa-stack-1x fa-inverse"></i>
</span><b>Resume</b>
</a>
</li> -->
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-2">CGB Enterprises</h3>
<ul>
<li>
<div class="subheading mb-0">Software Developer III, Summer 2023 - Present</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">
Project lead for a customer facing mobile and web app build on Ionic, Angular, and Capacitor with a .NET backend
</p>
</li>
</ul>
</li>
<li>
<div class="subheading mb-0">Software Developer II, Fall 2021 - Summer 2023</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">Migrated customer facing mobile app from Cordova to Capacitor</p>
</li>
</ul>
</li>
<li>
<div class="subheading mb-0">Software Developer I, Spring 2020 - Fall 2021</div>
</li>
<li>
<div class="subheading mb-0">Computer Science Intern, Winter 2018 - Spring 2020</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">Part of a team that developed and is maintaining a new
client app for iOS, Android, and web using Ionic and Angular with a .NET Framework and .NET Core backend</p>
</li>
<li>
<p style="padding-left: 2em;" class="mb-4">Part of a team that is constantly developing new web apps
that are used to help streamline internal processes within the company using various technologies including
.NET Framework, .NET Core, Angular, and Blazor.</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-2">Emergent Method/Deloitte Consulting</h3>
<ul>
<li>
<div class="subheading mb-0">Consulting Intern, Summer 2018 - Winter 2018</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">Meet with clients to discuss software and documentation
specifications</p>
</li>
<li>
<p style="padding-left: 2em;" class="mb-4">Create and update software mockups</p>
</li>
<li>
<p style="padding-left: 2em;" class="mb-4">Create and update database mapping documentation in the
forms of both graphical mappings (Logical Data Models) and Excel spreadsheets</p>
</li>
<li>
<p style="padding-left: 2em;" class="mb-4">Help to maintain and update the documentation for the new
Louisiana Medicaid/Medicare system as per the client’s specifications</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-2">Southeastern Louisiana University, School of Science and Technology</h3>
<ul>
<li>
<div class="subheading mb-0">Teaching Assistant, Fall 2018 - Present</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">Help to teach and run the CMPS 285 project class
typically for sophomore CSIT students at Southeastern Louisiana University under Dr. Ghassan
Alkadi</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- <div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-2">Sims Memorial Library</h3>
<ul>
<li>
<div class="subheading mb-0">Student Assistant, Fall 2017 - Summer 2018</div>
<ul>
<li>
<p style="padding-left: 2em;" class="mb-4">Help to maintain the printers and computers; Assist
students and faculty with checking out resources, such as electronic devices and many forms of
media, and using library classrooms</p>
</li>
</ul>
</li>
</ul>
</div>
</div> -->
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Southeastern Louisiana University</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Information Technology</div>
<ul>
<li style="margin-top: 5%;">
<p>GPA: 3.946</p>
</li>
<li>
<p>Graduation: Spring 2020, Summa Cum Laude</p>
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Fall 2016 - Spring 2020</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="coursework">
<div class="my-auto">
<h2 class="mb-5">Course Work</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-2">Completed</h3>
<ul>
<li>
<div class="subheading mb-0">CMPS 161 Algorithm Design and Implementation I</div>
<p style="padding-left: 2em;" class="mb-4">Basic concepts of computer programming, problem solving,
algorithm development, and program coding using a high-level, block-structured language.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 257 Discrete Structures</div>
<p style="padding-left: 2em;" class="mb-4">Introduction to discrete structures of computing. Topics
include sets, relations, functions, digraphs, matrices, recursion, partially ordered sets, Boolean
Algebra, artificial languages, and finite state machines.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 280 Algorithm Design and Implementation II</div>
<p style="padding-left: 2em;" class="mb-4">An intensive capstone of the material covered in Computer
Science 161 and an introduction to elementary data structures, searches, simple and complex sorts, and
objects.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 285 Software Engineering</div>
<p style="padding-left: 2em;" class="mb-4">Introduction of the methods used for specifying, designing,
implementing, and testing medium and large scale software systems; methods for organizing and managing
software development projects; professionalism and ethical responsibilities in software development.
</p>
</li>
<li>
<div class="subheading mb-0">CMPS 290 Computer Organization</div>
<p style="padding-left: 2em;" class="mb-4">An introduction to the structure and function of computing
machines. The primary components of the computer are examined from an organizational and logical
standpoint. Topics include introduction to digital systems; machine level representation of data;
assembly level machine organization; memory system organization and architectures; and introduction to
language translation.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 294 Internet Programming</div>
<p style="padding-left: 2em;" class="mb-4">This course concerns the art and science of programming for
WWW Internet applications from a client-side perspective. Basic and advanced HTML will be covered,
with emphasis on current scripting technologies.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 315 System Administration</div>
<p style="padding-left: 2em;" class="mb-4">This course teaches skills and concepts that are essential to
the administration of operation systems, networks, software, various computing support systems, and
system documentation, policies, and procedures. This also includes education and support of the users
of these systems.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 339 Database Information</div>
<p style="padding-left: 2em;" class="mb-4">A hands-on comprehensive study of database administration and
applications to include selecting, installing, configuring, tuning, maintaining, and reviewing modern
database systems.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 390 Data Structures</div>
<p style="padding-left: 2em;" class="mb-4">Further study of trees, including: balanced trees, B-trees,
2-3 trees, and tries; external sorting, symbol tables, and file structures.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 329 Computer Networking and Security</div>
<p style="padding-left: 2em;" class="mb-4">Protocols used in local area and wide area networks, network
administration, and the conceptual and technical aspects of computer security and information
assurance, especially as it impacts computer networks and the Internet.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 375 Computer Architecture</div>
<p style="padding-left: 2em;" class="mb-4">Hardware organization and implementation of computer
architecture. Instruction set considerations and addressing modes. System control concepts. CPU
control, microprogramming, I/O interface and memory organization. Parallel and data flow architecture.
</p>
</li>
<li>
<div class="subheading mb-0">CMPS 415 Integrated Technologies for Enterprise Systems</div>
<p style="padding-left: 2em;" class="mb-4">This course provides an introduction to several current
technologies, and how they can be used to integrate software solutions into a functional large
interconnected system. The course will focus on contemporary technologies used for enterprise software
development.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 420 Human Computer Interaction</div>
<p style="padding-left: 2em;" class="mb-4">Designing, implementing, and evaluating computer systems.
Task analysis, prototyping, usability evaluation, dialogue specification, interaction styles and
techniques, human factors, virtual reality, multimedia, and hypermedia systems.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 411 Capstone I</div>
<p style="padding-left: 2em;" class="mb-4">This course presents a formal approach to the top-down
design, development, and maintenance of software systems. Topics include organization and management
of software projects, security, programmer teams, validation and verification.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 383 Information Systems</div>
<p style="padding-left: 2em;" class="mb-4">A study of file organization and management, analysis of the
concept of information systems, approaches and techniques for evaluating information systems. Fourth
generation languages will be explored.</p>
</li>
<li>
<div class="subheading mb-0">CMPS 479 Automata and Formal Languages</div>
<p style="padding-left: 2em;" class="mb-4">Introduction to computing device capabilities through study
of abstract machines and corresponding formal languages. Topics include Turing machines, recursion,
Chomsky grammars, context-free languages, regular languages, and finite automata.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-0 pb-1">Software, Programming Languages, & Tools</div>
<ul class="list-inline list-icons mb-0">
<li class="list-inline-item">
<i class="devicons devicons-angular"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-react"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-ionic"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-dotnet"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-visualstudio"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-html5"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-javascript"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-css3"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-git"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-windows"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-apple"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-ubuntu"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-python"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-java"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-intellij"></i>
</li>
</ul>
<!--div class="subheading mb-3">Workflow</div-->
<table>
<tr>
<td>
<ul class="fa-ul mt-4">
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Angular</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Blazor</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Ionic</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Capacitor</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Cordova</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Typescript</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Telerik Kendo UI</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
HTML</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
CSS</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
JavaScript</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
React</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Vue.js</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
C#</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
.NET</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Visual Studio</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Visual Studio Code</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Git</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Windows 7 & 10</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
MacOS</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Ubuntu</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Microsoft Office Suite</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Excel</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Bash</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
PowerShell</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
IntelliJ</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
PyCharm</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Rider</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Oracle SQL Developer Data Modeler</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Java</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
SQL</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Azure Data Studio</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Microsoft SQL Server Management Studio</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Xamarin.Forms</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Python</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Haxe</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Node.JS</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
WebStorm</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
PHPStorm</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
PHP</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Azure</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
Azure DevOps</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
JIRA</li>
<li>
<i class="fa-li fa fa fa-circle-o mt-1" style="font-size: 80%;"></i>
iRise</li>
</ul>
</td>
</tr>
</table>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">Interests</h2>
<p>I enjoy keeping up with the latest and greatest developments in technology. It doesn't matter what area of
technology it is, I love researching it. I most frequently check the latest news on computer hardware, Linux,
Windows, mobile devices, and web technologies though.</p>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">Awards</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Summa Cum Laude</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2020 Outstanding Graduating Senior in Information Technology</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Spring 2020</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Fall 2019</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Spring 2019</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Fall 2018</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Spring 2018</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Fall 2017</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Spring 2017</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Southeastern Louisiana University President’s List, Fall 2016</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>