Make containers fluid
This commit is contained in:
@@ -44,7 +44,6 @@ body {
|
||||
|
||||
/* Main marketing message and sign up button */
|
||||
.jumbotron {
|
||||
background: url(/images/smallInAugustLogo.jpeg) no-repeat;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.4 KiB |
@@ -6,6 +6,8 @@
|
||||
<title>Monty Taylor</title>
|
||||
<link rel="stylesheet"
|
||||
href="/css/bootstrap.css">
|
||||
<link rel="stylesheet"
|
||||
href="/css/mordred.css">
|
||||
<meta name="description"
|
||||
content="{{author.name}}'s Website">
|
||||
<meta name="author" content="{{author.name}}">
|
||||
@@ -13,23 +15,31 @@
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
||||
</head>
|
||||
|
||||
<body style="margin-top: 70px; margin-bottom: 70px">
|
||||
<nav class="navbar navbar-default navbar-fixed-top"
|
||||
xmlns:dct="http://purl.org/dc/terms/"
|
||||
href="http://purl.org/dc/dcmitype/InteractiveResource"
|
||||
property="dct:title"
|
||||
rel="dct:type">
|
||||
<div class="container-fluid">
|
||||
<span class="navbar-brand">Things you may or may not care or not care about.</span>
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container-fluid"><a href="/">
|
||||
<span class="navbar-brand">
|
||||
Things you may or may not care or not care about.</a></span>
|
||||
</div>
|
||||
</nav>
|
||||
<body>
|
||||
<div class="jumbotron">
|
||||
<div class="container-fluid">
|
||||
<h1>
|
||||
<span xmlns:dct="http://purl.org/dc/terms/"
|
||||
href="http://purl.org/dc/dcmitype/InteractiveResource"
|
||||
property="dct:title"
|
||||
rel="dct:type">
|
||||
Monty Taylor
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<a href='talks'>Slides for Talks I've Given</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<br/>
|
||||
<table class="table table-striped table-hover">
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
<title>The Big Tent</title>
|
||||
<link rel="stylesheet"
|
||||
href="/css/bootstrap.css">
|
||||
<link rel="stylesheet"
|
||||
href="/css/mordred.css">
|
||||
<meta name="author" content="{{author.name}}">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
||||
@@ -19,15 +21,15 @@
|
||||
<![endif]-->
|
||||
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container-fluid">
|
||||
<span class="navbar-brand"><a href="/">
|
||||
<div class="container-fluid"><a href="/">
|
||||
<span class="navbar-brand">
|
||||
Things you may or may not care or not care about.</a></span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Main jumbotron for a primary marketing message or call to action -->
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<h1>
|
||||
<span xmlns:dct="http://purl.org/dc/terms/"
|
||||
href="http://purl.org/dc/dcmitype/InteractiveResource"
|
||||
@@ -39,7 +41,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<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>
|
||||
<h3 id="why-do-we-care">Why do we care?</h3>
|
||||
<p>Our choices in organizing our work effect a few different unrelated things:</p>
|
||||
|
||||
Reference in New Issue
Block a user