-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathjobs.html
More file actions
34 lines (31 loc) · 979 Bytes
/
jobs.html
File metadata and controls
34 lines (31 loc) · 979 Bytes
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
---
title: OpenRasta - Jobs
layout: basic
---
<h1>Jobs</h1>
<p>
<div id="inqob_job_postings"></div>
<script type="text/javascript" charset="utf-8">
var __inqob_settings = {
email_address: 'seb@serialseb.com',
token: '',
debug: false,
items: [{
keyword: 'openrasta',
price: '100'
}]
};
(function(is) {
var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
var src = (document.location.protocol == 'https:' ? 'https://' : 'http://') + 'inqob.com/get/script';
var q = [];
q.push('?t='+ new Date().getTime());
q.push('token=' + is.token);
q.push('email_address=' + is.email_address);
q.push('href=' + encodeURIComponent(window.location.href));
sc.src = src + q.join('&');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(sc, s);
})(__inqob_settings);
</script>
</p>