-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobs.html
59 lines (59 loc) · 2.94 KB
/
jobs.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/styles.css">
</head>
<body>
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="jobs.html">Work Experience</a></li>
</ul>
<h1><b>Past/Current Employment</b></h1>
<div class="row">
<div class="column">
<div class="card">
<p style="float:right"><a>DATE<i> (STARTED-COMPLETED)</i>: 08/2023-Current</a></p>
<h2>Commonwealth University of Pennsylvania</h2>
<h3>Graduate Assistant</h3>
<p>
In this role, I took on the responsibility of upgrading process for for future Graduate Assistants.
Graduate assistants are tasked with scanning in historical documents and providing the metadata for these
documents. Before I had begun to work their, the process required multiple different programs and was inefficient.
I was able to create an all in 1 program that will require that future graduate assistants only need to Open and work
through this single program making the process easier and faster.
</p>
</div>
</div>
<div class="column">
<div class="card">
<p style="float:right"><a>DATE<i> (STARTED-COMPLETED)</i>: 07/2022-Current</a></p>
<h2>P1-OM</h2>
<h3>Full Stack Programmer</h3>
<p>
In this rule I have taken charge of the team responsible for developing UI, I have taken part in the team
responsible for the development of the world nav mesh generation and the team responsible for the implementation
of photomode. I have also done code reviews, on boarding, debugging, SCRUM leading and much more. If you would like to see
more about what we are doing, please check out our website!
<a href="https://www.p1om.com">P1-OM Link</a>!
</p>
</div>
</div>
<div class="column">
<div class="card">
<p style="float:right"><a>DATE<i> (STARTED-COMPLETED)</i>: 06/2018-09/2020</a></p>
<h2>Generations Construction</h2>
<h3>Technical Support</h3>
<p>
In this rule I was responsible for investigating and addressing any technical issues with company computers/devices.
These devics included phones, printers, etc. I was also responsible for making recomendations for possible device purchases.
</p>
</div>
</div>
</div>
</body>
</html>