This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -2,74 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Devjobs.io</title>
<title>Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="assets/js/handlebars.js"></script>
<link href="assets/css/styles.css" rel="stylesheet">
</head>
<body>
<header class="splash">
<div class="container">
<h1 class="home-h1">Devjobs. An honest job board.</h1>
<p class="home-p">Startups. Salaries. Remote Opportunities. Extensive Information.</p>
<div class="home-btn">
<a href="#">
Post a job for free
</a>
</div>
<p class="home-small-p">$99 for unlimited postings every 30 days</p>
<ul class="key">
<li class="dev">Developer</li>
<li class="design">Designer</li>
<li class="business">Business</li>
</ul>
</header>
</div>
<section id="job-print"></section>
<script id="job-source" type="text/x-handlebars-template">
{{#each jobPost}}
<div class="job-posting {{jobType}}">
<div class="container">
<div class="job-post-inner cf">
<h2 class="job-title">
<a href="{{jobLink}}">
{{jobName}}
</a>
</h2>
<div class="job-company {{jobColor}}">
{{jobCompany}}
</div>
<div class="job-date">
{{jobDate}}
</div>
<div class="job-location">
{{jobLocation}}
</div>
<div class="job-salary">
{{jobSalary}}
</div>
</div>
</div>
</div>
{{/each}}
</script>
<section class="subscribe">
<div class="container">
<h1 class="sub-h1">Subscribe to our weekly newsletter filled with new jobs</h1>
<form>
<input type="text" placeholder="Your Email">
<br />
<input type="submit">
</form>
</div>
</section>
<footer>
<div class="container">
<p>&copy; Devjobs.io 2014</p>
<p><a href="#">contact@devjobs.io</a></p>
</div>
</footer>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
test
</body>
</html>