-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
569 lines (560 loc) · 37.4 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--link to my css files-->
<link rel="stylesheet" href="./css/portfolio_style_V3.css">
<link rel="stylesheet" href="NavBarCss.css">
<!--link to js files-->
<script src="./js/portfolio_V3.js"></script>
<script src="./NavBar.js"></script>
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/f8b7042124.js" crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> -->
</head>
<body class="scrollbar-style">
<div id="body-shirt" class="body-shirt">
<!-- NAV BAR -->
<div id="circle-nav">
<div id="circle-nav-home">
<div id="home_button">
<a id="home-button-photo" href="#home" class="home-button-photo" onclick="Carousel(), EndGame(false);"></a>
<div id="gun-barrel"></div>
</div>
<div id="bullet">
<i id="caught-bug" class="fa-solid fa-bug fa-3x" style="color: chartreuse;"></i>
<!-- SKILLS TARGETS -->
<div class="target"><i class="fa-solid fa-bug fa-3x" style="color: chartreuse;"></i></div>
<div class="target"><i class="fa-solid fa-bug fa-3x" style="color: chartreuse;"></i></div>
<div class="target"><i class="fa-solid fa-bug fa-3x" style="color: chartreuse;"></i></div>
<div class="target"><i class="fa-solid fa-bug fa-3x" style="color: chartreuse;"></i></div>
</div>
<div id="skills-list"></div>
<button id="skip-game" class="circle-nav-button" onclick="EndGame(true)">
<div >Click here to skip game or click picture to go back!</div>
</button>
<div id="main-circle" class="nav-circle main-circle">
<!-- Main buttons -->
<div id="main-circle-buttons">
<!-- <button class="circle-nav-button circle-child main-nav-circle-deg165" onclick="OpenNavButtonMenu('circle-1'), ClosePopUp();"><div class="button-text">Skills</div></button> -->
<button class="circle-nav-button circle-child main-nav-circle-deg165" onclick="SetupGame(), FollowMouse('home_button'), ClosePopUp();"><div class="button-text">Skills</div></button>
<button class="circle-nav-button circle-child main-nav-circle-deg205" onclick="OpenNavButtonMenu('circle-1'), ClosePopUp();"><div class="button-text">Exp</div></button>
<button class="circle-nav-button circle-child main-nav-circle-deg245" onclick="OpenNavButtonMenu('circle-3'), ClosePopUp();"><i class="fas fa-phone fa-lg button-text"></i></button>
<button class="circle-nav-button circle-child main-nav-circle-deg285" onclick="SwitchPopUpSection('projectsPopUp')"><div class="button-text">My <br> Work</div></button>
</div>
</div>
<!-- secondary buttons -->
<div id="circle-1" class="nav-circle secondary-circle">
<!-- <button class="circle-nav-button circle-child secondary-nav-circle-deg165" onclick="SwitchPopUpSection('htmlPopUp')"><i class="fab fa-html5 fa-2x button-text"></i></button> -->
<button class="circle-nav-button circle-child secondary-nav-circle-deg165" onclick="SwitchPopUpSection('gapPopUp')">
<i class="fa-solid fa-shirt fa-2x fa-rotate-180"></i>
<div class="exp-name">Gap Inc.</div>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg189" onclick="SwitchPopUpSection('imagetrendPopUp')">
<i class="fa-solid fa-file-medical fa-2x"></i>
<div class="exp-name">Imagetrend</div>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg213" onclick="SwitchPopUpSection('prosperPopUp')">
<i class="fa-solid fa-building fa-2x fa-rotate-180"></i>
<div class="exp-name">Prosper IT</div>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg237" onclick="SwitchPopUpSection('thailandPopUp')">
<i class="thai_pic fas fa-chalkboard-teacher fa-2x button-text"></i>
<div class="exp-name">Aranyaprathet Highschool</div>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg261" onclick="SwitchPopUpSection('subPopUp')">
<i class="fa-solid fa-school fa-2x fa-rotate-180"></i>
<div class="exp-name">Anoka Highschool</div>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg285" onclick="SwitchPopUpSection('costcoPopUp')">
<i class="fa-solid fa-cart-shopping fa-2x fa-rotate-180"></i>
<div class="exp-name">Costco</div>
</button>
</div>
<div id="circle-3" class="nav-circle secondary-circle">
<button class="circle-nav-button circle-child secondary-nav-circle-deg195">
<a href="https://github.com/mapendleton" target="_blank">
<i class="fab fa-github fa-2x button-text" style="color: black;"></i>
</a>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg225">
<a href="https://www.linkedin.com/in/mapendleton37/" target="_blank">
<i class="fab fa-linkedin fa-2x button-text" style="color: black;"></i>
</a>
</button>
<button class="circle-nav-button circle-child secondary-nav-circle-deg255" onclick="SwitchPopUpSection('emailPopUp')"><i class="far fa-envelope fa-2x button-text"></i></button>
</div>
</div>
</div>
<!-- POP UP CONTENT -->
<!--exp content-->
<div id="gapPopUp" class="popup">
<div class="text_box">
<h1>Gap Inc</h1>
<h2>San Francisco, CA</h2>
<h2>Full Remote</h2>
<h3>Sr.Software Engineer</h3>
<ul>
<li>Created a POC for running Kafka on Kubernetes</li>
<li>Created an API for interacting with Kafka. Create, Alter, Delete topics and access for users of said topics.</li>
<li>Created a Python script for automating the balancing of data disks for Kafka partitions.</li>
<li>Created Kafka Producers/ Consumers using Spring Boot.</li>
<li>Created a CI/CD pipeline using Github webhooks, Jenkins, Docker, and ArgoCD to host a Java app, originally hosted on a VM’s Tomcat server, in a Kubernetes Cluster.</li>
</ul>
</div>
<div class="img_container">
<i class="fa-solid fa-shirt fa-2x"></i>
</div>
</div>
<div id="imagetrendPopUp" class="popup">
<div class="text_box">
<h1>Imagetrend</h1>
<h2>Lakeville, MN</h2>
<h3>Software Developer 2</h3>
<ul>
<li>Developed, enhanced, and maintained ETL Software for EMS and Fire run forms. The transformed data is then used to create reports that influence their processes.</li>
<li>Converted SSIS Packages into a C# ETL batch job solution that processed millions of records for hundreds of clients.</li>
<li>Created new datasets allowing clients to create and report on custom fields. </li>
<li>Utilized advanced T-SQL such as temp tables, table variables, CTE’s, SQL functions, stored procedures, indexes and database statistics to performance tune and ensure queries are sargeable. </li>
<li>Created a new C# ETL solution for transferring agency specific data using dynamically created queries, using ASP.NET hosted services with a third party scheduling tool, Hangfire.</li>
</ul>
</div>
<div class="img_container">
<i class="fa-solid fa-file-medical fa-2x"></i>
</div>
</div>
<div id="prosperPopUp" class="popup">
<div class="text_box">
<h1>Prosper IT <br> Consulting</h1>
<h2>Portland, OR</h2>
<h3>Software Developer</h3>
<h3>Intern</h3>
<ul>
<li>Enhanced and maintained an MVC scheduling application that employees used to create appointments and time off requests.</li>
<li>Developed a calendar component, using C# and JavaScript/JQuery, that accessed a MS SQL Server database to dynamically update using the Entity Framework.</li>
</ul>
</div>
<div class="img_container">
<i class="fa-solid fa-building fa-2x"></i>
</div>
</div>
<div id="costcoPopUp" class="popup">
<div class="text_box scrollbar-style">
<h1>Costco</h1>
<h2>Coon Rapids, MN</h2>
<h3>Meat Wrapper</h3>
<ul>
<li>Constantly made sure shelves were fully stocked, while simultaneously performing my other duties.</li>
<li>Wrapped and occasionally cut meat.</li>
<li>Organized freezer daily which required moving and stacking hundred pound boxes.</li>
<li>Cleaned up shop daily which required inspection by managers. If even one spec of meat was found the whole shop would need to be recleaned.</li>
<li>Answered customer questions at inconvenient times.</li>
</ul>
</div>
<div class="img_container">
<img src="./img/costco-logo.png" alt="costco pic">
</div>
</div>
<div id="subPopUp" class="popup">
<div class="text_box scrollbar-style">
<h1>District 11</h1>
<h2>Anoka/Hennepin,MN</h2>
<h3>Substitute Teacher</h3>
<ul>
<li>Subbed for multiple school subjects for both High School and Middle Schools.</li>
<li>Everyday was a new challenge. Due to the nature of the job,
I was often needed in places I was unfamiliar with, with students
who didn't know me.</li>
<li>I was put outside of my comfort zone so frequently,
that going into new, and unfamiliar situations became
easy and comfortable. I learned how to quickly adapt to solve issues as they arose.</li>
<li>I was able to take on multiple long term sub jobs which had deeper and more challenging requirements.</li>
</ul>
</div>
<div class="img_container">
<img src="./img/sub_pic.png" alt="sub">
</div>
</div>
<div id="thailandPopUp" class="popup">
<div class="text_box scrollbar-style">
<h1>Aranyaprathet</h1>
<h1>Highschool</h1>
<h2>Aranyaprathet,</h2>
<h2>Thailand</h2>
<h3>English Teacher</h3>
<ul>
<li>Leapt outside of my comfort zone by moving to another Country, where English is a foreign language.</li>
<li>I've dealt with culture-shock, language barriers, workplace issues that were hard to understand,
and much more.</li>
<li>My experiences in Thailand have given me a new perspective of the world and
have been experiences that I will never forget.</li>
<li>I am positive that everything I have learned here
will be vital to my success in future careers.</li>
</ul>
</div>
<div class="img_container">
<img src="./img/5-2.jpg" alt="thai class">
</div>
</div>
<!-- contact popups -->
<div id="emailPopUp" class="popup">
<div class="text_box scrollbar-style">
<form id="contact_form" method="POST">
<input type="text" name="name" placeholder="Your name"> <br>
<input type="email" name="_replyto" placeholder="Your email"> <br>
<input type="hidden" name="_subject" value="Website contact" />
<textarea name="message" placeholder="Your message"></textarea> <br>
<input type="text" name="_gotcha" style="display:none" />
<button type="submit">Send Email!</button>
</form>
</div>
<div class="img_container">
<i class="far fa-envelope fa-2x"></i>
</div>
</div>
<!--Projects content-->
<!-- style tag overrides 0 width this pop up appears instead of opening from left side -->
<div id="projectsPopUp" class="popup">
<div class="flex-container scrollbar-style">
<div class="project">
<img src="./img/Grey_background.jpg" alt="background">
<a class="project_overlay" onclick="OpenModal('myModal')" style="opacity: 1; color: chartreuse;">
<h1>Back-end Projects</h1>
</a>
</div>
<div class="project">
<img src="./img/planets.png" alt="background">
<a href="https://mapendleton.github.io/Space_Station_Project" target="_blank" class="project_overlay">
<h1>Click to preview!</h1>
</a>
</div>
<div class="project">
<img src="./img/Cinema.png" alt="background">
<a href="https://mapendleton.github.io/Cinema_Project" target="_blank" class="project_overlay">
<h1>Click to preview!</h1>
</a>
</div>
<div class="project">
<img src="./img/pizza.png" alt="background">
<a href="https://mapendleton.github.io/Pizza_Project" target="_blank" class="project_overlay">
<h1>Click to preview!</h1>
</a>
</div>
<div class="project">
<img src="./img/Grey_background.jpg" alt="background">
<a class="project_overlay" onclick="OpenModal('openSourceModal')" style="opacity: 1; color: chartreuse;">
<h1>Open Source</h1>
</a>
</div>
<div class="project">
<img src="./img/Grey_background.jpg" alt="background">
<a href="./Resume2023.pdf" target="_blank" class="project_overlay" style="opacity: 1; color: chartreuse;">
<h1>My <br> Resume!</h1>
</a>
</div>
</div>
</div>
<!-- BACK-END PROJECTS MODAL -->
<div id="myModal" class="modal scrollbar-style">
<div class="modal-nav">
<div class="modal-nav-button">
<a class="modal-nav-link" href="#kafka">Kafka API</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#poc">Kafka on K8s POC</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#validator">Message Validator</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#partition">Reassign Partitions</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#etl">C# Batch ETL</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#dts">.DTSX file reader</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#cff">Code Field Finder</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#hbs">Helpful Bash Scripts</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#section1">Schedule-It</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#section2">BlackJack</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#section3">Library DB</a>
</div>
<div class="modal-nav-button">
<a class="modal-nav-link" href="#section4">Code First MVC</a>
</div>
<button class="modal-nav-button modal-nav-link" onclick="CloseModal('myModal')" style="cursor:pointer;">
Close
</button>
</div>
<div class="modal-content">
<div class="modal-header">
<span class="close" onclick="CloseModal('myModal')">×</span>
</div>
<div class="modal-body">
<div id="kafka" class="modal-section">
<div class="section-text">
<h2>Kafka API</h2>
<p>
Created an API for creating/altering/deleting topics, and Partners (basically users), and for granting/removing access to said topics using the confluent MDS API.
This replaced the manual process for teams to request and create topics with an dev friendly api.
</p>
</div>
<div class="section-img">
<img src="./img/kafka.png" alt="code img">
</div>
</div>
<div id="poc" class="modal-section">
<div class="section-text">
<h2>Kafka on K8s POC</h2>
<p>
Created a POC using two apps to demonstrate deploying kafka on kubernetes, a producer and consumer.
The Producer was written in Java using the Springboot framework and exposed some endpoints for producing to a topic.
The Consumer was a React/Node app that used the exposed endpoints to produce messages to an app and
then listened to that same topic using a websocket so as to display the messages being sent to the topic in real time.
</p>
</div>
<div class="section-img">
<img src="./img/producer.png" alt="code img">
<img src="./img/websocket.png" alt="code img">
</div>
</div>
<div id="validator" class="modal-section">
<div class="section-text">
<h2>Message Validator</h2>
<p>
Created a Message Validator for a Kafka Producer, it would read in validation rules written in yaml and
validate avro messages to make sure they followed the custom rules.
</p>
</div>
<div class="section-img">
<img src="./img/validate.png" alt="code img">
</div>
</div>
<div id="partition" class="modal-section">
<div class="section-text">
<h2>Reassign Partitions</h2>
<p>
Created a python script which would log in to a kafka broker check the disc sizes and balance them if they weren't balanced.
So if there were 4 data discs, and one was 90% full while the others were 10% full then it would balance them by moving partitions
until the 4 discs were close in size.
</p>
</div>
<div class="section-img">
<img src="./img/partition.png" alt="code img">
</div>
</div>
<div id="etl" class="modal-section">
<div class="section-text">
<h2>C# Batch ETL</h2>
<p>
At Imagetrend I created an app for running a scheduled etl batch job for external datamart clients. (they required a different solution)
This made sure the clients db was kept up-to-date with their internal counterpart, but also having some specific data transformations
and transferring only select data. This was scheduled using a third party scheduling library, <a href="https://www.hangfire.io/">Hangfire</a>.
SQL queries were generated automatically for getting the specific data needed for transfer.
I also was able to implement a dashboard for monitoring which included progress bars for data transfers.
I can't link to the source code but this is a small sample.
</p>
</div>
<div class="section-img">
<img src="./img/etl.png" alt="code img">
</div>
</div>
<div id="dts" class="modal-section">
<div class="section-text">
<h2>.DTSX file reader</h2>
<p>
Created a app helps read in .dtsx files and is able to find out some helpful information from them, like printing the column flow,
Getting the all the update statements, listing variables or custom extressions found in the .dtsx file.
</p>
</div>
<div class="section-img">
<img src="./img/dts.png" alt="code img">
</div>
</div>
<div id="cff" class="modal-section">
<div class="section-text">
<h2>Code Field Finder</h2>
<p>
At Imagetrend, I created a console app that helped match EMS NEMSIS, custom field codes,
and custom user display names with their database column names and what files and tables they were located in.
</p>
</div>
<div class="section-img">
<img src="./img/cff.png" alt="code img">
</div>
</div>
<div id="hbs" class="modal-section">
<div class="section-text">
<h2>Helpful Bash Scripts</h2>
<p>
Wrote some various bash scripts to help with different things.
- Getting some SSAS column info and saving to different files.
- Print some useful server/table info and Utilize the Code Field Finder
- Function for swapping "_" with space and vice versa
- Script for starting minikube/colima and docker
</p>
</div>
<div class="section-img">
<img src="./img/ssas_bash.png" alt="code img">
<img src="./img/useful_bash.png" alt="code img">
<img src="./img/del_rep.png" alt="code img">
<img src="./img/minikube.png" alt="code img">
</div>
</div>
<div id="section1" class="modal-section">
<div class="section-text">
<h2>Schedule-It</h2>
<p>
For the Tech Academy, I participated in a three week long Live Project.
This project was our chance, as students of the Tech Academy,
to utilize all of the skills and knowledge that we had accumulated during the program.
The project was a full scale MVC Web Application in C#, including html and js.
We worked as a team to tackle front end and back end stories to add features to the project.
I learned a great many things working on this project. This was the largest project I've worked on,
and I had to make sure I had a solid understanding of the project in order to add features to it.
That was a challenge, as some of the code was unfamiliar to me,
but because of that I was able to learn a great deal before adding anything myself.
I ran into some problems, but was able to look to my team for assistance.
It was challenging but rewarding work, and in the end I was able to create code that I am proud of.
You can see more of this project <a href="https://github.com/mapendleton/LiveProject">here</a>
</p>
</div>
<div class="section-img">
<img src="./img/CreatePostMethod.png" alt="code img">
</div>
</div>
<div id="section2" class="modal-section">
<div class="section-text">
<h2>BlackJack</h2>
<p>
I created a BlackJack console game. Seemingly simple at first glance but the program demonstrates
the use of a library that I created that could be used in other Casino like game programs. I also used try catch blocks
for some error detection and even connect to a database to log the errors. If you look in the Casino libray, you'll see
I've utilized Object Oriented Programming that will allow me to easily expand on this game or to easily create other similar games.
Check out the rest of the source code <a href="https://github.com/mapendleton/TA-C-Sharp/tree/master/BlackJack">here!</a>
</p>
</div>
<div class="section-img">
<img src="./img/blackjack_snap.png" alt="blackjack code">
</div>
</div>
<div id="section3" class="modal-section">
<div class="section-text">
<h2>Library Management</h2>
<p>
The clip is of a stored procedure that creates a library database.
Created using Microsoft SQL Server Management Studio 17, the database has tables for
books, authors, library branches, book loans and borrower info, connected with foreign keys.
Allowing libraries to access the information by use of SQL queries, of which there are examples
at the end of the full file. You can check it out <a href="https://github.com/mapendleton/TA-SQL/blob/master/TA-SQL-Final-Project.sql">here!</a>
</p>
</div>
<div class="section-img">
<img src="./img/library_stored_procedure.png" alt="blackjack code">
</div>
</div>
<div id="section4" class="modal-section">
<div class="section-text">
<h2>Code First MVC</h2>
<p>
This was a code first MVC project as oppossed to a database first project.
It's a program for a massage business that allows them to have a record of how many times
customers have been there and what types of massages they got. Take a look at the source code
<a href="https://github.com/mapendleton/TA-C-Sharp/tree/master/CodeFirst/CodeFirst">here!</a>
</p>
</div>
<div class="section-img">
<img src="./img/codeFirst_MVC.png" alt="code first">
</div>
</div>
</div>
</div>
</div>
<!-- OPEN SOURCE MODAL -->
<div id="openSourceModal" class="modal scrollbar-style">
<div class="modal-nav">
<div class="modal-nav-button">
<a class="modal-nav-link" href="#section1">UraniumUI</a>
</div>
<button class="modal-nav-button modal-nav-link" onclick="CloseModal('openSourceModal')" style="cursor:pointer;">
Close
</button>
</div>
<div class="modal-content">
<div class="modal-header">
<span class="close" onclick="CloseModal('openSourceModal')">×</span>
</div>
<div class="modal-body">
<div id="section1" class="modal-section">
<div class="section-text">
<h2>UraniumUI</h2>
<p>
I've begun learning and utlizing .Net Maui for cross platform mobile/desktop development.
I've also used and contributed to some open source libraries like
<a href="https://github.com/enisn/UraniumUI">UraniumUI</a>
One contribution was fixing a picker field display field that would display the a class name instead of the customized list.
</p>
</div>
<div class="section-img">
<img src="./img/uranium_ui.png" alt="code img">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PAGE CONTENT -->
<!--Home page-->
<div id="home" class="page_background">
<div class="background_text">
<p>
Hello, My name is Matthew Pendleton! <br> I'm a Software Developer. <br>
Click on my photo to learn more about me.
</p>
</div>
</div>
<!--PAGE 1-->
<div id="page1" class="page_background">
<div class="background_text">
<p>
I'm all about building character.<br>
Doing everything to the best of your abilities,<br>
breaking your limits, and good ol hardwork builds character.<br>
So that's what I do.<br>
I love to challenge myself physically as a powerlifter,<br>
and mentally as a full stack developer.<br>
click the skills, exp, or my work buttons to find out more!
</p>
</div>
</div>
<!--PAGE 2-->
<div id="page2" class="page_background">
<div class="background_text">
<p>
I'm a quick learner who loves to travel and try new things.<br>
Many unique experiences have given me a wide variety of skills and perspectives.<br>
Whatever it is, I can learn it.
</p>
</div>
</div>
<!-- SCRIPTING -->
<script>
//makes it harder for spam bots to get my email
var contactform = document.getElementById('contact_form');
contactform.setAttribute('action', 'https://formspree.io/' + 'mapendleton37' + '@' + 'gmail' + '.' + 'com');
</script>
</body>
</html>