-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathresume.html
More file actions
167 lines (161 loc) · 9.41 KB
/
resume.html
File metadata and controls
167 lines (161 loc) · 9.41 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
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
<!DOCTYPE html>
<html lang="en">
<!--This resume project was one of my first projects. I have learned much more since then! -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stephanie Czetli's Resume</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<!-- Link to FA for social media icons-->
<script src="https://kit.fontawesome.com/0daaf82d24.js" crossorigin="anonymous"></script>
<!-- Here I demonstrated my ability to include css styles within HTML -->
<style>
a:link { text-decoration: none }
a:hover { text-decoration: underline}
th { padding: 0 20px 3px 0; }
tr { text-align: left; }
</style>
</head>
<body id="top">
<div class="wrapper-body">
<header>
<section>
<img src="/images/profile-img.jpg" alt="profile photo of Stephanie"></img>
<h1><strong>STEPHANIE CZETLI, Front End Web Developer</strong></h1>
</section>
</header>
<hr>
<main>
<section class="objective">
<h3>objective</h3>
<p>Highly motivated trilingual front end web developer with strong project management skills,
a solid foundation in writing and structuring clear semantic markup and a keen interest in
responsive design, accessibility and UX/UI design. A detail oriented, strategic team member
who is passionate about technology and eager to share, apply and broaden new and existing
skills as part of an Agile development team.</p>
</section>
<hr>
<section class="skills">
<h3>skills</h3>
<table>
<tbody>
<!-- Table Header Row 1 -->
<tr>
<th>Languages</th>
<th>Frameworks</th>
<th>Technologies</th>
</tr>
<!-- Row 2 Table Data -->
<tr>
<td>HTML</td>
<td>Bootstrap</td>
<td>Version Control (Git)</td>
</tr>
<!-- Row 3 Table Data -->
<tr>
<td>CSS</td>
<td>jQuery</td>
<td>Visual Studio Code</td>
</tr>
<!-- Row 4 Table Data -->
<tr>
<td>JavaScript</td>
<td>Accuracy</td>
</tr>
</tbody>
</table>
</section>
<section class="work-experience">
<hr>
<h3>experience</h3>
<h4><a href="https://codedifferently.com/" target="_blank">Code Differently</a>, Wilmington, DE - <i>Student Web Design & Development</i></h4>
<p>Nov 2020 - PRESENT</p>
<ul style="list-style-type:square;">
<li>Selected from over 200 applicants for admission in a class of 32 students</li>
<li>Worked 80+ hours per week to strengthen technical skills and gain experience in HTML,
CSS, JavaScript, jQuery, Bootstrap</li>
<li>Wireframed mockups and wrote and debugged code using semantic HTML5, CSS3,
JavaScript, jQuery, Bootstrap and Chrome DevTools. Pushed completed projects to GitHub
repository using Git, Git Bash and the Command Line Interface</li>
<li>Completed over 400 hours of online tutorials, software development projects and training
in an immersive program</li>
</ul>
<h4><a href="https://www.pattersonschwartz.com/" target="_blank">Patterson-Schwartz Real Estate</a> Team, Wilmington, DE - <i>Administrative Coordinator</i></h4>
<p>Jul 2017 - Feb 2020</p>
<ul style="list-style-type:square;">
<li>Promoted and supported the use of cloud based products to improve communication and trained agents on mobile (iOS and Android) and desktop devices</li>
<li>Reduced risk and increased productivity by developing and writing a standard operating procedures (SOP) manual</li>
<li>Developed comprehensive spreadsheets to identify trends and monitor and track both agent and team metrics</li>
</ul>
<h4><a href="https://www.octorara.k12.pa.us/domain/44" target="_blank">Octorara Jr.-Sr. High School</a>, Atglen, PA - <i>Senior Administrative Assistant</i></h4>
<p>Apr 2014 - Jul 2015</p>
<ul style="list-style-type:square;">
<li>Transformed communication building-wide by publishing a shared electronic calendar that became the centralized source for reliable information and materials for meetings and events</li>
<li>Dramatically reduced distribution time by converting daily announcements to an electronic format containing timely and accurate content which increased demand for the publication</li>
</ul>
</section>
<hr>
<section class="certs">
<h3>certificates</h3>
<ul style="list-style-type:square;">
<li>Web Design & Development | Code Differently (Exp. Mar 2021)</li><br>
<li>Introduction to HTML5 (Feb 2020)</li>
<li>Introduction to CSS3 (Aug 2020)</li>
<li>Interactivity with JavaScript (Sept 2020)</li>
<li>Advanced Styling and Responsive Design (Oct 2020)</li>
<li style="list-style-type:none;">University of Michigan, Coursera</li>
<br>
<li>JavaScript | Codecademy.com (2016)</li>
<br>
<li>Try Python Level 2 | CodeSchool.com (2016-2017)</li>
<br>
<li>Licensed Pennsylvania Real Estate Salesperson (PA Lic# RS280597) (2004-2010)</li>
<li>Accredited Buyer Representative (ABR) designation | Pennsylvania Realtors<small
class="registered">®</small> Institute (2007)</li>
<li>e-Pro<small class="registered">®</small> Technology (e-Pro<small class="registered">®</small>)
designation | National Association of Realtors<small class="registered">®</small> (2007)</li>
</ul>
</section>
<section class="ed">
<h3>education</h3>
<p><a href="https://marybaldwin.edu/" target="_blank">MARY BALDWIN UNIVERSITY</a><br>
B.A., International Relations<br>
Minor: Asian Studies<br>
Emphasis: Japanese</p>
<p><a href="https://www.coursera.org/specializations/web-design#courses" target="_blank">UNIVERSITY OF MICHIGAN, COURSERA</a><br>
Feb 2020 - PRESENT<br>
Specialization: Web Design for Everybody: Basics of Web Development and Coding<br>
</p>
</section>
</main>
<footer>
<section>
<h2 class="social">Let's Connect!</h2>
<nav>
<p>I'd love to hear from you.</p>
<ul style="list-style-type: none;">
<li><a href="mailto:StephanieCzetli@gmail.com">Email Me</a></li>
<li><a href="contact.html">Contact Form</a></li>
<li><a class="active" href="resume.html">Resume</a></li>
</ul>
</nav>
</section>
<br>
<section>
<div>
<ul class="icons" style="list-style-type: none;">
<li><a href="https://www.linkedin.com/in/stephanieczetli/" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/StephanieCzetli" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://codepen.io/stephanie_czetli" target="_blank"><i class="fab fa-codepen"></i></a></li>
</ul>
</div>
<br>
<p><a href="#top"><i>Return to the Top</i></a></p>
</section>
</footer>
</div>
<script src="js/validation.js"></script>
</body>
</html>