Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/jobs/index.tmpl

Issue 29487683: Issue 5221 - Updated jobs page text on eyeo.com (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Addressed Ire's comments Created July 14, 2017, 10:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/jobs/why-work-with-us.md ('k') | static/css/styles.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 22 matching lines...) Expand all
35 </script> 35 </script>
36 </head> 36 </head>
37 37
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-work-with-us">Why work with us?</a></li>
46 <li><a href="#benefits">Employee perks</a></li> 46 <li><a href="#employee-perks">Employee perks</a></li>
47 <li><a href="#office">Our offices</a></li> 47 <li><a href="#our-offices">Our offices</a></li>
48 <li><a href="#recruitment-process">Recruitment process</a></li>
48 </ul> 49 </ul>
49 50
50 <div id="why"> 51 <div id="why-work-with-us">
51 <? include jobs/why ?> 52 <? include jobs/why-work-with-us ?>
52 </div> 53 </div>
53 54
54 <div id="benefits"> 55 <div id="employee-perks">
55 <? include jobs/benefits ?> 56 <? include jobs/employee-perks ?>
56 </div> 57 </div>
57 58
58 <div id="office"> 59 <div id="our-offices">
59 <? include jobs/office ?> 60 <? include jobs/our-offices ?>
60 </div> 61 </div>
61 </div> 62
63 <div id="recruitment-process">
64 <? include jobs/recruitment-process ?>
65 </div>
66 </div>
62 </div> 67 </div>
63 68
64 <? include jobs/footer ?> 69 <? include jobs/footer ?>
OLDNEW
« no previous file with comments | « includes/jobs/why-work-with-us.md ('k') | static/css/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld