Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit 18d10a6

Browse files
author
Mark Durrant
committed
add recruitee code for jobs page
1 parent e7f4548 commit 18d10a6

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

dist/img/pc-logo-1080-300.png

5.83 KB
Loading

dist/jobs.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,17 @@
8080
<h1 class="jobs-page-title call-out">Join us</h1>
8181
<p class="jobs-page-intro">We are looking for talented people passionate about creating outstanding software. Come join the team!</p>
8282
</div>
83-
<ul class="jobs-list">
84-
<li class="jobs-item">
85-
<a href="https://careers.stackoverflow.com/jobs/80058/full-stack-javascript-developer-pebble-code">
86-
<h3>Full-stack JavaScript Developer</h3>
87-
</a>
88-
</li>
89-
<li class="jobs-item">
90-
<a href="http://pebblecode.com/designer/">
91-
<h3>Designer</h3>
92-
</a>
93-
</li>
94-
</ul>
83+
84+
<link href='https://recruitee.com/assets/widget.css' media='screen' rel='stylesheet' />
85+
<script src='https://recruitee.com/assets/widget.js' type='text/javascript'></script>
86+
<script type='text/javascript' charset='utf-8'>
87+
RT.jQuery(document).ready(function() {
88+
RT.recruitee.init({company: 418, language: "en"});
89+
RT.recruitee.renderOffers("#recruitee-offers");
90+
});
91+
</script>
92+
<div id="recruitee-offers" style="text-align: center; margin-top: 40px;"></div>
93+
9594
</div>
9695
<footer class="site-footer">
9796
<ul>

0 commit comments

Comments
 (0)