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

Side by Side Diff: pages/index.html

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 | « includes/press/media-gallery.html ('k') | pages/jobs/index.tmpl » ('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=About Us 1 title=About Us
2 2
3 <p id="home-image-container"> 3 <p id="home-image-container">
4 <img src="/images/home1.jpg" alt=""> 4 <img alt="eyeo office" src="/images/eyeo-home-1x.png" srcset="/images/eyeo-hom e-1x.png 1x, /images/eyeo-home-2x.png 2x" />
5 </p> 5 </p>
6 6
7 <div id="who-we-are" class="content-block columns-container two-columns"> 7 <div id="who-we-are" class="content-block columns-container two-columns">
8 <div class="column" markdown="1"> 8 <div class="column" markdown="1">
9 <? include index/whoweare ?> 9 <? include index/whoweare ?>
10 </div> 10 </div>
11 11
12 <div class="column"> 12 <div class="column">
13 <? include index/mission ?> 13 <? include index/mission ?>
14 </div> 14 </div>
(...skipping 19 matching lines...) Expand all
34 <div class="column"> 34 <div class="column">
35 <? include index/ourwork-opensource ?> 35 <? include index/ourwork-opensource ?>
36 </div> 36 </div>
37 </div> 37 </div>
38 </div> 38 </div>
39 </div> 39 </div>
40 40
41 <div id="media" class="content-block"> 41 <div id="media" class="content-block">
42 <? include index/media ?> 42 <? include index/media ?>
43 </div> 43 </div>
OLDNEW
« no previous file with comments | « includes/press/media-gallery.html ('k') | pages/jobs/index.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld