-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
109 lines (99 loc) · 5.16 KB
/
resume.html
File metadata and controls
109 lines (99 loc) · 5.16 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Resume, Interactive Design - Holly Fionte</title>
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<script src="jquery.js"></script>
<script src="jquery-cycle.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade',
timeout: 0,
speed: 400,
next: '#next',
prev: '#prev',
pager: '#slidenav'
});
});
</script>
</head>
<body>
<div id="wrapper">
<div id="main">
<div id="header">
<a href="index.html"><img src="images/holly-fionte.png" alt="Holly Fionte" id="hollyfionte" /></a>
<div id="nav">
<a href="index.html"><img src="images/portfolio.png" alt="Portfolio" border="0" /></a><a href="art.html"><img src="images/art.png" alt="Art" border="0" /></a><a href="resume.html"><img src="images/resume.png" alt="Resume" border="0" /></a><a href="contact.html"><img src="images/contact.png" alt="Contact" border="0" /></a>
</div><!--nav-->
<div style="clear:both;"></div>
</div><!--header-->
<div id="resume">
<table>
<tr><td><p><a href="holly-fionte-resume.pdf" target="_blank">Download PDF</a></p></td>
<td><h1>Holly Fionte: Resume</h1></td>
</tr>
<tr>
<td></td>
<td>111 Water Street, Newburyport, MA 01950<br />
<a href="mailto:hfionte@gmail.com">hfionte@gmail.com</a> • 978.857.7135</td>
</tr>
<tr>
<td class="rj"><h3>EDUCATION</h3></td>
<td><p><strong>Rhode Island School of Design (RISD),</strong> Providence RI<br />
Bachelor of Fine Arts, Graphic Design 2008</p></td>
</tr>
<tr>
<td class="rj"><h3>EXPERIENCE</h3></td>
<td><p><strong>Web Design & Development Manager,</strong> July 2010 to present<br />
<em>McDougall Interactive,</em> Danvers MA</p>
<ul>
<li>Design websites, blogs, email campaigns, custom facebook tabs, and other web-based design elements for clients</li>
<li>Review existing websites and marketing materials and recommend ways to improve usability and conversions</li>
<li>Development of websites from start to finish and maintaining existing websites</li>
</ul>
<p><strong>Creative Manager,</strong> June 2008 to July 2010<br />
<em>ADAMS | Advertising, Design, And Marketing Strategy,</em> Concord MA</p>
<ul>
<li>Design of all marketing materials including websites, brochures, email templates, direct mail, posters, and trade-show displays</li>
<li>Development and maintenence of websites</li>
<li>Branding including development of positioning statements, taglines, and design elements such as logos, colors and imagery to be used in all marketing materials</li>
</ul>
<p><strong>Freelance Designer,</strong> 2008 to present</p>
<ul>
<li>Work on a variety of projects including newsletters, brochures, invitations, t-shirts, and websites</li>
<li>Key clients include Harvard Conservation Trust and MIT</li>
</ul>
</td>
</tr>
<tr>
<td class="rj"><h3>TECHNOLOGY</h3></td>
<td><ul>
<li><strong>Design:</strong> Fireworks, Photoshop, Illustrator, InDesign, Dreamweaver</li>
<li><strong>Web:</strong> HTML, CSS, Python, Django, Drupal, WordPress</li>
<li>Some experience with jQuery and Flash</li>
</ul></td>
</tr>
<tr>
<td class="rj"><h3>AFFILIATIONS & EXHIBITIONS</h3></td>
<td><p>Member of the <em>Peabody Essex Museum</em><br />
Member of the <em>Newburyport Art Association</em><br />
<strong>Arts & Letters,</strong> <em>NAA Gallery,</em> Newburyport MA, 2011<br />
<strong>Senior Poster Show,</strong> <em>RISD Graphic Design Gallery,</em> Providence RI, 2008 <br />
<strong>Graphic Design Senior Show,</strong> <em>Woods Geary Gallery,</em> Providence RI, 2008<br />
<strong>Landmarks in Graphic Design,</strong><em> RISD Graphic Design Gallery,</em> Providence RI, 2007 <br />
<strong>Painting I Overview,</strong> <em>Waterman Gallery,</em> Providence RI, 2005 <br />
<strong>Space,</strong><em> Waterman Gallery,</em> Providence RI, 2005</p></td>
</tr>
</table>
</div><!--resume-->
</div><!--main-->
<div id="footer">
<p style="font-size:15px;">Holly Fionte</p>
<p>Graphic Design // Interactive & Web Design // Web Development</p>
<p><a href="mailto:hfionte@gmail.com">hfionte@gmail.com</a> // 978.857.7135</p>
</div><!--footer-->
</div><!--wrapper-->
</body>
</html>