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

Side by Side Diff: templates/default.tmpl

Issue 29348023: Issue 4252 - Homepage logo links to jobs page (Closed)
Patch Set: Created July 19, 2016, 3:36 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="{{locale}}"> 2 <html lang="{{locale}}">
3 <head> 3 <head>
4 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" /> 5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
8 {% if title %} 8 {% if title %}
9 <title>{{title}} | Eyeo GmbH</title> 9 <title>{{title}} | Eyeo GmbH</title>
10 {% else %} 10 {% else %}
(...skipping 17 matching lines...) Expand all
28 {% block head %} 28 {% block head %}
29 {{head|safe}} 29 {{head|safe}}
30 {% endblock %} 30 {% endblock %}
31 </head> 31 </head>
32 32
33 <body id="top" class="home page page-template-default apollo_validation_on cover wpb-js-composer js-comp-ver-3.6.14.1 vc_responsive"> 33 <body id="top" class="home page page-template-default apollo_validation_on cover wpb-js-composer js-comp-ver-3.6.14.1 vc_responsive">
34 34
35 <header id="header" class="top"> 35 <header id="header" class="top">
36 <div class="content-block"> 36 <div class="content-block">
37 37
38 {{"jobs"|linkify(id="logo",title="Eyeo GmbH",rel="home")}} 38 {{"index"|linkify(id="logo",title="Eyeo GmbH",rel="home")}}
39 <img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x .png 39 <img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x .png
40 2x" height="51px" alt="Eyeo GmbH" /> 40 2x" height="51px" alt="Eyeo GmbH" />
41 </a> 41 </a>
42 42
43 <a class="assistive-text" href="#content"> 43 <a class="assistive-text" href="#content">
44 Skip to main content 44 Skip to main content
45 </a> 45 </a>
46 46
47 <button id="header-hamburger" aria-expanded="false"> 47 <button id="header-hamburger" aria-expanded="false">
48 <span class="assistive-text">Toggle navigation</span> 48 <span class="assistive-text">Toggle navigation</span>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 <div class="footer-text"> 90 <div class="footer-text">
91 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH . 91 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH .
92 </div> 92 </div>
93 93
94 </div> 94 </div>
95 </footer> 95 </footer>
96 </body> 96 </body>
97 97
98 </html> 98 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld