summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-03-28 16:42:00 -0500
committerMonty Taylor <mordred@inaugust.com>2017-03-28 16:42:00 -0500
commitf4915780ac5bfa747764ad3faf2bf4c170774f6a (patch)
tree19233d9fffd71c69329012dab71cbb9a979cd6e8
parent11981f59bf68a40efa69be191c6cb7c839c1797f (diff)
Update formatting and move links to the top
-rw-r--r--src/css/mordred.css10
-rw-r--r--src/resume.html43
2 files changed, 30 insertions, 23 deletions
diff --git a/src/css/mordred.css b/src/css/mordred.css
index a7c0f76..0b06430 100644
--- a/src/css/mordred.css
+++ b/src/css/mordred.css
@@ -46,6 +46,7 @@ body {
46.jumbotron { 46.jumbotron {
47 text-align: center; 47 text-align: center;
48 border-bottom: 1px solid #e5e5e5; 48 border-bottom: 1px solid #e5e5e5;
49 font-family: "Hack", monospace;
49} 50}
50 51
51.jumbotron .btn { 52.jumbotron .btn {
@@ -95,17 +96,15 @@ body {
95 96
96h3.resumesection { 97h3.resumesection {
97 background-color: #999999; 98 background-color: #999999;
98 font-family: Geneva, Arial, Helvetica, sans-serif; 99 font-family: "Hack", monospace;
99 color: #FFFFFF; 100 color: #FFFFFF;
100 font-size: 12px; 101 font-size: 14px;
101 letter-spacing: 12px;
102 text-align: center; 102 text-align: center;
103 margin-bottom: 6px; 103 margin-bottom: 6px;
104 104
105} 105}
106.job ul li { 106.job ul li {
107 line-height: 12pt; 107 line-height: 12pt;
108
109 font-size: 10pt; 108 font-size: 10pt;
110} 109}
111 #porthead { 110 #porthead {
@@ -118,8 +117,7 @@ h3.resumesection {
118} 117}
119.techskills { 118.techskills {
120 padding-left: 6px; 119 padding-left: 6px;
121 line-height: 10pt; 120 font-size: 12pt;
122 font-size: 12pt;
123} 121}
124.job { 122.job {
125 font-size:14pt; 123 font-size:14pt;
diff --git a/src/resume.html b/src/resume.html
index 26769ff..d7c3a6f 100644
--- a/src/resume.html
+++ b/src/resume.html
@@ -3,6 +3,9 @@
3<head> 3<head>
4 <title>Monty Taylor - Resume</title> 4 <title>Monty Taylor - Resume</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <!-- hacking font -->
7 <link rel="stylesheet"
8 href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
6 <link rel="stylesheet" 9 <link rel="stylesheet"
7 href="/css/bootstrap.css"> 10 href="/css/bootstrap.css">
8 <link rel="stylesheet" 11 <link rel="stylesheet"
@@ -17,6 +20,12 @@
17 20
18<body> 21<body>
19 22
23 <!--
24 Yup - this resume is maintained in HTML by hand. That should tell you
25 something about me if the resume doesn't. The source is at
26 http://git.inaugust.com/cgit/inaugust.com/
27 -->
28
20 <div class="jumbotron"> 29 <div class="jumbotron">
21 <div class="container"> 30 <div class="container">
22 31
@@ -38,6 +47,23 @@
38</div> 47</div>
39 48
40<h3 class="resumesection"> 49<h3 class="resumesection">
50 <span class="titletitle">Links and Media</span>
51</h3>
52
53<div class="techskills">
54 <a href="https://en.wikipedia.org/wiki/Monty_Taylor">
55 Wikipedia: Monty_Taylor</a></div>
56<div class="techskills">
57 <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">
58 Infoworld: The 39 Most Important People in Cloud Computing</a></div>
59<div class="techskills">
60 <a href="https://www.wired.com/2013/04/new-hackers-taylor">
61 Wired: Why Open Source Software is like Burning Man (only better)</a></div>
62<div class="techskills">
63 <a href="https://medium.com/@Jay_Jamison/that-kind-of-blew-my-mind-aka-missing-monty-taylor-dfba9594310f#.wu7a5zyu8">
64 Jay Jamison: The kind of blew my mind</a></div>
65
66<h3 class="resumesection">
41 <span class="titletitle">OpenStack</span> 67 <span class="titletitle">OpenStack</span>
42 68
43 <span class="titledate">2010-present</span> 69 <span class="titledate">2010-present</span>
@@ -387,22 +413,5 @@
387</div> 413</div>
388 414
389 415
390<h3 class="resumesection">
391 <span class="titletitle">Links and Media</span>
392</h3>
393
394<div class="techskills">
395 <a href="https://en.wikipedia.org/wiki/Monty_Taylor">
396 Wikipedia: Monty_Taylor</a></div>
397<div class="techskills">
398 <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">
399 Infoworld: The 39 Most Important People in Cloud Computing</a></div>
400<div class="techskills">
401 <a href="https://www.wired.com/2013/04/new-hackers-taylor">
402 Wired: Why Open Source Software is like Burning Man (only better)</a></div>
403<div class="techskills">
404 <a href="https://medium.com/@Jay_Jamison/that-kind-of-blew-my-mind-aka-missing-monty-taylor-dfba9594310f#.wu7a5zyu8">
405 Jay Jamison: The kind of blew my mind</a></div>
406
407</body> 416</body>
408</html> 417</html>