diff options
Diffstat (limited to 'src/resume.html')
-rw-r--r-- | src/resume.html | 43 |
1 files changed, 26 insertions, 17 deletions
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> |