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