| OLD | NEW | 
|---|
| 1 title=Working at Eyeo | 1 title=Jobs | 
| 2 description=We believe in doing things differently and we're looking for creativ
    e, independent thinkers to join our team. Work remotely or from our offices in B
    erlin and Cologne. | 2 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 Berl
    in, Cologne and Malmö. | 
| 3 | 3 | 
| 4 <head> | 4 <head> | 
| 5   <link rel="stylesheet" href="/css/jquery.lightbox.css" type="text/css" media="
    screen"> | 5   <link rel="stylesheet" href="/css/jquery.lightbox.css" type="text/css" media="
    screen"> | 
| 6   <style> | 6   <style> | 
| 7     .image-gallery a | 7     .image-gallery a | 
| 8     { | 8     { | 
| 9       display: inline-block; | 9       display: inline-block; | 
| 10       overflow: hidden; | 10       overflow: hidden; | 
| 11       max-width: 150px; | 11       max-width: 150px; | 
| 12     } | 12     } | 
| (...skipping 25 matching lines...) Expand all  Loading... | 
| 38 <? include jobs/header ?> | 38 <? include jobs/header ?> | 
| 39 | 39 | 
| 40 <div id="jobs-overview"> | 40 <div id="jobs-overview"> | 
| 41   <? include jobs/overview ?> | 41   <? include jobs/overview ?> | 
| 42 | 42 | 
| 43   <div id="tabs-details"> | 43   <div id="tabs-details"> | 
| 44     <ul> | 44     <ul> | 
| 45       <li><a href="#why">Why work with us?</a></li> | 45       <li><a href="#why">Why work with us?</a></li> | 
| 46       <li><a href="#benefits">Employee perks</a></li> | 46       <li><a href="#benefits">Employee perks</a></li> | 
| 47       <li><a href="#office">Our offices</a></li> | 47       <li><a href="#office">Our offices</a></li> | 
|  | 48       <li><a href="#recruitment">Recruitment process</a></li> | 
| 48     </ul> | 49     </ul> | 
| 49 | 50 | 
| 50     <div id="why"> | 51     <div id="why"> | 
| 51       <? include jobs/why ?> | 52       <? include jobs/why ?> | 
| 52     </div> | 53     </div> | 
| 53 | 54 | 
| 54     <div id="benefits"> | 55     <div id="benefits"> | 
| 55       <? include jobs/benefits ?> | 56       <? include jobs/benefits ?> | 
| 56     </div> | 57     </div> | 
| 57 | 58 | 
| 58     <div id="office"> | 59     <div id="office"> | 
| 59       <? include jobs/office ?> | 60       <? include jobs/office ?> | 
| 60     </div> | 61     </div> | 
| 61   </div> | 62 | 
|  | 63     <div id="recruitment"> | 
|  | 64       <? include jobs/recruitment ?> | 
|  | 65     </div> | 
|  | 66 </div> | 
| 62 </div> | 67 </div> | 
| 63 | 68 | 
| 64 <? include jobs/footer ?> | 69 <? include jobs/footer ?> | 
| OLD | NEW | 
|---|