Changeset 3276

Show
Ignore:
Timestamp:
07/17/07 10:41:58 (1 year ago)
Author:
carndt
Message:

Give more structure to about page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/newdocs/about/index.html

    r3148 r3276  
    1010<body> 
    1111  <div id="page"> 
    12     <h1>Create great web apps faster</h1> 
    1312 
    14     <p>That's it. That's the goal of TurboGears. That and to make it easier. 
    15     The two goals are to create web apps faster and easier. And more fun. 
    16     The three goals are to...</p> 
     13    <ul id="about-toc"> 
     14      <li><a href="#goals">Project Goals</a></li> 
     15      <li><a href="#components">Components</a></li> 
     16      <li><a href="#philosophy">Project Philosophy</a></li> 
     17      <li><a href="#license">License</a></li> 
     18      <li><a href="#devstatus">Development Status</a></li> 
     19    </ul> 
     20    <div style="clear:left;" /> 
     21 
     22    <a name="goals"></a> 
     23    <h1>Project Goals</h1> 
     24 
     25    <p class="statement">Create great web apps faster!</p> 
     26 
     27    <p>That's it. That's <em>the goal</em> of TurboGears &hellip; That 
     28    and to make it easier: The <em>two goals</em> are to create web apps 
     29    faster and easier &hellip; And more fun: The <em>three goals</em> are 
     30    to &hellip;</p> 
    1731 
    1832    <p>How does TurboGears do it?</p> 
     
    3650    </ul> 
    3751 
    38     <h2>More than the sum...</h2> 
     52    <a name="components"></a> 
     53    <h2>Components</h2> 
    3954 
    40     <img src="turbogearsparts.png" style="float:left; padding-right: 0.5em"/> 
     55    <img src="turbogearsparts.png" style="float:right; margin-left: 0.5em"/> 
    4156 
    42     <p>More than the sum of its parts!</p> 
     57    <p class="statement">More than the sum of its parts!</p> 
    4358 
    4459    <p>TurboGears takes the best components available and combines them 
     
    5065    project.</p> 
    5166 
    52     <p><b>From frontend to backend:</b></p
     67    <h3>From frontend to backend:</h3
    5368 
    5469    <ul> 
     
    92107    </ul> 
    93108 
    94     <h2>Plays well with others!</h2> 
     109    <a name="philosophy"></a> 
     110    <h2>Project Philosophy</h2> 
    95111 
    96     <p>The TurboGears <a href="http://docs.turbogears.org/1.0/Philosophy" 
    97     >Project Philosophy</a> is all about building on the work of great open 
     112    <p>TurboGears <span class="strong">plays well with others!</span> 
     113    The <a href="http://docs.turbogears.org/1.0/Philosophy">Project 
     114    Philosophy</a> is all about building on the work of great open 
    98115    source projects, not replacing or supplanting them.</p> 
    99116 
    100     <p>All parts of TurboGears are released under <b>liberal open source 
    101     licenses</b> that allow for use in both non-commercial <em>and</em> 
    102     commercial projects. Whether your work is open source or closed source, 
     117    <a name="license"></a> 
     118    <h2>License</h2> 
     119 
     120    <p>All parts of TurboGears are released under 
     121    <span class="strong">liberal open source licenses</span> that 
     122    allow for use in both non-commercial <em>and</em> commercial 
     123    projects. Whether your work is open source or closed source, 
    103124    TurboGears is free for your use.</p> 
    104125 
     
    106127    href="http://docs.turbogears.org/1.0/License">license page</a>.</p> 
    107128 
    108     <h2>1.0 is released</h2> 
     129    <a name="devstatus"></a> 
     130    <h2>Development Status</h2> 
    109131 
    110     <p>The recommended release of TurboGears is the 1.0. <a 
    111     href="http://docs.turbogears.org/1.0/DevStatus">Read more about 
    112     the development status</a>.</p> 
     132    <p class="statement">TurboGears 1.0 is released!</p> 
     133 
     134    <p>The recommended and stable release of TurboGears is 1.0. Read 
     135    more about the <a href="http://docs.turbogears.org/1.0/DevStatus" 
     136    >development status</a>.</p> 
    113137  </div> 
    114138</body> 
  • website/newdocs/static/css/master.css

    r3249 r3276  
    229229} 
    230230 
     231.statement, .strong { 
     232    font-weight: bold; 
     233    color: #FA0; 
     234} 
     235.statement { 
     236    font-size: larger; 
     237} 
     238 
     239#about-toc { 
     240    list-style: none; 
     241    margin: 0; 
     242    padding: 0; 
     243} 
     244 
     245#about-toc li { 
     246    float: left; 
     247    padding: 0 .3em; 
     248    margin: 0 0 1.5em 0; 
     249} 
     250 
    231251#mailinglist-submit { 
    232252    vertical-align: middle;