<?php require 'header.php' ?> 
<section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h1 class="intro">Introduction to Web Platforms</h1>
            <br>
        </article>
    </section>
</header>
<main>
    <section class="row">
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="itwpassignment/index.html" title="Favorite Holiday Destination Website assignment." target="_blank">
                    <div class="col-md-4">
                        <img src="images/holiday_website.png"  class="img-rounded img-responsive center-block" title="Favorite Holiday Destination Website assignment.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">Favorite Holiday Destination Website</h3>
                        <p>Creation of a website usign html/css, adding a form and validating code.</p>
                </div>
                </a>
        </article>
        
        <article class="col-md-6 col-md-offset-3 projects">
            <a href="itwpassignment2/index.html" title="One day film festival assignment." target="_blank">
                    <div class="col-md-4">
                        <img src="images/pigstrip.gif"  class="img-rounded img-responsive center-block" title="Favorite Holiday Destination Website assignment.">
                    </div>
                    <div class="col-md-8">
                        <h3 class="title">One Day Film Festival Website</h3>
                        <p>Creation of a website usign html/css, Ajax calls, php and MySQL.</p>
                </div>
                </a>
        </article>
    </section>
    <br>
    <?php require 'footer.php' ?>