-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
238 lines (229 loc) · 7.76 KB
/
resume.html
File metadata and controls
238 lines (229 loc) · 7.76 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
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
<!DOCTYPE html>
<html>
<head>
<title>Owen Zanzal</title>
<style type="text/css">
*{margin: 0; padding: 0;}
body{background-image: url(img/background.png); background-color: #000000;
background-position: top; background-repeat:repeat-x;
font-size: 17px;
font-family: 'Lato', sans-serif; font-weight: 300; color:#5A5A5A; line-height: 1.5em; word-spacing: 0.2em; letter-spacing: 0.05em;}
.wrapper{width:800px; margin: 0 auto;}
.page{
border: 1px solid #000;
margin-top: 125px;
margin-bottom: 50px;
background: white;
-webkit-box-shadow: 0px 0px 30px rgba(51, 50, 50, 1);
-moz-box-shadow: 0px 0px 30px rgba(51, 50, 50, 1);
box-shadow: 0px 0px 30px rgba(51, 50, 50, 1);
}
.name{font-family: 'Lato', sans-serif; font-size: 2.5em; margin-bottom: 5px; font-weight: 900; line-height: 30px;
text-shadow: 3px 3px 0px #000;}
.bold{font-weight: 700; font-size: 1.13em;}
h2{font-family: 'Lato', sans-serif; color:#292929; margin-bottom:15px; margin-top: 50px;}
.main{padding:50px; padding-top:20px;}
.letter-head{padding:50px; padding-top: 45px; padding-bottom: 20px; color: #FFFFFF; background: #0080D4; border-bottom: 5px solid #BBBBBB;}
.right{float:right;}
.contact-info{font-size: 11px; color:#fff; line-height: 16px; font-weight: bold; text-align: right;}
.contact-info a{color:#FFF; text-decoration: none; line-height: 35px;}
.owen{font-size: 3.2em;}
.left{float:left;}
.row{margin-top:20px;}
.date{width:145px; font-size: 1.13em;}
.desc{width:520px;}
.clear{clear: both;}
.skills{width:200px; margin-right: 15px;}
li{margin-left: 22px; margin-bottom: 5px;}
ul{margin-top: 10px;}
i{font-size: 0.9em;}
.email{font-size: 2.5em;}
.tel{font-size: 2.9em;}
.social{font-size:1.2em;}
.btn{background-color: grey; color:white; padding:10px; padding-right:20px; position: fixed; font-family: 'Lato';
font-weight: bold; text-decoration: none; -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;}
</style>
<link href='http://fonts.googleapis.com/css?family=Lato:300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<a class="btn" href="/">< Go Back</a>
</div>
<div class="wrapper">
<div class="page">
<div class="letter-head">
<div class="right contact-info">
<a href="mailto:oz@o3design.net" class="email">oz@o3design.net</a>
<br>
<a href="tel:2034175355" class="tel">203-417-5355</a>
<br>
<div class="social">
<div class="nav-left">
<a href="http://www.facebook.com/ozanzal" target="_blank">Facebook</a>
<a href="https://twitter.com/o3design" target="_blank">Twitter</a>
<a href="http://www.linkedin.com/in/owenzanzal" target="_blank">LinkedIn</a>
<a href="https://plus.google.com/u/0/108837673635391467170" target="_blank">Google+</a>
</div>
</div>
</div>
<span class="name owen">OWEN</span> <br>
<span class="name">ZANZAL</span> <br>
<span>Designer & Developer</span>
</div>
<div class="main">
<h2>Profile</h2>
<p>
A web designer/developer with seven years experience in the design, development and administration of web based applications. Focused on creating clean, understandable UI and code.
</p>
<div class="clear"></div>
<h2>Skills</h2>
<div class="left skills">
<h3>Design</h3>
<ul>
<li>PhotoShop</li>
<li>Illustrator</li>
<li>InDesign</li>
</ul>
</div>
<div class="left skills">
<h3>Frontend</h3>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>CoffeeScript</li>
</ul>
</div>
<div class="left skills">
<h3>Backend</h3>
<ul>
<li>PHP</li>
<li>Java</li>
<li>Ruby</li>
<li>Linux</li>
</ul>
</div>
<div class="clear"></div>
<h2>Employment</h2>
<div class="row">
<div class="left date">
<span>2009-Present</span>
</div>
<div class="left desc">
<span class="bold">Web Specialist</span>
<br>
<span>Click2Mail -</span> <span>Troy VA</span>
<br>
<ul>
<li>Implemented various Agile processes</li>
<li>Played a major role in company strategic planning</li>
<li>Participated in two redesigns of the website</li>
<li>Contributed many lines of code to both the frontend and backend systems</li>
<li>Setup and administrate much of the backend system</li>
<li>Setup and administrate the deployment and release processes</li>
<li>Played a major role in the design, development, and implemenation of a complete redesign of the existing system</li>
</ul>
</div>
</div>
<div class="clear"></div>
<div class="row">
<div class="left date">
<span>2007-2009</span>
</div>
<div class="left desc">
<span class="bold">Customer Service Representative</span>
<br>
<span>Click2Mail -</span> <span>Troy VA</span>
<br>
<i>Web based solutions for direct mail.</i>
<ul>
<li>Answered customer phone calls and emails</li>
<li>Provided graphic design services for clients</li>
<li>Debugged system problems</li>
<li>Advised on how to improve the customer experience</li>
<li>Key customer support representative for webservice API</li>
</ul>
</div>
</div>
<div class="clear"></div>
<div class="row">
<div class="left date">
<span>2007</span>
</div>
<div class="left desc">
<span class="bold">Graphic Design Intern</span>
<br>
<span>Pixels Prepress -</span> <span>Charlottesville VA</span>
<br>
<i>T&N Printing's prepress partner.</i>
<ul>
<li>Worked with clients</li>
<li>Text layout and typography</li>
<li>Proofed and prepped files for print</li>
</ul>
</div>
</div>
<div class="clear"></div>
<div class="row">
<div class="left date">
<span>2005-2007</span>
</div>
<div class="left desc">
<span class="bold">Webmaster</span>
<br>
<span>Guitar Hangar -</span> <span>Brookfield CT</span>
<br>
<i>Online guitar retailer specializing in boutique guitars and amps.</i>
<ul>
<li>Shipping and receiving</li>
<li>Moved site and product managment from static web pages to an E-Commerce platform</li>
<li>Product photography</li>
<li>Redesigned logo</li>
</ul>
</div>
</div>
<div class="clear"></div>
<h2>Education</h2>
<div class="row">
<div class="left date">
<span>2004-2007</span>
</div>
<div class="left desc">
<span class="bold">Bachelor's Degree in Graphic Design</span>
<br>
<span>AIU - </span> <span>Online</span>
</div>
</div>
<div class="clear"></div>
<div class="row">
<div class="left date">
<span>2000-2002</span>
</div>
<div class="left desc">
<span class="bold">Assoicate's Degree in Graphic Design</span>
<br>
<span>Gibbs College -</span> <span>Norwalk CT</span>
</div>
</div>
<div class="clear"></div>
<h2>Achievements</h2>
<p>
Second place in the first Charlottesville Startup Weekend.
</p>
<p>
Participated in second Charlottesville Startup Weekend.
</p>
<h2>Interests</h2>
<p>
Participates in the Charlottesville technology/entrepreneurship community. Keeping up to date on programming and design skills. Playing guitar, <a href="http://www.flickr.com/photos/67916336@N07/" target="_blank">photography</a> and snowboarding.
</p>
</div>
</div>
</div>
</body>
</html>