Changeset 167:4866e0db1047
- Timestamp:
- 08/21/08 17:56:09 (2 years ago)
- Author:
- rgrp
- Branch:
- default
- convert_revision:
- svn:10edda23-d834-0410-9182-b00384516d49/trunk@177
- Message:
-
[templates][s]: add buttons back into front page.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r114
|
r167
|
|
| 11 | 11 | <head> |
| 12 | 12 | <title>Home</title> |
| | 13 | <style type="text/css"> |
| | 14 | ul.big-buttons { |
| | 15 | width: 40em; |
| | 16 | list-style-type: none; |
| | 17 | margin: auto; |
| | 18 | margin-top: 2.5em; |
| | 19 | margin-bottom: 2.5em; |
| | 20 | } |
| | 21 | |
| | 22 | ul.big-buttons li { |
| | 23 | display: inline; |
| | 24 | font-size: 1.2em; |
| | 25 | margin: 1.5em; |
| | 26 | } |
| | 27 | |
| | 28 | ul.big-buttons li a { |
| | 29 | border: 2px solid #aaa; |
| | 30 | background-color: #eee; |
| | 31 | padding: 0.5em; |
| | 32 | text-decoration: none; |
| | 33 | width: 200px; |
| | 34 | } |
| | 35 | |
| | 36 | ul.big-buttons li a:hover { |
| | 37 | background-color: #F5E4DC; |
| | 38 | } |
| | 39 | </style> |
| 13 | 40 | </head> |
| 14 | 41 | |
| … |
… |
|
| 52 | 79 | </p> |
| 53 | 80 | <p> |
| 54 | | Microfacts-Weaving History attempts to address this limitation. It allows |
| | 81 | Microfacts-Weaving History helps address this limitation. It allows |
| 55 | 82 | you to thread together 'factlets' into narratives which can be |
| 56 | 83 | re-organized in a number of ways, at the click of a button. To see some |
| 57 | 84 | examples of what is possible see: <a href="">this thread |
| 58 | | about ...</a> and <a href="">this one about ...</a>. |
| | 85 | about ...</a> and <a href="">this one about ...</a>. Alternatively |
| | 86 | you can dive straight in by: |
| 59 | 87 | </p> |
| 60 | | <p> |
| 61 | | Alternatively you can dive straight in yourself by choosing from the |
| 62 | | actions on the right. |
| 63 | | </p> |
| | 88 | <ul class="big-buttons"> |
| | 89 | <li><a href="${h.url_for(controller='thread', action='list')}">Browsing Existing Threads</a></li> |
| | 90 | <li><a href="${h.url_for(controller='thread', action='new')}">Creating A New Thread</a></li> |
| | 91 | </ul> |
| 64 | 92 | |
| 65 | 93 | <h3>More Information</h3> |