<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Joshua Blackwood</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">

    <!-- Le styles -->
    <link href="/assets/stylesheets/css/bootstrap.css" rel="stylesheet">
    <link href="/assets/stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
    <link href="/assets/stylesheets/css/screen.css" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="/assets/js/html5shiv.js"></script>
    <![endif]-->

  </head>

  <body>

    <div class="container">

      <!-- <div class="masthead">
        <h3><a href="/" class="muted">Joshua Blackwood</a></h3>
        <div class="navbar">
          	<div class="navbar-inner">
            	<div class="container">
              		<ul class="nav">
	  					
						<li><a href="/index.html">Joshua Blackwood</a></li>
						
						<li><a href="/portfolio/index.html">Portfolio</a></li>
						
					</ul>
            	</div>
          	</div>
        </div><!-- /.navbar -->
      <!-- </div> --> 

		<!-- Jumbotron -->
      <div class="jumbotron">
        <h1>Hi, I'm Josh</h1>
        <p class="lead">I'm a front-end web developer and photographer with over five years of experience. I also enjoy writing, editing, community management, continuing to learn jQuery, and odd haiku written on origami creatures.</p>
        <a class="btn btn-large btn-success" href="#">Need a website? I can help.</a>
      </div>

      <hr>

      <!-- Example row of columns -->
      <div class="row-fluid">
        <div class="span4">
          <h3>Front-end Development</h3>
          <p>I am at heart a front-end developer, which means I love to take a design that you provide, code it in HTML and CSS, integrate any required dynamic elements, and deliver a fully functional website that is fast-loading, standards-compliant, and simply elegant.</p>
          <p><a class="btn" href="#">Get started &raquo;</a></p>
        </div>
        <div class="span4">
          <h3>WordPress</h3>
          <p>I can also design and develop your website with WordPress, a popular content management platform. From the initial design, to coding a complete, functional WordPress theme, to installing the best plugins to get you up and going, I can do it all.</p>
          <p><a class="btn" href="#">Get building &raquo;</a></p>
       </div>
        <div class="span4">
          <h3>Email Design</h3>
          <p>Are you interested in starting an email campaign, but don’t know where to start? I can get you started with a great-looking design and turn it into a functioning template for the email marketing software of your choice.</p>
          <p><a class="btn" href="#">Get marketing &raquo;</a></p>
        </div>
    </div> <!-- /container -->

      
    </div>

      <hr>

      <div class="footer">
        <div class="container">
          <p>&copy; Joshua Blackwood 2015</p>
        </div>
      </div>

    <!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <script src="/assets/js/bootstrap-transition.js"></script>
    <script src="/assets/js/bootstrap-alert.js"></script>
    <script src="/assets/js/bootstrap-modal.js"></script>
    <script src="/assets/js/bootstrap-dropdown.js"></script>
    <script src="/assets/js/bootstrap-scrollspy.js"></script>
    <script src="/assets/js/bootstrap-tab.js"></script>
    <script src="/assets/js/bootstrap-tooltip.js"></script>
    <script src="/assets/js/bootstrap-popover.js"></script>
    <script src="/assets/js/bootstrap-button.js"></script>
    <script src="/assets/js/bootstrap-collapse.js"></script>
    <script src="/assets/js/bootstrap-carousel.js"></script>
    <script src="/assets/js/bootstrap-typeahead.js"></script>

  </body>
</html>

