Worked on stuff.

This commit is contained in:
Daniel Buckmaster 2014-03-05 22:17:07 +11:00
parent 7b1fef1286
commit 0aa539acd4
4 changed files with 90 additions and 72 deletions

View file

@ -54,7 +54,7 @@
<a href="/committee" class="dropdown-toggle" data-toggle="dropdown">Committee<i class="fa fa-angle-down"></i></a> <a href="/committee" class="dropdown-toggle" data-toggle="dropdown">Committee<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a href="/committee#what-is-the-steering-committee">What is the Steering Committee?</a></li> <li><a href="/committee#what-is-the-steering-committee">What is the Steering Committee?</a></li>
<li><a href="/committee#current-membership">Current Membership</a></li> <li><a href="/committee#current-membership">Current membership</a></li>
<li><a href="/committee#charter">Charter</a></li> <li><a href="/committee#charter">Charter</a></li>
</ul> </ul>
</li> </li>
@ -62,8 +62,9 @@
<li class="dropdown"> <li class="dropdown">
<a href="/contribute" class="dropdown-toggle" data-toggle="dropdown">Contribute<i class="fa fa-angle-down"></i></a> <a href="/contribute" class="dropdown-toggle" data-toggle="dropdown">Contribute<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a href="/contribute#get-the-source-code">Get the source code</a></li>
<li><a href="/contribute#pull-request-guide">Pull-request guide</a></li> <li><a href="/contribute#pull-request-guide">Pull-request guide</a></li>
<li><a href="/contribute#versions">Versions</a></li> <li><a href="/contribute#version-policy">Version policy</a></li>
</ul> </ul>
</li> </li>

View file

@ -28,7 +28,7 @@ title: Committee | Torque 3D
</div> </div>
<div class="banner"><div class="container"> <div class="banner"><div class="container">
<h1 id="current-membership">Current Membership</h1> <h1 id="current-membership">Current membership</h1>
</div></div> </div></div>
<div class="container"> <div class="container">

View file

@ -19,8 +19,20 @@
background: none; background: none;
background-image: none; background-image: none;
opacity: 1.0; opacity: 1.0;
text-shadow: none;
} }
.site .carousel-indicators {
bottom: -40px;
}
.site .carousel-indicators li {
border-radius: 3px;
}
.site h1 { font-size: 24px; }
.site h2 { font-size: 20px; }
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
* Site * Site
*/ */
@ -30,7 +42,6 @@
} }
.site { .site {
text-align: justify;
margin: 51px auto 2em; margin: 51px auto 2em;
line-height: 1.5em; line-height: 1.5em;
} }
@ -40,10 +51,19 @@
color: white; color: white;
} }
.site .banner table {
margin: 0 auto;
}
.site .banner table td { .site .banner table td {
padding-right: 50px; padding-right: 50px;
} }
.site .carousel-control i {
position: absolute;
top: 50%;
}
.footer { .footer {
font-size: 80%; font-size: 80%;
color: #666; color: #666;
@ -57,7 +77,6 @@
} }
.footer .contact a { .footer .contact a {
color: #8085C1;
} }
.footer .rss { .footer .rss {
@ -70,6 +89,10 @@
border: 0; border: 0;
} }
.site ol ol {
list-style-type: lower-alpha;
}
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
* Static pages * Static pages
*/ */

View file

@ -3,99 +3,93 @@ layout: default
title: Torque 3D title: Torque 3D
--- ---
<!--
-->
<div class="jumbotron banner"> <div class="jumbotron banner">
<div id="home-carousel" class="carousel slide" data-ride="carousel" data-interval="false"> <div id="home-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators --> <!-- Indicators -->
<ol class="carousel-indicators"> <ol class="carousel-indicators">
<li data-target="#home-carousel" data-slide-to="0" class="active"></li> <li data-target="#home-carousel" data-slide-to="0" class="active"></li>
<li data-target="#home-carousel" data-slide-to="1"></li> <li data-target="#home-carousel" data-slide-to="1"></li>
<li data-target="#home-carousel" data-slide-to="2"></li> <li data-target="#home-carousel" data-slide-to="2"></li>
</ol> </ol>
<!-- Wrapper for slides --> <!-- Wrapper for slides -->
<div class="carousel-inner"> <div class="carousel-inner">
<!-- Slides --> <!-- Slides -->
<div class="item active"> <div class="item active">
<div class="container"> <div class="container">
<table><tr> <table><tr>
<td> <td>
<img class="pull-left" src="/img/torque.png"></img> <img class="pull-left" src="/img/torque.png"></img>
</td> </td>
<td> <td>
<h1 class="title">{{site.name}}</h1> <h1 class="title">{{site.name}}</h1>
<p>The open-source game engine of the future.</p> <p>The open-source game engine of the future.</p>
</td> </td>
</tr></table> </tr></table>
</div>
</div>
<div class="item">
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
<p>The open-source game engine of the future.</p>
</td>
</tr></table>
</div>
</div>
<div class="item">
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
<p>The open-source game engine of the future.</p>
</td>
</tr></table>
</div>
</div> </div>
</div> </div>
<div class="item"> <!-- Controls -->
<div class="container"> <a class="left carousel-control" href="#home-carousel" data-slide="prev">
<table><tr> <i class="fa fa-arrow-left"></i>
<td> </a>
<img class="pull-left" src="/img/torque.png"></img> <a class="right carousel-control" href="#home-carousel" data-slide="next">
</td> <i class="fa fa-arrow-right"></i>
<td> </a>
<h1 class="title">{{site.name}}</h1>
<p>The open-source game engine of the future.</p>
</td>
</tr></table>
</div>
</div>
<div class="item">
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
<p>The open-source game engine of the future.</p>
</td>
</tr></table>
</div>
</div>
</div> </div>
<!-- Controls -->
<a class="left carousel-control" href="#home-carousel" data-slide="prev">
<i class="fa fa-arrow-left"></i>
</a>
<a class="right carousel-control" href="#home-carousel" data-slide="next">
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-4"> <div class="col-sm-4">
<h2>Gratis et libre</h2> <h2>Gratis et libre</h2>
<a href="/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Torque 3D is free as in speech <i>and</i> free as in beer. Under <p>Torque 3D is free as in speech <i>and</i> free as in beer. Under
the permissive MIT license, you can do what you want with the source the permissive MIT license, you can do what you want with the source
code!</p> code!</p>
<a href="/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<h2>Feature-rich</h2> <h2>Feature rich</h2>
<a href="/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Packed with features and easy-to-use editors, T3D has you covered <p>Packed with features and easy-to-use editors, T3D has you covered
even if you have no programming experience.</p> even if you have no programming experience.</p>
<a href="/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<h2>Always evolving</h2> <h2>Always evolving</h2>
<a href="/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Torque 3D is being actively developed by an enthusiastic community. <p>Torque 3D is being actively developed by an enthusiastic community.
Can you help out?</p> Can you help out?</p>
<a href="/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
</div> </div>
</div> </div>