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

Side by Side Diff: includes/jobs/header.tmpl

Issue 29375809: Issue 4830 - Changed FairCompany logo on eyeo.com/jobs (Closed)
Patch Set: Scaled the image to an optimized size Created Feb. 27, 2017, 12:44 p.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 | « no previous file | static/images/fair-company.jpg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {# 1 {#
2 For each job opening you have to list the title and the name of the file under 2 For each job opening you have to list the title and the name of the file under
3 pages/jobs that contains the job description. 3 pages/jobs that contains the job description.
4 #} 4 #}
5 {% set openings = [ 5 {% set openings = [
6 ("Frontend Developer", "frontend-developer", 33), 6 ("Frontend Developer", "frontend-developer", 33),
7 ("Software Tester", "software-tester", 147), 7 ("Software Tester", "software-tester", 147),
8 ("Filter List Supporter", "filter-list-supporter", 127), 8 ("Filter List Supporter", "filter-list-supporter", 127),
9 ("Social Media Manager", "social-media-manager", 133), 9 ("Social Media Manager", "social-media-manager", 133),
10 ("Student Help - Monitoring", "student-help", 110), 10 ("Student Help - Monitoring", "student-help", 110),
(...skipping 27 matching lines...) Expand all
38 {% endfor %} 38 {% endfor %}
39 </ul> 39 </ul>
40 40
41 41
42 <div class="contact-person no-mobile"> 42 <div class="contact-person no-mobile">
43 <? include jobs/contact ?> 43 <? include jobs/contact ?>
44 </div> 44 </div>
45 45
46 <p id="hiring-badges" class="no-mobile"> 46 <p id="hiring-badges" class="no-mobile">
47 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80"> 47 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80">
48 <img id="fair-company-logo" src="/images/fair-company.jpg" alt="Fair Com pany" height="80"> 48 <img id="fair-company-logo" src="/images/fair-company.png" alt="Fair Com pany" height="80">
49 </p> 49 </p>
50 </div> 50 </div>
51 51
52 <div class="column"> 52 <div class="column">
53 <div id="panels-openings" class="ui-tabs-panel"> 53 <div id="panels-openings" class="ui-tabs-panel">
54 {% if opening %} 54 {% if opening %}
55 <h2>{{ title }}</h2> 55 <h2>{{ title }}</h2>
56 {% endif %} 56 {% endif %}
OLDNEW
« no previous file with comments | « no previous file | static/images/fair-company.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld