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

Delta Between Two Patch Sets: 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
Left Patch Set: Created July 12, 2017, 7:32 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « includes/jobs/why-work-with-us.md ('k') | static/css/styles.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=Jobs 1 title=Jobs
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ö. 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;
(...skipping 24 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">Recruitment process</a></li> 48 <li><a href="#recruitment-process">Recruitment process</a></li>
49 </ul> 49 </ul>
50 50
51 <div id="why"> 51 <div id="why-work-with-us">
52 <? include jobs/why ?> 52 <? include jobs/why-work-with-us ?>
53 </div> 53 </div>
54 54
55 <div id="benefits"> 55 <div id="employee-perks">
56 <? include jobs/benefits ?> 56 <? include jobs/employee-perks ?>
57 </div> 57 </div>
58 58
59 <div id="office"> 59 <div id="our-offices">
60 <? include jobs/office ?> 60 <? include jobs/our-offices ?>
61 </div> 61 </div>
62 62
63 <div id="recruitment"> 63 <div id="recruitment-process">
64 <? include jobs/recruitment ?> 64 <? include jobs/recruitment-process ?>
65 </div> 65 </div>
66 </div> 66 </div>
67 </div> 67 </div>
68 68
69 <? include jobs/footer ?> 69 <? include jobs/footer ?>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld