Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR #9

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ <h2 class="byline">Based in San Francisco</h2>
</ul>
</div>
</div>
<video class="background-video" autoplay="autoplay">
<source src="http://ak8.picdn.net/shutterstock/videos/2230813/preview/stock-footage-red-and-pink-ink-in-water-shooting-with-high-speed-camera-phantom-flex.mp4" type="video/mp4" />
</video>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
14 changes: 11 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@
right: 0;
bottom: 0;
left: 0;
background-image: url('bg.jpg');
/*background-image: url('bg.jpg');
background-size: cover;
background-position: center;
background-position: center;*/
color: #fff;
text-align: center;
text-rendering: optimizeLegibility;
z-index: 2;
}
.background-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
/*height: 100%;*/
}
.wrapper:before {
content: '';
Expand Down Expand Up @@ -158,7 +166,7 @@
width: 21px;
}
.social-link-item-behance {
background-position: -79px 0;
background-position: -78px 0;
width: 26px;
}
.social-link-item-medium {
Expand Down
51 changes: 51 additions & 0 deletions resume/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>Dave Gamache's Resume</title>
<meta name="author" content="Dave Gamache">
<meta name="description" content="Resume of designer Dave Gamache">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<section class="section personal">
<header class="section-meta">
<h4 class="section-name">Personal</h4>
</header>
<div class="section-content">
<div class="job">
<h2 class="name">Dave Gamache</h2>
<p class="summary">I'm a designer from the Bay Area who prides himself on crafting simple, beautiful sites and apps. I pride myself on being a well-rounded designer that can work from concept to execution. I've done short-term work with companies large (Salesforce, Netflix, Evite, eBay) and small, but have spent the majority of the past 5 years working for Twitter &amp; Medium.</p>
<ul class="contact-list">
<li class="contact-item"><a href="mailto:hello@davegamache.com">hello@davegamache.com</a></li>
<li class="contact-item">650.430.1780</li>
</ul>
</div>
</div>
</section>
<section class="section experience">
<header class="section-meta">
<h4 class="section-name">Experience</h4>
</header>
<div class="section-content">
<div class="job">
<time class="duration">Oct 2012 - Mar 2014</time>
<h2 class="company">Medium <span class="position"> | Designer</h2>
<p class="summary">I joined <a href="http://www.medium.com">Medium</a> a few short weeks after it was publicly announced. During my time I was the designer on many projects including two redesigns of the platform, the original iPhone app, collections, profiles, story pages, navigation, notes, stats and the Medium editor. In addition I was co-owner of the HTML/CSS for Medium.com</p>
</div>
<div class="job">
<time class="duration">May 2011 - Oct 2012</time>
<h2 class="company">Twitter <span class="position"> | Designer</h2>
<p class="summary">I was part of <a href="http://www.twitter.com">Twitter</a>'s core product design team working on most platforms: web, iPhone, and Android. The biggest project I undertook at Twitter was a collaboration to redesign every platform with the goal of creating a consistent design system that would work across all devices and could accomodate future features. Following the redesign, I and one other designer architected the HTML/CSS components for Twitter.com and became owners of the front-end for the site.</p>
</div>
<div class="job">
<time class="duration">January 2010 - May 2011</time>
<h2 class="company">ZURB <span class="position"> | Designer</h2>
<p class="summary">I had the incredible opportunity to work with many companies large and small at <a href="http://www.zurb.com">ZURB</a>, including ones like Netflix, Salesforce, eBay, Evite, JWed, Zazzle and Bay to Breakers. Projects ranged from product strategy to visual design and implementation. I also was one of the original authors of the Foundation framework and contributed to ZURB's products (<a href="http://notableapp.com/">Notable</a>, <a href="http://verifyapp.com/">Verify</a>, <a href="http://solidifyapp.com/">Solidify</a>).</p>
</div>
</div>
</section>
</div>
</body>
</html>
110 changes: 110 additions & 0 deletions resume/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@

/* Structure --------------------------- */
html
body {
margin: 0;
padding: 0;
}
.container {
width: 65%;
margin: 10em auto 4em;
font-family: 'FreightText';
line-height: 1.4;
font-size: 20px;
overflow: hidden;
color: #111;
font-weight: 200;
}
a {
color: #209abd;
}

.contact {
margin-bottom: .8em;
}
.contact-list {
margin-top: 20px;
padding-left: 0;
list-style: none;
}
.contact-item {
margin-top: 5px;
}


/* Section --------------------------- */
.section {
overflow: hidden;
margin-bottom: 3em;
}
.section-meta {
border-top: 4px solid #111;
width: 25%;
float: left;
}
.section-name {
margin-top: 10px;
}
.section-content {
width: 60%;
float: left;
margin-left: 15%;
}
.job {
position: relative;
top: -5px;
margin-bottom: 3em;
}

/* Content --------------------------- */
.duration {
color: #aaa;
font-size: 16px;
}
.company,
.name {
font-size: 40px;
font-weight: bold;
margin: .1em 0 .1em;
line-height: 1.1;
}
.name {
margin-top: 0;
}
.position {
font-style: italic;
}
.summary {
margin: .1em 0;
font-weight: 200;
}


@media all and (max-width: 700px) {
.container {
width: 80%;
font-size: 18px;
}
.section-meta {
border-top-width: 2px;
width: 100%;
float: none;
margin-bottom: 2em;
}
.section-content {
width: 100%;
float: none;
margin-left: 0;
}
.company,
.name {
font-size: 30px;
}
}

@media print {
a {
color: #111;
text-decoration: none;
}
}