Changeset 177

Show
Ignore:
Timestamp:
08/21/08 18:56:09 (3 months ago)
Author:
rgrp
Message:

[templates][s]: add buttons back into front page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/microfacts/templates/home.html

    r118 r177  
    1111  <head> 
    1212    <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> 
    1340  </head> 
    1441 
     
    5279    </p> 
    5380    <p> 
    54       Microfacts-Weaving History attempts to address this limitation. It allows 
     81      Microfacts-Weaving History helps address this limitation. It allows 
    5582      you to thread together 'factlets' into narratives which can be 
    5683      re-organized in a number of ways, at the click of a button. To see some 
    5784      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: 
    5987    </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
    6492     
    6593    <h3>More Information</h3>