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

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

Issue 29369432: Issue 4685 - Update images on eyeo.com (Closed)
Patch Set: See notes from previous changeset Created Jan. 12, 2017, 3:35 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 | « pages/index.html ('k') | pages/press.html » ('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=Working at Eyeo
2 2
3 <head> 3 <head>
4 <link rel="stylesheet" href="/css/jquery.lightbox.css" type="text/css" media=" screen">
5 <style>
6 .image-gallery a
7 {
8 display: inline-block;
9 overflow: hidden;
10 max-width: 150px;
11 }
12
13 .image-gallery img
14 {
15 height: 150px;
16 }
17 </style>
4 <script src="/js/jquery.ui.core.min.js"></script> 18 <script src="/js/jquery.ui.core.min.js"></script>
5 <script src="/js/jquery.ui.widget.min.js"></script> 19 <script src="/js/jquery.ui.widget.min.js"></script>
6 <script src="/js/jquery.ui.tabs.min.js"></script> 20 <script src="/js/jquery.ui.tabs.min.js"></script>
21 <script src="/js/jquery.lightbox.min.js"></script>
7 <script> 22 <script>
8 jQuery(function() 23 jQuery(function()
9 { 24 {
10 jQuery("#tabs-details").tabs(); 25 jQuery("#tabs-details").tabs();
26 jQuery(".image-gallery a").lightBox({
27 imageBtnPrev: "/images/lightbox/btn-prev.gif",
28 imageBtnNext: "/images/lightbox/btn-next.gif",
29 imageBtnClose: "/images/lightbox/btn-close.gif",
30 imageLoading: "/images/lightbox/ico-loading.gif",
31 imageBlank: "/images/lightbox/blank.gif"
32 });
11 }); 33 });
12 </script> 34 </script>
13 </head> 35 </head>
14 36
15 <? include jobs/header ?> 37 <? include jobs/header ?>
16 38
17 <div id="jobs-overview"> 39 <div id="jobs-overview">
18 <? include jobs/overview ?> 40 <? include jobs/overview ?>
19 41
20 <div id="tabs-details"> 42 <div id="tabs-details">
(...skipping 11 matching lines...) Expand all
32 <? include jobs/benefits ?> 54 <? include jobs/benefits ?>
33 </div> 55 </div>
34 56
35 <div id="office"> 57 <div id="office">
36 <? include jobs/office ?> 58 <? include jobs/office ?>
37 </div> 59 </div>
38 </div> 60 </div>
39 </div> 61 </div>
40 62
41 <? include jobs/footer ?> 63 <? include jobs/footer ?>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | pages/press.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld