Browse Source

Did some 'final' clean up.

Daniel Buckmaster 11 years ago
parent
commit
82b3569084
5 changed files with 57 additions and 60 deletions
  1. 5 2
      _layouts/default.html
  2. 26 36
      contribute/index.html
  3. 10 6
      css/main.css
  4. 8 8
      index.html
  5. 8 8
      start/index.html

+ 5 - 2
_layouts/default.html

@@ -67,10 +67,9 @@
                                 <a href="{{page.root}}/contribute" class="dropdown-toggle" data-toggle="dropdown">Contribute<i class="fa fa-angle-down"></i></a>
                                 <ul class="dropdown-menu">
                                     <li><a href="{{page.root}}/contribute#get-the-source-code">Get the source code</a></li>
-                                    <li><a href="{{page.root}}/contribute#report-issues">Report issues</a></li>
                                     <li><a href="{{page.root}}/contribute#pull-request-guide">Pull-request guide</a></li>
                                     <li><a href="{{page.root}}/contribute#version-policy">Version policy</a></li>
-                                    <li><a href="{{page.root}}/contribute#request-features">Request features</a></li>
+                                    <li><a href="{{page.root}}/contribute#issues-and-requests">Issues and feature requests</a></li>
                                 </ul>
                             </li>
 
@@ -96,6 +95,10 @@
                                 <td>or at home</td>
                                 <td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
                             </tr>
+                            <tr>
+                                <td>design by</td>
+                                <td><a href="https://github.com/eightyeight">eightyeight</a></td>
+                            </tr>
                         </table>
                     </div>
 

+ 26 - 36
contribute/index.html

@@ -11,9 +11,6 @@ root: ..
 <div class="container">
     <p>
     Torque 3D's source code lives at <a href="https://github.com/GarageGames/Torque3D">GarageGames/Torque3D</a>.
-    </p>
-
-    <p>
     To clone a copy of the source code, you will need a <a href="http://git-scm.com/">git</a>
     client. We recommend the <a href="http://git-scm.com/downloads">official client</a>. Once you
     have installed Git, you should follow
@@ -30,30 +27,6 @@ root: ..
     </p>
 </div>
 
-<div class="banner"><div class="container">
-    <h2 id="report-issues">Report issues</h2>
-</div></div>
-
-<div class="container">
-    <p>
-    If you find a bug in the engine that you're sure you didn't cause (don't
-    worry, we cause bugs all the time ourselves!), please use the
-    <a href="https://github.com/GarageGames/Torque3D/issues">GitHub issue tracker</a>
-    to let us know. Please have a bit of a look at recent issues before you
-    do, in case someone has already noticed the same problem. And remember to
-    provide the following information:
-    </p>
-
-    <ul>
-        <li>Your platform and compiler version</li>
-
-        <li>A description of what currently happens, and what <em>should</em> or
-        should not happen.</li>
-
-        <li><b>Steps to reproduce the bug.</b></li>
-    </ul>
-</div>
-
 <div class="banner"><div class="container">
     <h2 id="pull-request-guide">Pull-request guide</h2>
 </div></div>
@@ -68,6 +41,9 @@ root: ..
     old, slow, or ugly code. Pull requests are the way that code gets reviewed
     before it's accepted into the engine - even code that we, the Steering Committee,
     write ourselves.
+    For a technical tutorial on how to submit a pull request, check out
+    <a href="https://github.com/GarageGames/Torque3D/wiki/How-To:--Submit-A-Pull-Request">this page in our wiki</a>, or
+    <a href="https://help.github.com/articles/using-pull-requests">this tutorial by GitHub</a>.
     </p>
 
     <p>
@@ -77,12 +53,6 @@ root: ..
     cases.
     </p>
 
-    <p>
-    For a technical tutorial on how to submit a pull request, check out
-    <a href="https://github.com/GarageGames/Torque3D/wiki/How-To:--Submit-A-Pull-Request">this page in our wiki</a>, or
-    <a href="https://help.github.com/articles/using-pull-requests">this tutorial by GitHub</a>.
-    </p>
-
     <h3>Pull request rules</h3>
     <p>
     Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention!
@@ -182,10 +152,10 @@ root: ..
 
     <p class="alert alert-warning">
     Note that this new versioning policy is different to the one adopted by the first
-    Steering Committee, and applies only to engine versions 3.5.2 and above.
+    and second Steering Committees, and applies only to engine versions 3.5.2 and above.
     </p>
 
-    <table class="table">
+    <table class="borderless versioning table">
         <tr>
             <td><b>X</b><br/>Major version number</td>
             <td>The major version number denotes a single version of our <em>client-facing</em>
@@ -210,10 +180,30 @@ root: ..
 </div>
 
 <div class="banner"><div class="container">
