<?php require 'header.php' ?>
<section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h1 class="intro">3D Technologies for the Web</h1>
            <br>
        </article>
    </section>
</header>
<main>
    <section class="row">

        <article class="col-md-6 col-md-offset-3 projects">
            <a href="3dtw/unity_island/index.html" title="Pluto planet animation rendered with Maya.">
                    <div class="col-md-4">
                        <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Island Environment</h3>
                        <p>This is a test enviroment build with Unity running on WebGL.</p>
                </div>
                </a>
        </article>

		  <article class="col-md-6 col-md-offset-3 projects">
            <a href="3dtw/physics_wall/index.html" title="Pluto planet animation rendered with Maya.">
                    <div class="col-md-4">
                        <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Physics Wall</h3>
                        <p>Cannon shoots a cube wall by pressing spacebar.</p>
                </div>
                </a>
        </article>

        <article class="col-md-6 col-md-offset-3 projects">
              <a href="3dtw/third_person/index.html" title="Pluto planet animation rendered with Maya.">
                      <div class="col-md-4">
                          <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                      </div>
                      <div class="col-md-8">
                          <h3 class="title">Third Person Controller</h3>
                          <p>Allows the controll of a character, camera follows.</p>
                  </div>
                  </a>
          </article>

          <article class="col-md-6 col-md-offset-3 projects">
                <a href="3dtw/third_person_transporter/index.html" title="Pluto planet animation rendered with Maya.">
                        <div class="col-md-4">
                            <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                        </div>
                        <div class="col-md-8">
                            <h3 class="title">Transporter</h3>
                            <p>Respawns character using a teleporter.</p>
                    </div>
                    </a>
            </article>

            <article class="col-md-6 col-md-offset-3 projects">
                  <a href="3dtw/maze/index.html" title="Pluto planet animation rendered with Maya.">
                          <div class="col-md-4">
                              <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                          </div>
                          <div class="col-md-8">
                              <h3 class="title">Lerpz Maze</h3>
                              <p>Go into the maze, get the CODE device and fix your ship.</p>
                      </div>
                      </a>
              </article>
        
                        <article class="col-md-6 col-md-offset-3 projects">
                  <a href="3dtw_maze_dev.php" title="Pluto planet animation rendered with Maya.">
                          <div class="col-md-4">
                              <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                          </div>
                          <div class="col-md-8">
                              <h3 class="title">Maze Development Document</h3>
                              <p>Describes game development stages of the project.</p>
                      </div>
                      </a>
              </article>
    </section>
    <br>
    <?php require 'footer.php' ?>
