Skip to content

Commit

Permalink
res
Browse files Browse the repository at this point in the history
  • Loading branch information
getsetbro committed Sep 25, 2015
1 parent 51033c3 commit cf444d8
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions about/resume.html
Expand Up @@ -64,6 +64,13 @@
line-height: 1

}
a{
text-decoration: none;
color: #456
}
a:hover{
text-decoration: underline;
}
@media (max-width: 500px){
small{
display: block
Expand All @@ -83,27 +90,35 @@ <h1>Seth Broweleit <small>( bro - lite )</small></h1>
<div><small>setbro@gmail.com</small></div>
<div><small>(630) 802-9619</small></div>
<dl>
<dd><strong>Specialties:</strong> HTML5, CSS3, Responsive / RWD UI, Photoshop, Animation</dd>
<dd><strong>Experience:</strong> JavaScript, Mobile, AngularJS, SVG, D3.js, Sass, CoffeeScript, Grunt, Hologram</dd>
<dd><strong>Interests:</strong> Accessibility, Data Visualization, Styleguide Driven Development</dd>
<dd><strong>Specialties:</strong> HTML5, CSS3, Responsive UI, JavaScript, Photoshop, Animation</dd>
<dd><strong>Experience:</strong> Mobile, AngularJS, SVG, D3.js, Sass, Node, Grunt, Gulp, CoffeeScript, Hologram</dd>
<dd><strong>Interests:</strong> Accessibility, Data Visualization, <a href="//blog.getsetbro.com/prototype-driven-development.html">Prototype Driven Development</a></dd>
</dl>
<hr>
<h3>Experience</h3>
<h4>Solutions Architect at Perficient <small>Chicago, IL</small></h4>
<p>February 2012 - Present</p>

<h4>Senior Software Engineer at <a href="//www.bluemetal.com">BlueMetal</a> <small>Chicago, IL</small></h4>
<p>January 2015 - Present</p>
<dl>
<dd>User Interface Coding. Developing web and mobile apps with layouts that respond to work on multiple platforms.</dd>
<dd><small>Technologies:</small> HTML5, CSS3, JavaScript, XAML</dd>
</dl>

<h4>Solutions Architect at <a href="//www.perficient.com">Perficient</a> <small>Chicago, IL</small></h4>
<p>February 2012 - January 2015</p>
<dl>
<dd>Front-end web development. Building web-apps with fluid, flexible, &amp; adaptive layouts to work on multiple platforms.</dd>
<dd><small>Technologies:</small> HTML5, CSS3, JavaScript, AngularJS, SVG</dd>
</dl>

<h4>Senior Consultant at PointBridge <small>Chicago, IL</small></h4>
<h4>Senior Consultant at <a href="//www.pointbridge.com">PointBridge</a> <small>Chicago, IL</small></h4>
<p>July 2008 - February 2012</p>
<dl>
<dd>Built pixel-perfect, flexible interfaces on top of CMS platforms.</dd>
<dd><small>Technologies:</small> HTML, CSS, JS, Flash, Video</dd>
</dl>

<h4>Technical Project Manager at Morse Best Innovation <small>Seattle, WA</small></h4>
<h4>Technical Project Manager at <a href="//www.morsebest.com">Morse Best Innovation</a> <small>Seattle, WA</small></h4>
<p>May 2005 - September 2007</p>
<dl>
<dd>Developed CMS sites along with interactive/animated media in demonstrations.</dd>
Expand All @@ -116,7 +131,7 @@ <h4>Freelance Developer at King County Budget Office <small>Seattle, WA</small><
<dd>Executed changes to existing Visual Basic/SQL code and managed for relational integrity.</dd>
</dl>

<h4>A/V &amp; Data Tech Specialist at Microsoft <small>Redmond, WA</small></h4>
<h4>A/V &amp; Data Tech Specialist at <a href="//www.microsoft.com">Microsoft</a> <small>Redmond, WA</small></h4>
<p>April 1999 - August 2004</p>
<dl>
<dd>Configured multimedia systems, applications, and hardware for operation/production.</dd>
Expand All @@ -134,5 +149,6 @@ <h4>Washington State University <small>Pullman, WA</small></h4>
<h4>Shoreline Community College <small>Shoreline, WA</small></h4>
<p>Associate of Arts, 1993 - 1995</p>

<hr>
</body>
</html>

0 comments on commit cf444d8

Please sign in to comment.