diff options
| author | Monty Taylor <mordred@inaugust.com> | 2015-08-01 02:32:30 +1000 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2015-08-01 02:32:30 +1000 |
| commit | 56a2517bfe34e863f3a6479d6410632e277f7e74 (patch) | |
| tree | ab4755174dabd11824cf7ba37bbc771e4d3d559f /src | |
| parent | 23a91cae672fb9f8b208b474efbfa01bf5d66f26 (diff) | |
Make containers fluid
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/mordred.css | 1 | ||||
| -rw-r--r-- | src/images/smallInAugustLogo.jpeg | bin | 17258 -> 7594 bytes | |||
| -rw-r--r-- | src/index.hbs | 28 | ||||
| -rw-r--r-- | src/posts/big-tent.html | 10 |
4 files changed, 25 insertions, 14 deletions
diff --git a/src/css/mordred.css b/src/css/mordred.css index dc050c2..e23d0df 100644 --- a/src/css/mordred.css +++ b/src/css/mordred.css | |||
| @@ -44,7 +44,6 @@ body { | |||
| 44 | 44 | ||
| 45 | /* Main marketing message and sign up button */ | 45 | /* Main marketing message and sign up button */ |
| 46 | .jumbotron { | 46 | .jumbotron { |
| 47 | background: url(/images/smallInAugustLogo.jpeg) no-repeat; | ||
| 48 | text-align: center; | 47 | text-align: center; |
| 49 | border-bottom: 1px solid #e5e5e5; | 48 | border-bottom: 1px solid #e5e5e5; |
| 50 | } | 49 | } |
diff --git a/src/images/smallInAugustLogo.jpeg b/src/images/smallInAugustLogo.jpeg index 6d2a40c..6c647c8 100644 --- a/src/images/smallInAugustLogo.jpeg +++ b/src/images/smallInAugustLogo.jpeg | |||
| Binary files differ | |||
diff --git a/src/index.hbs b/src/index.hbs index 2004305..b864814 100644 --- a/src/index.hbs +++ b/src/index.hbs | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | <title>Monty Taylor</title> | 6 | <title>Monty Taylor</title> |
| 7 | <link rel="stylesheet" | 7 | <link rel="stylesheet" |
| 8 | href="/css/bootstrap.css"> | 8 | href="/css/bootstrap.css"> |
| 9 | <link rel="stylesheet" | ||
| 10 | href="/css/mordred.css"> | ||
| 9 | <meta name="description" | 11 | <meta name="description" |
| 10 | content="{{author.name}}'s Website"> | 12 | content="{{author.name}}'s Website"> |
| 11 | <meta name="author" content="{{author.name}}"> | 13 | <meta name="author" content="{{author.name}}"> |
| @@ -13,23 +15,31 @@ | |||
| 13 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | 15 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
| 14 | </head> | 16 | </head> |
| 15 | 17 | ||
| 16 | <body style="margin-top: 70px; margin-bottom: 70px"> | 18 | <nav class="navbar navbar-default navbar-fixed-top"> |
| 17 | <nav class="navbar navbar-default navbar-fixed-top" | 19 | <div class="container-fluid"><a href="/"> |
| 18 | xmlns:dct="http://purl.org/dc/terms/" | 20 | <span class="navbar-brand"> |
| 19 | href="http://purl.org/dc/dcmitype/InteractiveResource" | 21 | Things you may or may not care or not care about.</a></span> |
| 20 | property="dct:title" | ||
| 21 | rel="dct:type"> | ||
| 22 | <div class="container-fluid"> | ||
| 23 | <span class="navbar-brand">Things you may or may not care or not care about.</span> | ||
| 24 | </div> | 22 | </div> |
| 25 | </nav> | 23 | </nav> |
| 24 | <body> | ||
| 25 | <div class="jumbotron"> | ||
| 26 | <div class="container-fluid"> | ||
| 27 | <h1> | ||
| 28 | <span xmlns:dct="http://purl.org/dc/terms/" | ||
| 29 | href="http://purl.org/dc/dcmitype/InteractiveResource" | ||
| 30 | property="dct:title" | ||
| 31 | rel="dct:type"> | ||
| 32 | Monty Taylor | ||
| 33 | </h1> | ||
| 34 | </div> | ||
| 35 | </div> | ||
| 26 | <div class="container-fluid"> | 36 | <div class="container-fluid"> |
| 27 | <div class="row"> | 37 | <div class="row"> |
| 28 | <div class="col-xs-12"> | 38 | <div class="col-xs-12"> |
| 29 | <a href='talks'>Slides for Talks I've Given</a> | 39 | <a href='talks'>Slides for Talks I've Given</a> |
| 30 | </div> | 40 | </div> |
| 31 | </div> | 41 | </div> |
| 32 | <div class="row"> | 42 | <div class="row"> |
| 33 | <div class="col-xs-12"> | 43 | <div class="col-xs-12"> |
| 34 | <br/> | 44 | <br/> |
| 35 | <table class="table table-striped table-hover"> | 45 | <table class="table table-striped table-hover"> |
diff --git a/src/posts/big-tent.html b/src/posts/big-tent.html index f45e5f9..e994b87 100644 --- a/src/posts/big-tent.html +++ b/src/posts/big-tent.html | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | <title>The Big Tent</title> | 5 | <title>The Big Tent</title> |
| 6 | <link rel="stylesheet" | 6 | <link rel="stylesheet" |
| 7 | href="/css/bootstrap.css"> | 7 | href="/css/bootstrap.css"> |
| 8 | <link rel="stylesheet" | ||
| 9 | href="/css/mordred.css"> | ||
| 8 | <meta name="author" content="{{author.name}}"> | 10 | <meta name="author" content="{{author.name}}"> |
| 9 | <meta name="viewport" | 11 | <meta name="viewport" |
| 10 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | 12 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
| @@ -19,15 +21,15 @@ | |||
| 19 | <![endif]--> | 21 | <![endif]--> |
| 20 | 22 | ||
| 21 | <nav class="navbar navbar-default navbar-fixed-top"> | 23 | <nav class="navbar navbar-default navbar-fixed-top"> |
| 22 | <div class="container-fluid"> | 24 | <div class="container-fluid"><a href="/"> |
| 23 | <span class="navbar-brand"><a href="/"> | 25 | <span class="navbar-brand"> |
| 24 | Things you may or may not care or not care about.</a></span> | 26 | Things you may or may not care or not care about.</a></span> |
| 25 | </div> | 27 | </div> |
| 26 | </nav> | 28 | </nav> |
| 27 | 29 | ||
| 28 | <!-- Main jumbotron for a primary marketing message or call to action --> | 30 | <!-- Main jumbotron for a primary marketing message or call to action --> |
| 29 | <div class="jumbotron"> | 31 | <div class="jumbotron"> |
| 30 | <div class="container"> | 32 | <div class="container-fluid"> |
| 31 | <h1> | 33 | <h1> |
| 32 | <span xmlns:dct="http://purl.org/dc/terms/" | 34 | <span xmlns:dct="http://purl.org/dc/terms/" |
| 33 | href="http://purl.org/dc/dcmitype/InteractiveResource" | 35 | href="http://purl.org/dc/dcmitype/InteractiveResource" |
| @@ -39,7 +41,7 @@ | |||
| 39 | </div> | 41 | </div> |
| 40 | </div> | 42 | </div> |
| 41 | 43 | ||
| 42 | <div class="container"> | 44 | <div class="container-fluid"> |
| 43 | <p>I'd like to build on the ideas in <a href="https://dague.net/2014/08/26/openstack-as-layers/">Sean's Layers</a>. I've been noodling on it for a while and have had a several interesting conversations with people. Before I tell you how I've taxonomied things in my head, I want to spend a second on why.</p> | 45 | <p>I'd like to build on the ideas in <a href="https://dague.net/2014/08/26/openstack-as-layers/">Sean's Layers</a>. I've been noodling on it for a while and have had a several interesting conversations with people. Before I tell you how I've taxonomied things in my head, I want to spend a second on why.</p> |
| 44 | <h3 id="why-do-we-care">Why do we care?</h3> | 46 | <h3 id="why-do-we-care">Why do we care?</h3> |
| 45 | <p>Our choices in organizing our work effect a few different unrelated things:</p> | 47 | <p>Our choices in organizing our work effect a few different unrelated things:</p> |
