Update formatting and move links to the top

This commit is contained in:
Monty Taylor 2017-03-28 16:42:00 -05:00
parent 11981f59bf
commit f4915780ac
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 30 additions and 23 deletions

View File

@ -46,6 +46,7 @@ body {
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
font-family: "Hack", monospace;
}
.jumbotron .btn {
@ -95,17 +96,15 @@ body {
h3.resumesection {
background-color: #999999;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-family: "Hack", monospace;
color: #FFFFFF;
font-size: 12px;
letter-spacing: 12px;
font-size: 14px;
text-align: center;
margin-bottom: 6px;
}
.job ul li {
line-height: 12pt;
font-size: 10pt;
}
#porthead {
@ -118,8 +117,7 @@ h3.resumesection {
}
.techskills {
padding-left: 6px;
line-height: 10pt;
font-size: 12pt;
font-size: 12pt;
}
.job {
font-size:14pt;

View File

@ -3,6 +3,9 @@
<head>
<title>Monty Taylor - Resume</title>
<meta charset="utf-8">
<!-- hacking font -->
<link rel="stylesheet"
href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
<link rel="stylesheet"
href="/css/bootstrap.css">
<link rel="stylesheet"
@ -17,6 +20,12 @@
<body>
<!--
Yup - this resume is maintained in HTML by hand. That should tell you
something about me if the resume doesn't. The source is at
http://git.inaugust.com/cgit/inaugust.com/
-->
<div class="jumbotron">
<div class="container">
@ -37,6 +46,23 @@
Constantly wearing an extreme amount of hats.
</div>
<h3 class="resumesection">
<span class="titletitle">Links and Media</span>
</h3>
<div class="techskills">
<a href="https://en.wikipedia.org/wiki/Monty_Taylor">
Wikipedia: Monty_Taylor</a></div>
<div class="techskills">
<a href="http://www.businessinsider.com/most-important-people-in-cloud-computing-2014-4#no-22-hps-monty-taylor-changing-how-big-companies-build-clouds-18">
Infoworld: The 39 Most Important People in Cloud Computing</a></div>
<div class="techskills">
<a href="https://www.wired.com/2013/04/new-hackers-taylor">
Wired: Why Open Source Software is like Burning Man (only better)</a></div>
<div class="techskills">
<a href="https://medium.com/@Jay_Jamison/that-kind-of-blew-my-mind-aka-missing-monty-taylor-dfba9594310f#.wu7a5zyu8">
Jay Jamison: The kind of blew my mind</a></div>
<h3 class="resumesection">
<span class="titletitle">OpenStack</span>
@ -387,22 +413,5 @@
</div>
<h3 class="resumesection">
<span class="titletitle">Links and Media</span>
</h3>
<div class="techskills">
<a href="https://en.wikipedia.org/wiki/Monty_Taylor">
Wikipedia: Monty_Taylor</a></div>
<div class="techskills">
<a href="http://www.businessinsider.com/most-important-people-in-cloud-computing-2014-4#no-22-hps-monty-taylor-changing-how-big-companies-build-clouds-18">
Infoworld: The 39 Most Important People in Cloud Computing</a></div>
<div class="techskills">
<a href="https://www.wired.com/2013/04/new-hackers-taylor">
Wired: Why Open Source Software is like Burning Man (only better)</a></div>
<div class="techskills">
<a href="https://medium.com/@Jay_Jamison/that-kind-of-blew-my-mind-aka-missing-monty-taylor-dfba9594310f#.wu7a5zyu8">
Jay Jamison: The kind of blew my mind</a></div>
</body>
</html>