-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 2.57 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 2.57 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jenna Resume</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class=jennabox>
<h2>Jenna Sosa <br>
Junior Web Developer</h2>
<p><b>Phone Number:</b> 717-743-4508</p>
<p><b>Email Address:</b><a href = "mailto: jenna.y.sosa@gmail.com"> jenna.y.sosa@gmail.com</a></p>
<p><b>GitHub:</b><a href="https://github.com/p0l0s" target="_blank"> https://github.com/p0l0s</a></p>
<p><b>LinkedIn:</b> <a href="https://www.linkedin.com/in/jenna-sosa" target="_blank">https://www.linkedin.com/in/jenna-sosa</a></p>
</div>
<br>
<h2>CAREER PROFILE</h2>
<p>I help build quality websites and applications with HTML, CSS and JavaScript.
I am passionate about designing, developing, and testing exciting new software that solves problems in an innovative and thorough manner. I am an incredibly fast learner and can quickly and easily adapt to relevant new technologies, tools, methods, and processes to leverage solutions.I am always looking for new opportunities to grow and challenge myself! Feel free to reach out and connect anytime! </p>
<br>
<h2>EDUCATION</h2>
<p><b>Mechanicsburg Area Senior High</b>
<br>
Mechanicsburg, PA <i>Diploma Aug 2016-May 2019</i>
<br>
Cumulative GPA: 3.4/4.0
<br>
Graduated with Honors</p>
<br>
<h2>EXPERIENCE</h2>
<p><b>Insurance Verification Specialist</b><br>
Select Medical <i>Contract Feb 2020-Jun 2020</i></p>
<p><b>Cashier</b><br>
Weis Markets <i>Part-Time May 2019-Feb 2020</i></p>
<p><b>Dietary Aide</b><br>
Cura/Messiah Lifeways <i>Part-Time Feb 2018-Apr 2019</i></p>
<p><b>Sales Floor Associate</b><br>
Cracker Barrel <i>Part-Time May 2017-Feb 2018</i></p>
<p><b>Server</b><br>
Maggie's Italian Ice <i>Part-Time May 2016-Aug 2016</i></p>
<br>
<h2>LICENSES & CERTIFICATIONS</h2>
<p><b>Learn HTML Certificate of Completion</b><br>
Codecademy <i>December 2020</i></p>
<p><b>Learn Git Certificate of Completion</b><br>
Codecademy <i>December 2020</i></p>
<p><b>Learn CSS Certificate of Completion</b><br>
Codecademy <i>January 2020</i></p>
</body>
</html>