Add download link to resume

This commit is contained in:
Christine Dodrill 2015-02-04 05:49:29 -08:00
parent 03e1e24b2f
commit 58677663a9
1 changed files with 23 additions and 19 deletions

View File

@ -1,15 +1,15 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui"> <meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>Christine Dodrill</title> <title>Christine Dodrill</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<style type="text/css"> <style type="text/css">
@import url( @import url(
https://fonts.googleapis.com/css?family=Lato:400,700 https://fonts.googleapis.com/css?family=Lato:400,700
@ -77,7 +77,7 @@ h4 span:first-child {
margin-bottom: 10px; margin-bottom: 10px;
} }
.col-sm-12 h4 { .col-sm-12 h4 {
margin-top: 12px; margin-top: 12px;
} }
.col-sm-12 + .col-sm-12 { .col-sm-12 + .col-sm-12 {
margin-top: 30px; margin-top: 30px;
@ -177,7 +177,7 @@ h4 span:first-child {
} }
.strike-through span { .strike-through span {
display: block; display: block;
} }
#header { #header {
margin-bottom: 10px; margin-bottom: 10px;
padding: 40px 0; padding: 40px 0;
@ -188,10 +188,14 @@ h4 span:first-child {
} }
</style> </style>
</head> </head>
<body> <body>
<center>
<p>For a PDF version of this resume, click <a href="/resume/resume.pdf">here</a>.</p>
</center>
<header id="header"> <header id="header">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@ -302,7 +306,7 @@ h4 span:first-child {
<h4 class="strike-through"> <h4 class="strike-through">
<span>Bravely Blue Media, LLC</span> <span>Bravely Blue Media, LLC</span>
<span class="date"> <span class="date">
2014-07-03 — 2014-07-03 —
</span> </span>
</h4> </h4>
<div class="website pull-right"> <div class="website pull-right">
@ -426,9 +430,9 @@ h4 span:first-child {
</div> </div>
</section> </section>
<section id="publications" class="row"> <section id="publications" class="row">
<aside class="col-sm-3"> <aside class="col-sm-3">
<h3>Publications</h3> <h3>Publications</h3>
@ -439,7 +443,7 @@ h4 span:first-child {
<h4 class="strike-through"> <h4 class="strike-through">
<span>Flitter</span> <span>Flitter</span>
<span class="date"> <span class="date">
</span> </span>
</h4> </h4>
<div class="website pull-right"> <div class="website pull-right">
@ -457,7 +461,7 @@ h4 span:first-child {
<h4 class="strike-through"> <h4 class="strike-through">
<span>Cod</span> <span>Cod</span>
<span class="date"> <span class="date">
</span> </span>
</h4> </h4>
<div class="website pull-right"> <div class="website pull-right">
@ -475,7 +479,7 @@ h4 span:first-child {
<h4 class="strike-through"> <h4 class="strike-through">
<span>Elemental-IRCd</span> <span>Elemental-IRCd</span>
<span class="date"> <span class="date">
</span> </span>
</h4> </h4>
<div class="website pull-right"> <div class="website pull-right">
@ -493,7 +497,7 @@ h4 span:first-child {
<h4 class="strike-through"> <h4 class="strike-through">
<span>Tetra</span> <span>Tetra</span>
<span class="date"> <span class="date">
</span> </span>
</h4> </h4>
<div class="website pull-right"> <div class="website pull-right">
@ -528,7 +532,7 @@ h4 span:first-child {
</div> </div>
</div> </div>
</section> </section>
<section id="skills" class="row"> <section id="skills" class="row">
<aside class="col-sm-3"> <aside class="col-sm-3">
<h3>Skills</h3> <h3>Skills</h3>
@ -657,9 +661,9 @@ h4 span:first-child {
</div> </div>
</div> </div>
</section> </section>
</div> </div>
</body> </body>
</html> </html>