Index: pages/jobs/index.tmpl |
=================================================================== |
--- a/pages/jobs/index.tmpl |
+++ b/pages/jobs/index.tmpl |
@@ -1,10 +1,10 @@ |
-title=Working at Eyeo |
-description=We believe in doing things differently and we're looking for creative, independent thinkers to join our team. Work remotely or from our offices in Berlin and Cologne. |
+title=Jobs |
+description=We believe in doing things differently. We're looking for creative, independent thinkers to join our team. Work remotely or from our offices in Berlin, Cologne and Malmö. |
<head> |
<link rel="stylesheet" href="/css/jquery.lightbox.css" type="text/css" media="screen"> |
<style> |
.image-gallery a |
{ |
display: inline-block; |
overflow: hidden; |
@@ -37,28 +37,33 @@ |
<? include jobs/header ?> |
<div id="jobs-overview"> |
<? include jobs/overview ?> |
<div id="tabs-details"> |
<ul> |
- <li><a href="#why">Why work with us?</a></li> |
- <li><a href="#benefits">Employee perks</a></li> |
- <li><a href="#office">Our offices</a></li> |
+ <li><a href="#why-work-with-us">Why work with us?</a></li> |
+ <li><a href="#employee-perks">Employee perks</a></li> |
+ <li><a href="#our-offices">Our offices</a></li> |
+ <li><a href="#recruitment-process">Recruitment process</a></li> |
</ul> |
- <div id="why"> |
- <? include jobs/why ?> |
+ <div id="why-work-with-us"> |
+ <? include jobs/why-work-with-us ?> |
</div> |
- <div id="benefits"> |
- <? include jobs/benefits ?> |
+ <div id="employee-perks"> |
+ <? include jobs/employee-perks ?> |
</div> |
- <div id="office"> |
- <? include jobs/office ?> |
+ <div id="our-offices"> |
+ <? include jobs/our-offices ?> |
</div> |
- </div> |
+ |
+ <div id="recruitment-process"> |
+ <? include jobs/recruitment-process ?> |
+ </div> |
+</div> |
</div> |
<? include jobs/footer ?> |