diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-08-01 02:43:52 +1000 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-08-01 02:43:52 +1000 |
commit | 71db6e4ca1962d708f2da6cf6e532ace38eabfba (patch) | |
tree | 9b2ef6120039f700952c4b2b6dccb6a981929654 /src/index.hbs | |
parent | 56a2517bfe34e863f3a6479d6410632e277f7e74 (diff) |
Aligned visuals
Diffstat (limited to 'src/index.hbs')
-rw-r--r-- | src/index.hbs | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/src/index.hbs b/src/index.hbs index b864814..1d4d808 100644 --- a/src/index.hbs +++ b/src/index.hbs | |||
@@ -39,27 +39,12 @@ | |||
39 | <a href='talks'>Slides for Talks I've Given</a> | 39 | <a href='talks'>Slides for Talks I've Given</a> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | <h4>Thoughts:</h4> | ||
42 | <div class="row"> | 43 | <div class="row"> |
43 | <div class="col-xs-12"> | 44 | <div class="col-xs-12"> |
44 | <br/> | ||
45 | <table class="table table-striped table-hover"> | ||
46 | <thead> | ||
47 | <tr> | ||
48 | <th>Post Title</th> | ||
49 | </tr> | ||
50 | </thead> | ||
51 | <tbody> | ||
52 | {{#each posts}} | 45 | {{#each posts}} |
53 | <tr> | 46 | <p> <a href="{{path}}"> {{title}} </a> </p> |
54 | <td> | ||
55 | <a href="{{path}}" target="_blank"> | ||
56 | {{title}} | ||
57 | </a> | ||
58 | </td> | ||
59 | </tr> | ||
60 | {{/each}} | 47 | {{/each}} |
61 | </tbody> | ||
62 | </table> | ||
63 | </div> | 48 | </div> |
64 | </div> | 49 | </div> |
65 | </div> | 50 | </div> |
@@ -70,14 +55,16 @@ | |||
70 | <img alt="Creative Commons License" | 55 | <img alt="Creative Commons License" |
71 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> | 56 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> |
72 | </a> | 57 | </a> |
73 | This work by <span xmlns:cc="http://creativecommons.org/ns#" | 58 | <a xmlns:cc="http://creativecommons.org/ns#" |
59 | rel="cc:attributionURL" | ||
60 | href='http://inaugust.com'>http://inaugust.com</a> | ||
61 | by <span xmlns:cc="http://creativecommons.org/ns#" | ||
74 | property="cc:attributionName">{{author.name}}</span> | 62 | property="cc:attributionName">{{author.name}}</span> |
75 | is licensed under a <a rel="license" | 63 | is licensed under a <a rel="license" |
76 | href="http://creativecommons.org/licenses/by/4.0/">Creative | 64 | href="http://creativecommons.org/licenses/by/4.0/">Creative |
77 | Commons Attribution 4.0 International License</a>. | 65 | Commons Attribution 4.0 International License</a>. |
66 | Source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
78 | </p> | 67 | </p> |
79 | <br /> | ||
80 | Website source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
81 | </div> | 68 | </div> |
82 | </nav> | 69 | </nav> |
83 | </body> | 70 | </body> |