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

Side by Side Diff: includes/features.html

Issue 29722640: Fixes #22 - Add download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:17 a.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 | pages/download.tmpl » ('j') | pages/download.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="features" class="container content"> 1 <div class="item-group container content">
juliandoucette 2018/04/03 13:24:50 uh...?
2 <div class="row"> 2 <div class="row">
3 <div class="column one-third"> 3 <div class="column one-third">
4 <img 4 <img
5 height="90px" 5 height="90px"
6 width="90px" 6 width="90px"
7 src="/img/feature-fast.png" 7 src="/img/feature-fast.png"
8 srcset="/img/feature-fast.svg 2x" 8 srcset="/img/feature-fast.svg 2x"
9 alt="{{ feature-faster-alt[alt text] Rocket }}"> 9 alt="{{ feature-faster-alt[alt text] Rocket }}">
10 <h2>{{ feature-faster-heading[heading] Faster, More Enjoyable Browsing }}< /h2> 10 <h2>{{ feature-faster-heading[heading] Faster, More Enjoyable Browsing }}< /h2>
11 <p>{{ feature-faster-body Block ads that interrupt your browsing experienc e. Say goodbye to video ads, pop-ups, flashing banners and more. Blocking these annoyances means pages load faster. }}</p> 11 <p>{{ feature-faster-body Block ads that interrupt your browsing experienc e. Say goodbye to video ads, pop-ups, flashing banners and more. Blocking these annoyances means pages load faster. }}</p>
(...skipping 13 matching lines...) Expand all
25 height="90px" 25 height="90px"
26 width="90px" 26 width="90px"
27 src="/img/feature-aa.png" 27 src="/img/feature-aa.png"
28 srcset="/img/feature-aa.svg 2x" 28 srcset="/img/feature-aa.svg 2x"
29 alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}"> 29 alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}">
30 <h2>{{ feature-aa-heading[heading] Not All Ads Are Bad }}</h2> 30 <h2>{{ feature-aa-heading[heading] Not All Ads Are Bad }}</h2>
31 <p>{{ feature-aa-body Websites need money to stay free. Support them by al lowing Acceptable Ads (enabled by default). Want to hide all ads? No problem. <a href="acceptable-ads#optout">Learn how</a> }}</p> 31 <p>{{ feature-aa-body Websites need money to stay free. Support them by al lowing Acceptable Ads (enabled by default). Want to hide all ads? No problem. <a href="acceptable-ads#optout">Learn how</a> }}</p>
32 </div> 32 </div>
33 </div> 33 </div>
34 </div> 34 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/download.tmpl » ('j') | pages/download.tmpl » ('J')

Powered by Google App Engine
This is Rietveld