Browse Source

Added Age of Decadence.

Daniel Buckmaster 11 năm trước cách đây
mục cha
commit
547852a4fe
6 tập tin đã thay đổi với 41 bổ sung20 xóa
  1. 38 20
      engine/index.html
  2. BIN
      img/aod-icon.jpg
  3. BIN
      img/banner32.jpg
  4. BIN
      img/banner33.jpg
  5. BIN
      img/banner34.jpg
  6. 3 0
      index.html

+ 38 - 20
engine/index.html

@@ -174,6 +174,26 @@ root: ..
             </div>
         </div>
 
+        <div class="media col-sm-6">
+            <a class="pull-left" href="http://www.irontowerstudio.com/">
+                <img class="made-with-torque" src="{{page.root}}/img/aod-icon.jpg" />
+            </a>
+            <div class="media-body">
+                <h4 class="media-heading"><a href="http://www.irontowerstudio.com/">Age of Decadence</a></h4>
+                <a class="media-subheading" href="http://www.irontowerstudio.com/">Iron Tower Studio</a>
+                <p>
+                Well, if you want a hardcore, heavy metal roleplaying experience
+                that challenges you, this is the ticket. Otherwise, take a pass.
+                The game is vicious, both in its lack of morality and its
+                merciless systems. If you want to be the hero of a story, run
+                and don’t look back. If you want to be Attia of the Julii or be
+                a power player, this is your RPG.
+                </p>
+            </div>
+        </div>
+    </div>
+
+    <div class="row">
         <div class="media col-sm-6">
             <a class="pull-left" href="http://www.deadlymatter.com/">
                 <img class="made-with-torque" src="{{page.root}}/img/deadly-matter-icon.jpg" />
@@ -190,6 +210,24 @@ root: ..
                 </p>
             </div>
         </div>
+
+        <div class="media col-sm-6">
+            <a class="pull-left" href="http://www.thecube.qut.edu.au/project/virtual-reef">
+                <img class="made-with-torque" src="{{page.root}}/img/the-reef-icon.jpg" />
+            </a>
+            <div class="media-body">
+                <h4 class="media-heading"><a href="http://www.thecube.qut.edu.au/project/virtual-reef">Virtual Reef</a></h4>
+                <a class="media-subheading" href="http://www.thecube.qut.edu.au/">The Cube</a>
+                <p>
+                The Virtual Reef is a life-sized marine ecosystem expanding across
+                two levels of the Science and Engineering Centre in Brisbane.
+                Multi-touch technologies enable the user to manipulate, intimately
+                explore and interact with the reef world, specific behaviours and
+                relationships.
+                </p>
+                <a href="http://joticarroll.github.io/Torque3D/">Get the source code</a>
+            </div>
+        </div>
     </div>
 
     <div class="row">
@@ -228,26 +266,6 @@ root: ..
             </div>
         </div>
     </div>
-
-    <div class="row">
-        <div class="media col-sm-6">
-            <a class="pull-left" href="http://www.thecube.qut.edu.au/project/virtual-reef">
-                <img class="made-with-torque" src="{{page.root}}/img/the-reef-icon.jpg" />
-            </a>
-            <div class="media-body">
-                <h4 class="media-heading"><a href="http://www.thecube.qut.edu.au/project/virtual-reef">Virtual Reef</a></h4>
-                <a class="media-subheading" href="http://www.thecube.qut.edu.au/">The Cube</a>
-                <p>
-                The Virtual Reef is a life-sized marine ecosystem expanding across
-                two levels of the Science and Engineering Centre in Brisbane.
-                Multi-touch technologies enable the user to manipulate, intimately
-                explore and interact with the reef world, specific behaviours and
-                relationships.
-                </p>
-                <a href="http://joticarroll.github.io/Torque3D/">Get the source code</a>
-            </div>
-        </div>
-    </div>
 </div>
 
 <div class="banner"><div class="container">

BIN
img/aod-icon.jpg


BIN
img/banner32.jpg


BIN
img/banner33.jpg


BIN
img/banner34.jpg


+ 3 - 0
index.html

@@ -149,6 +149,9 @@ $(document).ready(function() {
     29: 'Dark Horizons: Mechanized Corps by Max Gaming Technologies',
     30: 'Dark Horizons: Mechanized Corps by Max Gaming Technologies',
     31: 'Dark Horizons: Mechanized Corps by Max Gaming Technologies',
+    32: 'Age of Decadence by Iron Tower Studio',
+    33: 'Age of Decadence by Iron Tower Studio',
+    34: 'Age of Decadence by Iron Tower Studio',
   };
 
   function shuffle(o) {