<!DOCTYPE html>

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js no-touch" lang="en"> <!--<![endif]-->
<head>
  <meta charset="utf-8" />

  <!-- Set the viewport width to device width for mobile -->
  <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  <meta name="viewport" content="width=device-width" />
  

  <title>I28 Media</title>
  
  <!-- Included CSS Files (Uncompressed) -->
  <!--
  <link rel="stylesheet" href="stylesheets/foundation.css">
  -->
  
  <!-- Included CSS Files (Compressed) -->
  <link rel="stylesheet" href="stylesheets/foundation.css">
  <link rel="stylesheet" href="stylesheets/app.css">
  <link rel="stylesheet" href="stylesheets/font-awesome.min.css">
  <link rel="stylesheet" href="stylesheets/tooltipster.css">
  <link rel="stylesheet" href="stylesheets/style.css">
  <!--[if IE 8]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
<![endif]-->

  <script src="javascripts/modernizr.foundation.js"></script>
  <link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>

</head>
<body>
  <div class="row">
    <div class="twelve columns" id="main-container">

    	<section class="row" id="home">
    
    			<div class="five columns home-left">
    				<div id="home-photo"><img src="images/ilari.png" /></div>
    			</div>
    			
    			<div class="seven columns home-right">
    				<div id="home-text">
						<div id="home-social-container">
							<ul id="home-social">
								<li><a target="_blank" href="https://twitter.com/ilarii"><i class="icon-twitter"></i></a></li>
								<li><a target="_blank" href="http://www.linkedin.com/in/ilarimakela"><i class="icon-linkedin"></i></a></li>
							</ul>
						</div>
    					<h3 class="bold" >ILARI MÄKELÄ</h3>
    					<h4 >Consultant</h4>
    					<hr class="highlight-hr" />
    					<h5 class="text-left"><i class="icon-envelope">&nbsp;</i>ilari@i28.fi</h5>
    					<h5 class="text-left"><i class="icon-phone">&nbsp;</i>+358 40 732 9899</h5>
    				</div>
    				
    			</div>
    		
    		
    	</section><!-- end of Home -->
    	  
		 	
   <section class="row divider text-center">
    	    <h1 class="icon-comment"></i><br />
    	    <h3>
    	      Talented and enthusiastic on Open Source web development. Working in agile, transparent and human friendly way.
    	    </h3>
    	</section>
  	
  	</div>
  </div><!-- end of Main Container -->
  

  
  <!-- Included JS Files (Compressed) -->
  <script src="javascripts/foundation.min.js"></script>
  
  <!-- Initialize JS Plugins -->
  <script src="javascripts/app.js"></script>
  <script src="javascripts/scripts.js"></script>
  <script src="javascripts/jquery.tooltipster.js"></script>
    <script>
    $(window).load(function(){
      $("#featured").orbit({
      	directionalNav: false,
      });
      
      $("#project-1-slideshow").orbit({
      	directionalNav: false,
      });
      
    });
    </script>
  
</body>
</html>
