<?php require 'header.php' ?> 
<section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h1 class="intro">Web Design Studio</h1>
            <br>
        </article>
    </section>
</header>
<main>
    <section class="row">
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="wds_app_furnace.php" title="App Furnace, online app creation tool.">
                    <div class="col-md-4">
                        <img src="images/appfurnace2.png"  class="img-rounded img-responsive center-block" title="App Furnace, online app creation tool.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">App Furnace</h3>
                        <p>An online, mobile app development tool and the design process used when creating a simple application.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="wds_portfolio_implementation.php" title="Portfolio Implementation">
                <div class="col-md-4">
                    <img src="images/portfolio_implementation.png"  class="img-rounded img-responsive center-block" title="Portfolio Implementation.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">Portfolio Implementation</h3>
                    <p>Implementing online portfolio with HOTGLUE.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="wds_portfolio_design.php" title="Portfolio Design Exercise">
                <div class="col-md-4">
                    <img src="images/portfolio_design.png"  class="img-rounded img-responsive center-block" title="Portfolio Design Website.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">Portfolio Design Exercise</h3>
                    <p>Documentation of the design process for this website.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="wds_processing.php" title="Processing a flexible programing language.">
                    <div class="col-md-4">
                        <img src="images/Processing_Logo_Clipped.svg.png"  class="img-rounded img-responsive center-block" title="Processing programming language logo.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Processing</h3>
                        <p>A flexible software sketchbook and a language for learning how to code within the context of the visual arts.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="wds_hotglue.php" title="HOTGLUE, a content manipulation system.">
                <div class="col-md-4">
                    <img src="images/hotglue.png"  class="img-rounded img-responsive center-block" title="Hotglue content manipulation system logo.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">HOTGLUE</h3>
                    <p>A content manipulation system that allows the contruction of websites directly in a web-browser. HOTGLUE is a visual tool for making web pages.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
                <a href="wds_reading.php" title="Reading boring papers.">
                <div class="col-md-4">
                    <img src="images/Reading-Icon.png"  class="img-rounded img-responsive center-block" title="Reading boring papers.">
                </div>
                <div class="col-md-8">
                    <h3 class="title">Reading</h3>
                    <p>Feedback regarding research papers and reading task.</p>
                </div>
                </a>
        </article>
    </section>
    <br>
    <?php require 'footer.php' ?>