<?php require 'header.php' ?> 
<section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h1 class="intro">Multimedia Studio</h1>
            <br>
        </article>
    </section>
</header>
<main>
    <section class="row">
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="ms_planet.php" title="Pluto planet animation rendered with Maya.">
                    <div class="col-md-4">
                        <img src="images/planet.png"  class="img-rounded img-responsive center-block" title="Planet thumbnail.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Planet Animation Video</h3>
                        <p>Planet animation video rendered with Maya, and edited with Adobe Premiere Pro.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="ms_personal_video.php" title="Personal video, Bristol on a sunny day.">
                <div class="col-md-4">
                    <img src="images/personal_video.png"  class="img-rounded img-responsive center-block" title="Personal video, Bristol on a sunny day.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">Personal Video</h3>
                    <p>Using captured footage to create a video sequence that includes music.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="ms_3d_island.php" title="3D Island with ocean and sky sphere, rendered with Maya.">
                <div class="col-md-4">
                    <img src="images/3d_island.png"  class="img-rounded img-responsive center-block" title="3D Island with ocean and sky sphere, rendered with Maya.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">3D Island Imagery</h3>
                    <p>3D Island with ocean and sky sphere, rendered with Maya.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="ms_music_production.php" title="Added a music, originally created with Pro Tools to a short movie sequence.">
                    <div class="col-md-4">
                        <img src="images/music_technology.png"  class="img-rounded img-responsive center-block" title="Added a music, originally created with Pro Tools to a short movie sequence.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Music Technology</h3>
                        <p>Added a music, originally created with Pro Tools to a short movie sequence.</p>
                </div>
                </a>
        </article>
    </section>
    <br>
    <?php require 'footer.php' ?>