mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 23:05:38 +00:00
Worked on stuff.
This commit is contained in:
parent
7b1fef1286
commit
0aa539acd4
4 changed files with 90 additions and 72 deletions
128
index.html
128
index.html
|
|
@ -3,99 +3,93 @@ layout: default
|
|||
title: Torque 3D
|
||||
---
|
||||
|
||||
<!--
|
||||
-->
|
||||
|
||||
<div class="jumbotron banner">
|
||||
<div id="home-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
|
||||
<!-- 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="1"></li>
|
||||
<li data-target="#home-carousel" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<div id="home-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
|
||||
<!-- 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="1"></li>
|
||||
<li data-target="#home-carousel" data-slide-to="2"></li>
|
||||
</ol>
|
||||
|
||||
<!-- Wrapper for slides -->
|
||||
<div class="carousel-inner">
|
||||
<!-- Slides -->
|
||||
<div class="item active">
|
||||
<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>
|
||||
<!-- Wrapper for slides -->
|
||||
<div class="carousel-inner">
|
||||
<!-- Slides -->
|
||||
<div class="item active">
|
||||
<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 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 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>
|
||||
<!-- 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>
|
||||
|
||||
<!-- 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 class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<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
|
||||
the permissive MIT license, you can do what you want with the source
|
||||
code!</p>
|
||||
<a href="/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<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>
|
||||
<h2>Feature rich</h2>
|
||||
<p>Packed with features and easy-to-use editors, T3D has you covered
|
||||
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 class="col-sm-4">
|
||||
<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.
|
||||
Can you help out?</p>
|
||||
<a href="/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue