<?php require 'header.php'; ?>
<main>
    <section class="row">
        <article class="col-md-10 col-md-offset-1">
            <h5 id="course-title">BSc(Hons) Digital Media</h5>
            <h1 class="intro">Welcome to Year 2.</h1>
            <p>Studying in the second year <i>2016-2017</i> at <a href="http://www.uwe.ac.uk/" title="UWE" target="_blank">University of the West of England</a> in the Digital Media course, this is a personal portfolio documenting the work throughout all semesters. This space is dedicated to writting about the process of creating while executing small projects for multimedia and web oriented modules.</p>
        </article>
    </section>

    <section class="row">
        <article class="col-md-10 col-md-offset-1">
            <div class="col-md-6">
                <h3 class="title">About</h3>
                <p>This webspace showcases assigments that I've created at UWE.</p>
            </div>
            <div class="col-md-6">
                <h4><i>Course Progress</i></h4>
                <span>Year 1</span>
                <div class="progress">
                    <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
                        <span class="sr-only">Complete</span>
                    </div>
                </div>
                <span>Year 2</span>
                <div class="progress">
                    <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 60.3%">
                        <span class="sr-only">Advanced</span>
                    </div>
                </div>
                <span>Placement Year</span>
                <div class="progress">
                    <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
                        <span class="sr-only">Advanced</span>
                    </div>
                </div>
                <span>Year 3</span>
                <div class="progress">
                    <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
                        <span class="sr-only">Intermidiate knowledge.</span>
                    </div>
                </div>
            </div>
        </article>
    </section>
    <section class="row">
        <article class="col-md-10 col-md-offset-1">
            <div class="col-md-6">
                <h3 class="title">Say Hello,</h3>
                <p>If there are any issues with files or dead pages please get in touch.</p>
                <blockquote>
                    <ul>
                        <li>Email: <a href="mailto:cs.almeida@protonmail.ch" title="Send Cristiano an e-mail.">cs.almeida@protonmail.ch</a></li>
                        <li>Twitter: <a href="https://twitter.com/_csalmeida" title="Cristiano's twitter page.">@_csalmeida</a></li>
                    </ul>
                </blockquote>
            </div>
        </article>
    </section>
    <br>
</main>
<?php require 'footer.php' ?>
