| 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; | 
| @@ -40,25 +40,30 @@ | 
| <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="#recruitment">Recruitment process</a></li> | 
| </ul> | 
|  | 
| <div id="why"> | 
| <? include jobs/why ?> | 
| </div> | 
|  | 
| <div id="benefits"> | 
| <? include jobs/benefits ?> | 
| </div> | 
|  | 
| <div id="office"> | 
| <? include jobs/office ?> | 
| </div> | 
| -  </div> | 
| + | 
| +    <div id="recruitment"> | 
| +      <? include jobs/recruitment ?> | 
| +    </div> | 
| +</div> | 
| </div> | 
|  | 
| <? include jobs/footer ?> | 
|  |