-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·388 lines (296 loc) · 13.5 KB
/
index.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Derek's Resume</title>
<meta name="description" content="Typebig resume/CV template is a versatile and simple solution to your online presence.">
<meta name="author" content="Typebig">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS Files
* cssreset-min.css - CSS reset
* grid.css - Responsive grid system based on "Skeleton" by Dave Gamache (http://www.getskeleton.com/)
* alpha_background.css - Classes for applying an alpha black or white background
* style.css - Main CSS file
* responsive_custom - CSS override for responsive layout
* print.css - CSS for printer-friendly presentation
================================================== -->
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.8.0/build/cssreset/cssreset-min.css">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/alpha_background.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive_custom.css">
<link rel="stylesheet" href="css/print.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Google Web Fonts
================================================== -->
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target="#section-topbar" data-offset="60">
<!-- Topbar: fixed + datascroll
* the attribute data-scrollspy is for automatically updating nav targets based on scroll position
* scroll the area below the navbar and watch the active class change
================================================== -->
<div id="section-topbar">
<div id="topbar-inner">
<div class="container">
<div class="sixteen columns">
<div class="dropdown">
<ul id="nav" class="nav">
<li class="menu-item"><a href="#section-intro" title="About"><img src="images/icons/icon_profile.png" alt="Profile" /></a></li>
<li class="menu-item"><a href="#section-resume" title="Resume"><img src="images/icons/icon_resume.png" alt="Resume" /></a></li>
<!--
<li class="menu-item"><a href="#section-works" title="Works"><img src="images/icons/icon_works.png" alt="Works" /></a></li>
<li class="menu-item"><a href="#section-contact" title="Contact"><img src="images/icons/icon_testimonials.png" alt="Contact" /></a></li>
-->
</ul><!-- // uL#nav -->
</div><!-- // .dropdown -->
<div class="clear"></div>
</div><!-- // .sixteen -->
</div><!-- // .container -->
<div class="clear"></div>
</div><!-- // #topbar-inner -->
</div><!-- // #section-topbar -->
<!-- Intro
================================================== -->
<div id="section-intro">
<!-- Profile Image -->
<div id="section-profileImage">
<div class="container">
<div class="sixteen columns">
<div id="box-name">
<h2 style="color: #555">Derek Newsom</h2>
<p style="color: #555">Web UI Engineer<span class="font-color-primary"> / </span><a href="mailto:[email protected]" class="link-email" style="color: #555">[email protected]</a></p>
</div><!-- // #box-name -->
</div><!-- // .four -->
<div class="clear"></div>
</div><!-- // .container -->
</div><!-- // #section-profileImage -->
<!-- About -->
<div id="section-about">
<div class="container">
<div class="three columns">
<h3>About</h3>
</div><!-- // .three -->
<div class="nine columns">
<p class="intro">I'm Derek, a web UI engineer from Portland, Oregon. I'm passionate about usability and simplicity.
</p>
</div><!-- // .nine -->
<div class="four columns">
<a href="#" class="link-print">Print Resume</a>
<a href="downloads/resume.pdf" title="Download PDF Resume" class="link-pdf">Download PDF</a>
</div><!-- // .four -->
<div class="clear"></div>
</div><!-- // .container -->
</div><!-- // #section-about -->
</div><!-- // #section-intro -->
<!-- Resume
================================================== -->
<div id="section-resume">
<div class="section-title">
<div class="container">
<div class="sixteen columns">
<h2>Resume</h2>
</div><!-- // .sixteen -->
<div class="clear"></div>
</div><!-- // .container -->
</div><!-- // .section-title -->
<div class="container">
<!-- EDUCATION -->
<div class="block">
<div class="three columns">
<h3>Education</h3>
</div><!-- // .three -->
<div class="thirteen columns">
<div class="item">
<div class="nine columns alpha no-border">
<h4>Undergraduate studies in Computer Science <!--<span class="font-color-gray">with a minor in IT</span>--></h4>
<p>
<span class="italic font-color-black">Portland State University</span><br />
<!--Current GPA 3.43 on a 4.00 scale-->
</p>
</div><!-- // .nine -->
<div class="four columns omega">
<p class="date">
<!--Graduating in May 2013<br />-->
<span class="label">2008 - 2011</span>
</p><!-- // p.date -->
</div><!-- // .four -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="clear"></div>
</div><!-- // .thirteen -->
<div class="clear"></div>
</div><!-- // .block -->
<!-- WORK -->
<div class="block">
<div class="three columns">
<h3>Work</h3>
</div><!-- // .three -->
<div class="thirteen columns">
<div class="item">
<div class="nine columns alpha">
<h4>Web UI Engineer</h4>
<p>
<span class="font-color-black italic">Netxposure</span><!--<br />
Assisting <span class="italic">Dr. Koals, Jennifer</span>'s "Intro to Typography"-->
</p>
<p class="desc">
Netx is focused on Digital Asset Management for the enterprise. I work directly with our clients on building custom web applications that integrate with our asset management software. I play a key role in development from planning to execution. This includes development on Adobe Creative Suite panel extensions.
</p>
</div><!-- // .nine -->
<div class="four columns omega">
<p class="date">May 2012 ~ Present</p><!-- // p.date -->
</div><!-- // .four -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="clear"></div>
<div class="item">
<div class="nine columns alpha">
<h4>Software Developer</h4>
<p>
<span class="font-color-black italic">Novitas Data</span><br />
<p class="desc">
I worked with a small group of developers on an enterprise search and electronic discovery platform called Shift. I was involved in building key components of its interface and functionality.
</p>
</div><!-- // .nine -->
<div class="four columns omega">
<p class="date">March 2010 ~ May 2012</p><!-- // p.date -->
</div><!-- // .four -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="clear"></div>
</div><!-- // .thirteen -->
<div class="clear"></div>
</div><!-- // .block -->
<!-- SKILLS -->
<div class="block last">
<div class="three columns">
<h3>Skills</h3>
</div><!-- // .three -->
<div class="thirteen columns">
<div class="box-skill">
<div class="box-inner">
<h4>HTML5/CSS</h4>
<p>I have worked on web design projects from the ground up, ranging from corporate portals to complete web based media applications. </p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
<div class="box-skill">
<div class="box-inner">
<h4>Javascript</h4>
<p>Being a front-end developer, Javascript is my strength. </p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
<div class="box-skill">
<div class="box-inner">
<h4>PHP</h4>
<p>In building applications in Wordpress and Concrete5 I have experience working on small to large scale projects utilizing PHP.</p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
<div class="box-skill">
<div class="box-inner">
<h4>Python</h4>
<p>I utilize Python to build server side web applications, as well as automation scripts.</p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
<div class="box-skill">
<div class="box-inner">
<h4>Adobe Creative Suite</h4>
<p>Building plugin extensions for the Adobe Creative Suite has made me well versed with the inner workings of these applications. </p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
<div class="box-skill">
<div class="box-inner">
<h4>MongoDB</h4>
<p>I have extensive experience using the document based database MongoDB to handle persisting data in web applications.</p>
</div><!-- // .box-inner -->
</div><!-- // .box-skill -->
</div><!-- // .thirteen -->
<div class="clear"></div>
</div><!-- // .block -->
</div><!-- // .container -->
</div><!-- // #section-resume -->
<!--
Work Modal Popup
-->
<div id="work-modal-01" class="reveal-modal">
<img src="images/work_item01_detail.jpg" alt="" />
<div class="box-modal">
<h4><em>theBerkeleyMDP</em> Branding Concept</h4>
<p>An identity that reflects multidisciplinary, constructivist approach to education that integrates theory with hands-on, experiential learning</p>
</div><!-- // .box-modal -->
<a href="http://www.behance.net" class="link-details">View project</a>
<a class="close-reveal-modal">Close</a>
</div><!-- // #work-modal-01 -->
<div id="work-modal-02" class="reveal-modal">
<img src="images/work_item02_detail.jpg" alt="" />
<div class="box-modal">
<h4>IITC 2012 Conference</h4>
<p>This later became the foundation of Eventcamp template. "Necessity of IIT and Application Cases" was held on September 27th, 2012 at Houston, TX.</p>
</div><!-- // .box-modal -->
<a href="http://www.iitc2012.org/" class="link-details">Go to the site</a>
<a class="close-reveal-modal">Close</a>
</div><!-- // #work-modal-02 -->
<div id="work-modal-03" class="reveal-modal">
<img src="images/work_item03_detail.jpg" alt="" />
<div class="box-modal">
<h4><em>Park</em> Personal Brand Concept</h4>
<p>Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.</p>
</div><!-- // .box-modal -->
<a class="close-reveal-modal">Close</a>
</div><!-- // #work-modal-03 -->
<!-- Footer
================================================== -->
<div id="section-footer">
<div class="container">
<div class="six columns">
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div><!-- // .six -->
<div class="ten columns">
<ul id="social">
<!--
<li><a href="http://www.facebook.com" title=""><img src="images/icons/icon_facebook.png" alt="Facebook" /></a></li>
<li><a href="http://www.twitter.com" title=""><img src="images/icons/icon_twitter.png" alt="Twitter" /></a></li>
<li><a href="http://www.behance.com" title=""><img src="images/icons/icon_behance.png" alt="Behance" /></a></li>
<li><a href="http://www.dribbble.com" title=""><img src="images/icons/icon_dribbble.png" alt="Dribbble" /></a></li>
-->
<li><a href="http://www.linkedin.com/pub/derek-newsom/b/71a/28a" title="LinkedIn"><img src="images/icons/icon_linkedin.png" alt="Linkedin" /></a></li>
</ul><!-- // ul#social -->
</div><!-- // .ten -->
<div class="clear"></div>
</div><!-- // .container -->
</div><!-- // #section-footer -->
<!-- JS
* jquery-1.9.0.js - jQuery
* jquery-ui.js - jQuery UI
* bootstrap-scrollspy.js - automatically updates nav targets based on scroll position
* jquery.foundation.reveal.js - jQuery modal pop-up plugin from Zurb Foundation
* jquery.custom.js - custom jQuery scripts
================================================== -->
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/jquery.ajaxContactForm.js"></script>
<script src="js/jquery.foundation.reveal.js"></script>
<script src="js/jquery.custom.js"></script>
<!-- Because jQuery opacity (fadeTo) is being rendered in a weird way in IE browsers, these are only loaded on non-IE browsers -->
<!--[if !IE]> -->
<script src="js/jquery.custom.noIE.js"></script>
<!-- <![endif]-->
<!-- End Document
================================================== -->
</body>
</html>