-    <h2 id="request-features">Request features</h2>
+    <h2 id="issues-and-requests">Issues and feature requests</h2>
 </div></div>
 
 <div class="container">
+    <h3>Reporting a bug</h3>
+    <p>
+    If you find a bug in the engine that you're sure you didn't cause (don't
+    worry, we cause bugs all the time ourselves!), please use the
+    <a href="https://github.com/GarageGames/Torque3D/issues">GitHub issue tracker</a>
+    to let us know. Please have a bit of a look at recent issues before you
+    do, in case someone has already noticed the same problem. And remember to
+    provide the following information:
+    </p>
+
+    <ul>
+        <li>Your platform and compiler version</li>
+
+        <li>A description of what currently happens, and what <em>should</em> or
+        should not happen.</li>
+
+        <li><b>Steps to reproduce the bug.</b></li>
+    </ul>
+
+    <h3>Requesting a new feature</h3>
     <p>
     We use a <a href="http://garagegames.uservoice.com/">UserVoice</a> forum to monitor
     feature requests from users. Before making a forum post or starting a new request,

+ 10 - 6
css/main.css

@@ -26,11 +26,6 @@ body {
   text-align: right;
 }
 
-td.wide {
-  min-width: 10em;
-  font-weight: bold;
-}
-
 .container {
   max-width: 760px!important;
 }
@@ -169,12 +164,21 @@ img.history {
   margin: 1em;
 }
 
-table.history tr td:nth-child(1) {
+table.history tr td:first-child {
   font-weight: bold;
   width: 4em;
   display: inline-block;
 }
 
+table.download tr td:first-child {
+  min-width: 10em;
+  font-weight: bold;
+}
+
+table.versioning tr td:first-child {
+  min-width: 8em;
+}
+
 /*-----------------------------------------------------------------------------
  * Posts
  */

+ 8 - 8
index.html

@@ -21,21 +21,21 @@ root: .
 <div class="container">
     <div class="row">
         <div class="col-sm-4">
-            <h3>Gratis et libre</h3>
+            <h3>Proven</h3>
             <p>
-            When you get Torque, you get everything. Under the permissive MIT
-            open-source license, you can do what you want with the source code.
+            Torque has been around for a while, and it's been used for everything
+            from interactive coral reefs to MMOs to driving simulators.
             </p>
-            <a href="{{page.root}}/start">Download it now <i class="fa fa-angle-right"></i></a>
+            <a href="{{page.root}}/engine">Games made with Torque <i class="fa fa-angle-right"></i></a>
         </div>
 
         <div class="col-sm-4">
-            <h3>Proven</h3>
+            <h3>Gratis et libre</h3>
             <p>
-            Torque has been around for a while, and it's been used for everything
-            from interactive coral reefs to MMOs to driving simulators.
+            When you get Torque, you get everything. Under the permissive MIT
+            open-source license, you can do what you want with the source code.
             </p>
-            <a href="{{page.root}}/engine">Games made with Torque <i class="fa fa-angle-right"></i></a>
+            <a href="{{page.root}}/start">Download it now <i class="fa fa-angle-right"></i></a>
         </div>
 
         <div class="col-sm-4">

+ 8 - 8
start/index.html

@@ -30,23 +30,23 @@ root: ..
 
     <div class="tab-content">
         <div class="tab-pane active" id="windows-tab">
-            <table class="borderless table">
+            <table class="borderless download table">
                 <tr>
-                    <td class="wide">Current version</td>
+                    <td>Current version</td>
                     <td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
                     <br />
                     <a href="http://mit.garagegames.com/T3DProjectManager-2-1.zip">Project Manager 2.1</a></td>
                 </tr>
 
                 <tr>
-                    <td class="wide">Previous version</td>
+                    <td>Previous version</td>
                     <td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
                     <br />
                     <a href="http://mit.garagegames.com/T3DProjectManager-2-0.zip">Project Manager 2.0</a></td>
                 </tr>
 
                 <tr>
-                    <td class="wide">Tools</td>
+                    <td>Tools</td>
                     <td>
                     Torque is currently compatible with Microsoft Visual Studio
                     <a href="http://www.microsoft.com/en-us/download/details.aspx?id=7873">2008</a>,
@@ -60,19 +60,19 @@ root: ..
         </div>
 
         <div class="tab-pane" id="linux-tab">
-            <table class="borderless table">
+            <table class="borderless download table">
                 <tr>
-                    <td class="wide">Current version</td>
+                    <td>Current version</td>
                     <td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
                 </tr>
 
                 <tr>
-                    <td class="wide">Previous version</td>
+                    <td>Previous version</td>
                     <td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
                 </tr>
 
                 <tr>
-                    <td class="wide">Tools</td>
+                    <td>Tools</td>
                     <td>
                     The requirements vary depending on your distribution. Under
                     Ubuntu, the following packages must be installed: