<?php require 'header.php'; ?>
<main>
    <section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h1 class="intro">3D Island Imagery</h1>
            <br>
        </article>
    </section>
    
    <section class="row">
        <article class="col-md-10 col-md-offset-1">
            <div class="col-md-10 col-md-offset-1">
                
                 <figure class="img-thumbnail center-block">
                    <img src="images/island_scene_one.png" class="img-responsive center-block" title="3D Island with sky sphere and ocean rendered in Maya.">
                    <figcaption><i><b>Figure 1. 3D Island with sky sphere and ocean rendered in Maya.</b></i></figcaption>
                </figure>
                <br>
                <figure class="img-thumbnail center-block">
                    <img src="images/island_scene_two.png" class="img-responsive center-block" title="3D Island with sky sphere and ocean rendered in Maya.">
                    <figcaption><i><b>Figure 2. 3D Island with sky sphere and ocean rendered in Maya.</b></i></figcaption>
                </figure>
                <br>
                <figure class="img-thumbnail center-block">
                    <img src="images/island_scene_three.png" class="img-responsive center-block" title="3D Island with sky sphere and ocean rendered in Maya.">
                    <figcaption><i><b>Figure 3. 3D Island with sky sphere and ocean rendered in Maya.</b></i></figcaption>
                </figure>
                
<h3>Also see</h3>
<p><a href="ms_planet.php">Planet Animation Video</a></p>
<p><a href="ms_personal_video.php">Personal Video</a></p>
<p><a href="ms_music_production.php">Creatures 3D Animation Soundtrack</a></p>
            </div>
        </article>
    </section>

    <br>
</main>
<?php require 'footer.php' ?>