diff options
Diffstat (limited to 'src/talks')
| -rw-r--r-- | src/talks/index.hbs | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/src/talks/index.hbs b/src/talks/index.hbs index 4fba0b1..e9ed6fc 100644 --- a/src/talks/index.hbs +++ b/src/talks/index.hbs | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | <title>Conference Talks</title> | 6 | <title>Conference Talks</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="Conference Talks by {{author.name}}"> | 12 | content="Conference Talks by {{author.name}}"> |
| 11 | <meta name="author" content="{{author.name}}"> | 13 | <meta name="author" content="{{author.name}}"> |
| @@ -13,22 +15,29 @@ | |||
| 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 | <body> |
| 17 | <nav class="navbar navbar-default navbar-fixed-top"> | 19 | <nav class="navbar navbar-default navbar-fixed-top"> |
| 18 | <div class="container-fluid"> | 20 | <div class="container-fluid"><a href="/"> |
| 19 | <span class="navbar-brand">Conference Talks</span> | 21 | <span class="navbar-brand"> |
| 22 | Things you may or may not care or not care about.</a></span> | ||
| 20 | </div> | 23 | </div> |
| 21 | </nav> | 24 | </nav> |
| 25 | |||
| 26 | <div class="jumbotron"> | ||
| 27 | <div class="container-fluid"> | ||
| 28 | <h1> | ||
| 29 | <span xmlns:dct="http://purl.org/dc/terms/" | ||
| 30 | href="http://purl.org/dc/dcmitype/InteractiveResource" | ||
| 31 | property="dct:title" | ||
| 32 | rel="dct:type"> | ||
| 33 | {{author.name}} Conference Talks | ||
| 34 | </h1> | ||
| 35 | </div> | ||
| 36 | </div> | ||
| 37 | |||
| 22 | <div class="container-fluid"> | 38 | <div class="container-fluid"> |
| 23 | <div class="row"> | 39 | <div class="row"> |
| 24 | <div class="col-xs-12"> | 40 | <div class="col-xs-12"> |
| 25 | <ul class="list-unstyled"> | ||
| 26 | <li><strong>Author:</strong> {{author.name}}</li> | ||
| 27 | <li><strong>Website:</strong> | ||
| 28 | <a href="{{author.url}}">{{author.url}}</a> | ||
| 29 | </li> | ||
| 30 | </ul> | ||
| 31 | <br/> | ||
| 32 | <table class="table table-striped table-hover"> | 41 | <table class="table table-striped table-hover"> |
| 33 | <thead> | 42 | <thead> |
| 34 | <tr> | 43 | <tr> |
| @@ -52,20 +61,24 @@ | |||
| 52 | </div> | 61 | </div> |
| 53 | </div> | 62 | </div> |
| 54 | </div> | 63 | </div> |
| 55 | <nav class="navbar navbar-default navbar-fixed-bottom"> | 64 | <nav class="navbar navbar-default navbar-bottom"> |
| 56 | <div class="container-fluid"> | 65 | <div class="container-fluid"> |
| 57 | <p class="navbar-text"> | 66 | <p class="navbar-text"> |
| 58 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | 67 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
| 59 | <img alt="Creative Commons License" | 68 | <img alt="Creative Commons License" |
| 60 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> | 69 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> |
| 61 | </a> | 70 | </a> |
| 62 | This work by <span xmlns:cc="http://creativecommons.org/ns#" | 71 | <a xmlns:cc="http://creativecommons.org/ns#" |
| 63 | property="cc:attributionName">{{author.name}}</span> | 72 | rel="cc:attributionURL" |
| 73 | href='http://inaugust.com'>http://inaugust.com</a> | ||
| 74 | by <span xmlns:cc="http://creativecommons.org/ns#" | ||
| 75 | property="cc:attributionName">Monty Taylor</span> | ||
| 64 | is licensed under a <a rel="license" | 76 | is licensed under a <a rel="license" |
| 65 | href="http://creativecommons.org/licenses/by/4.0/">Creative | 77 | href="http://creativecommons.org/licenses/by/4.0/">Creative |
| 66 | Commons Attribution 4.0 International License</a>. | 78 | Commons Attribution 4.0 International License</a>. |
| 79 | Website source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 67 | </p> | 80 | </p> |
| 68 | </div> | 81 | </div> |
| 69 | </nav> | 82 | </nav> |
| 70 | </body> | 83 | </body> |
| 71 | </html> | 84 | </html> |
