OLD | NEW |
(Empty) | |
| 1 <div class="item-group container content"> |
| 2 <div class="row"> |
| 3 <div class="column one-third"> |
| 4 <img |
| 5 height="90px" |
| 6 width="90px" |
| 7 src="/img/feature-fast.png" |
| 8 srcset="/img/feature-fast.svg 2x" |
| 9 alt="{{ feature-faster-alt[alt text] Rocket }}"> |
| 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> |
| 12 </div> |
| 13 <div class="column one-third"> |
| 14 <img |
| 15 height="90px" |
| 16 width="90px" |
| 17 src="/img/feature-safe.png" |
| 18 srcset="/img/feature-safe.svg 2x" |
| 19 alt="{{ feature-safe-alt[alt text] Padlock }}"> |
| 20 <h2>{{ feature-safe-heading[heading] Keep Your Data And Devices Safe }}</h
2> |
| 21 <p>{{ feature-safe-body With Adblock Plus avoiding tracking and malware is
easy. Blocking intrusive ads reduces the risk of "malvertizing" infections. Blo
cking tracking stops companies following your online activity. }}</p> |
| 22 </div> |
| 23 <div class="column one-third"> |
| 24 <img |
| 25 height="90px" |
| 26 width="90px" |
| 27 src="/img/feature-aa.png" |
| 28 srcset="/img/feature-aa.svg 2x" |
| 29 alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}"> |
| 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> |
| 32 </div> |
| 33 </div> |
| 34 </div> |
OLD | NEW |