matt-barker
7/24/2016 - 2:05 PM

Gist for task 1.9

Gist for task 1.9

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

    <title>Home | Matt Barker</title>

    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
    <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i" rel="stylesheet">
    <link rel="stylesheet" href="css/normalize.css">
    <link rel="stylesheet" href="css/styles.css">
   
    <!-- Custom styles for this template go here -->


    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>

  <body>
    <div class="container-custom">
    <div class="nav">
      <a href="index.html"><strong>Matt</strong>Barker</a>
      <ul>
        
        <li><a href="about.html">About</a></li>
        <li><a href="contact.html">Contact</a></li>
        <li><a href="#">Work</a></li>
        <li><a href="faq.html">FAQ</a></li>
      </ul>
    </div><!-- end nav -->
      </div>
    <div class="container container-carousel">
      <div id="carousel-example-generic" class="carousel slide hidden-xs" data-ride="carousel" >
        
        <!-- Indicators -->
        <ol class="carousel-indicators">
          <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
          <li data-target="#carousel-example-generic" data-slide-to="1"></li>
          <li data-target="#carousel-example-generic" data-slide-to="2"></li>
        </ol>

        <!-- Wrapper for slides -->
        <div class="carousel-inner" role="listbox">
          <div class="item active">
            <img src="img/carousel_01_optimised.jpg" alt="...">
            <div class="carousel-caption">
              <h2>Sheffield</h2>
              <p>Sheffield city centre</p>
            </div>
          </div>
          <div class="item">
            <img src="img/carousel_02_optimised.jpg" alt="...">
            <div class="carousel-caption">
              <h2>Ullswater</h2>
              <p>Ullswater in the lake district</p>
            </div>
          </div>
          <div class="item">
            <img src="img/carousel_03_optimised.jpg" alt="...">
            <div class="carousel-caption">
              <h2>Fuerteventura</h2>
              <p>Mountains in Fuerteventura</p>
            </div>
          </div>
        </div>

        <!-- Controls -->
        <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
          <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
          <span class="sr-only">Previous</span>
        </a>
        <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
          <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
          <span class="sr-only">Next</span>
        </a>
      </div><!-- end carousel -->

     </div>

    <div class="container container-goals">
      <!-- Example row of columns -->
      <div class="row">
        <div class="col-xs-12 col-md-4">
          <h2>Portfolio Concept</h2>
          <p>This portfolio site will ultimately become my home on the web as I develop my skills and experience.<br> I have some background in web development having put together a website for my current employer (a legal firm).</p>
          <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
        </div><!-- /col -->
        <div class="col-xs-12 col-md-4">
          <h2>Project Goals</h2>
          <p>I plan to commit at least 15 hours per week to this project with a view to having a fully functioning, responsive portfolio site up and running in the next month.</p>
          <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
       </div><!-- /col -->
        <div class="col-xs-12 col-md-4">
          <h2>Course Goals</h2>
          <p>My number 1 goal for this course is to switch careers.<br /> I plan on firstly getting hired as a junior developer in order to build experience and skill and ultimately become a freelance developer.<br>I currently work as a case management developer for a legal firm, which while it can be rewarding, is a very niche skill.<br> On learning web development, I will have a much more generic skillset that is applicable to a wide variety of jobs. </p>
          <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
        </div><!-- /col -->
      </div><!-- /row -->

      <hr>


    </div> <!-- /container -->
    
    <div class="container container-work">
      <div class="row" id="work">
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
        <div class="col-xs-12 col-sm-6 col-md-3">
          <img src="img/site_screenshot.png" class="img-responsive">
        </div>
      </div>
    
    </div>
  <!-- ============================= -->
  <!-- All your JavaScript comes now -->
  <!-- ============================= -->
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  <!-- Bootstrap core JS -->
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  <!-- Can place script tags with JavaScript files here -->

</body>
</html>