-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
286 lines (255 loc) · 12.1 KB
/
resume.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
<!DOCTYPE html>
<html>
<head>
<title>maura fortino</title>
<!--Google Font-->
<!--header font-->
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
<!--body and links font-->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="bootstrap-4.2.1.css">
<!--Custom CS-->
<link rel="stylesheet" type="text/css" href="styles.css">
<!--Font Awesome for icons-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!--helps with mobile responsiveness-->
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
</html>
<!--nav bar begins-->
<div class="body">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">maura fortino</a>
<!--nav bar toggler begins-->
<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>
<!--nav bar toggler ends-->
<!--links begin-->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">resume<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
portfolio
</a>
<!--nav bar dropdown menu begins-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="content.html">content</a>
<a class="dropdown-item" href="events.html">events</a>
<a class="dropdown-item" href="social.html">social</a>
<a class="dropdown-item" href="design.html">web design</a>
<a class="dropdown-item" href="illustrations.html">illustrations</a>
</div>
<!--nav bar dropdown menu ends-->
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">contact</a>
</li>
</ul>
</div>
<!--links end-->
</nav>
<!--nav bar ends-->
<!--body begins-->
<div class="container">
<div class="header">
<h3 class="divider">experience</h3>
</div>
<!--Jefferson-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-sm-5 text-center">
<img src="logos/jefferson.png" class="logo d-none d-md-block" alt="Thomas Jefferson University Logo">
</div>
<div class="col-md-8">
<h4><a href="https://giving.jefferson.edu/giving/about/staff.html" target="_blank">Thomas Jefferson University</a></h4>
<h5>Administrative Assistant, Planned Giving, <em>February 2018-Current</em></h5>
<h6>Philadelphia, PA</h6>
<p class="description">
<ul class="responsibilities">
<li>Oversee calendars for three supervisors, scheduling appointments and meetings</li>
<li>Coordinate the production of communication pieces and created a communications calendar for mailings</li>
<li>Collaborate with planned giving team on the fundraising efforts of the Office of Institutional Advancement</li>
<li>Assist in maintaining relationships with donors and alumni</li>
</ul>
</p>
</div>
</div>
<hr>
<!--Perry for PA-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-sm-5 text-center">
<img src="logos/democrat.png" class="logo d-none d-md-block" alt="The Democrat Logo">
</div>
<div class="col-md-8">
<h4>Perry For PA</h4>
<h5>Community Outreach Coordinator, <em>September 2017-November 2017</em></h5>
<h6>Philadelphia, PA</h6>
<p class="description">
<ul class="responsibilities">
<li>Managed candidate at events to keep him on time and task; kept calendar of events up to date</li>
<li>Maintained contact list for media – traditional and social, universities, and high schools</li>
<li>Recruited volunteers and maintained relationships to increase retention of volunteers</li>
<li>Conducted research and analyzed voter demographics and competitors to provide campaign insight reports</li>
</ul>
</p>
</div>
</div>
<hr>
<!--Kegler Brown-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-md-5 text-center">
<img src="logos/kegler.jpeg" class="logo d-none d-md-block" alt="Kegler Brown Hill + Ritter Logo">
</div>
<div class="col-md-8">
<h4><a href="https://www.keglerbrown.com/" target="_blank">Kegler Brown Hill + Ritter</a></h4>
<h5>Marketing and Events Specialist, <em>April 2016-June 2017</em></h5>
<h6>Columbus, OH</h6>
<ul clas="responsibilities">
<li>Coordinated the logistics of over eighty events including branding, editing, and the production of marketing materials, such as email invitations and brochures; collecting RSVPS; creating surveys and compiling event recaps; handling all budgets; and photography</li>
<li>Acted as main point of contact for all guests, staff, and outside vendors for all events</li>
<li>Conducted market research and competitor analyses to improve events and marketing strategies, to secure over twenty speaking opportunities for attorneys, and to create several niche practice areas</li>
<li>Created content for social media pages, email campaigns, the website, brochures, and promotional materials for upcoming events</li>
</ul>
</div>
</div>
<hr>
<!--Cameron Mitchell-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-sm-5 text-center">
<img src="logos/cmr.jpg" class="logo d-none d-md-block" alt="Cameron Mitchell Resaurants Logo">
</div>
<div class="col-md-8">
<h4><a href="https://cameronmitchell.com/" target="_blank">Cameron Mitchell Restaurants</a></h4>
<h5>Marketing Intern, <em>January 2016-April 2016</em></h5>
<h6>Columbus, OH</h6>
<p class="description">
<ul class="responsibilities">
<li>Conducted competitor analysis of 100+ restaurants nationwide to better inform general and holiday promotions and provided market research for insight into possible new locations </li>
<li>Created content for the Rusty Bucket, a sister company, for their social media accounts</li>
<li>Organized and updated media hits and maintained a list of media contacts</li>
</ul>
</p>
</div>
</div>
<hr>
<!--Indium-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-sm-5 text-center">
<img src="logos/indium.png" class="logo d-none d-md-block" alt="Indium Logo">
</div>
<div class="col-md-8">
<h4><a href="https://www.goindium.com/" target="_blank">Indium</a></h4>
<h5>Marketing and Communications Intern, <em>January 2016-April 2016</em></h5>
<h6>Columbus, OH</h6>
<p class="description">
<ul class="responsibilities">
<li>Analyzed data for marketing purposes of social media outlets, emails, and webinars</li>
<li>Created content for social media and implemented a social media calendar</li>
<li>Maintained website and created content for newsletters and blog posts</li>
<li>Conducted competitor analysis and market research</li>
</ul>
</p>
</div>
</div>
<hr>
<!--CSG-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-sm-5 text-center">
<img src="logos/CSG.png" class="logo d-none d-md-block" alt="Columbus School for Girls Logo">
</div>
<div class="col-md-8">
<h4><a href="https://www.columbusschoolforgirls.org/school-life/summer-programs" target="_blank">Columbus School for Girls Summer Programs</a></h4>
<h5>Communications Coordinator, <em>May 2015-August 2015</em></h5>
<h6>Columbus, OH</h6>
<p class="description">
<ul class="responsibilities">
<li>Generated content for social media and the weekly newsletter</li>
<li>Implemented weekly recap emails and reminder emails to parents</li>
<li>Acted as main point of contact for all questions, comments, and concerns</li>
</ul>
</p>
</div>
</div>
<hr>
<!---alvis-->
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-md-5 text-center">
<img src="logos/alvis.png" class="logo d-none d-md-block" alt="Alvis logo">
</div>
<div class="col-md-8">
<h4><a href="https://alvis180.org/" target="_blank">Alvis</a></h4>
<h5>Communications and Research Development Intern, <em>January 2015-April 2015</em></h5>
<h6>Columbus, OH</h6>
<p class="description">
<ul class="responsibilities">
<li>Assisted in the planning and promotion of their annual fundraiser, Evening of Light which helped raise over $60,000</li>
<li>Created content for social media, the website, press releases, and fact sheets</li>
<li>Maintain contact information for media, volunteers, donors, and attendees</li>
</ul>
</p>
</div>
</div>
<hr>
<!--Education-->
<div class="header">
<h3 class="divider">education</h3>
</div>
<div class="row justify-content-center">
<div class="col-md-2 pt-3 pb-1 pr-md-5 text-center">
<img src="logos/capital.jpg" class="logo d-none d-md-block" alt="Capital University Logo">
</div>
<div class="col-md-8">
<h4><a href="https://www.capital.edu/" target="_blank">Capital University</a></h4>
<h5>Bachelor of Arts, Communications, Minor in Marketing; <em>summa cum laude, August 2012-May 2016</em></h5>
<h6>Columbus, OH</h6>
<p class="description">
<ul class="responsibilities">
<li>Capital University Women's Soccer: 2012-2015; Captain 2013-2015; Academic All-America: 2015</li>
<li>The Chimes Student Newspaper: 2014-2016; Reporter and Assistant Copy Editor</li>
<li>Public Relations Student Society of America: 2013-2016</li>
</ul>
</p>
</div>
</div>
<hr>
<!--skills-->
<div class="header">
<h3 class="divider">skills</h3>
</div>
<div class="row">
<div class="col">
<ul class="responsibilities">
<li>Social Media -- Twitter, Facebook, Instagram, LinkedIn, Tumblr, Snapchat</li>
<li>Adobe Creative Suite -- Photoshop, Illustrator, InDesign, Lightroom, Dreamweaver</li>
<li>Languages -- English, Spanish</li>
<li>Web Design -- CSS, HTML, JavaSCript, WordPress</li>
</ul>
</div>
</div>
</div>
<!--body ends-->
<!--footer begins-->
<div class="footer">
<hr>
<a href="https://www.linkedin.com/in/maurafortino/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/_maurr/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/maura.fortino" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
</br>
<p class="copyright">copyright 2019 maura fortino.</p>
</div>
<!--footer ends-->
</div>
<!--javascript-->
<script src="jquery-3.3.1.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap-4.2.1.js"></script>
</body>