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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/index.html ('k') | pages/press.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/jobs/index.tmpl
===================================================================
--- a/pages/jobs/index.tmpl
+++ b/pages/jobs/index.tmpl
@@ -1,18 +1,40 @@
title=Working at Eyeo
<head>
+ <link rel="stylesheet" href="/css/jquery.lightbox.css" type="text/css" media="screen">
+ <style>
+ .image-gallery a
+ {
+ display: inline-block;
+ overflow: hidden;
+ max-width: 150px;
+ }
+
+ .image-gallery img
+ {
+ height: 150px;
+ }
+ </style>
<script src="/js/jquery.ui.core.min.js"></script>
<script src="/js/jquery.ui.widget.min.js"></script>
<script src="/js/jquery.ui.tabs.min.js"></script>
+ <script src="/js/jquery.lightbox.min.js"></script>
<script>
jQuery(function()
{
jQuery("#tabs-details").tabs();
+ jQuery(".image-gallery a").lightBox({
+ imageBtnPrev: "/images/lightbox/btn-prev.gif",
+ imageBtnNext: "/images/lightbox/btn-next.gif",
+ imageBtnClose: "/images/lightbox/btn-close.gif",
+ imageLoading: "/images/lightbox/ico-loading.gif",
+ imageBlank: "/images/lightbox/blank.gif"
+ });
});
</script>
</head>
<? include jobs/header ?>
<div id="jobs-overview">
<? include jobs/overview ?>
« 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