-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SEM.js</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/normalize.css" id="theme">
<link rel="stylesheet" href="css/skeleton.css" id="theme">
<link rel="stylesheet" href="css/semjs.css" id="theme">
</head>
<div class="container">
<div class="row">
<div class="twelve columns">
<div class="jobs-title">
<h1>SEM.js Jobs</h1>
</div>
<div class="jobs-sponsored">
<h3>Sponsored Companies</h3>
<div class="job-container">
<h5>Nutshell</h5>
<script src="https://www.truejob.com/widget.js?company=nutshell&theme=semjs" async></script>
</div>
<div class="job-container">
<h5>Barracuda Networks</h5>
<script src="https://www.truejob.com/widget.js?company=barracuda-networks&theme=semjs" async></script>
</div>
</div>
<div class="jobs-general">
<h3>Ann Arbor Jobs</h3>
<div class="job-container">
<script src="https://www.truejob.com/widget.js?location=ann-arbor&theme=semjs" async></script>
</div>
</div>
</div>
</div>
</div>
</body>
</html>