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

Side by Side Diff: pages/images.md

Issue 29792555: Fixes #3 - Share app store buttons (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Added documentatoin page Created May 28, 2018, 11:16 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 | « locales/zh/img/svg/apple-app-store-badge.svg ('k') | pages/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=Images
2 description=Shared image files for eyeo websites.
3
4 # Images
5
6 Shared image files for eyeo websites.
7
8 1. [App store badges](#app-store-badges)
9
10 ## App store badges { #app-store-badges }
11
12 ### Apple App Store
13
14 <img src="img/png/apple-app-store-badge.png" srcset="img/svg/apple-app-store-bad ge.svg 2x" alt="Download on the App Store" width="200">
15
16 ```
17 ![Download on the App Store](img/png/apple-app-store-badge.png)
18 ```
19
20 ```
21 <img src="img/png/apple-app-store-badge.png" srcset="img/svg/apple-app-store-bad ge.svg 2x" alt="Download on the App Store">
22 ```
23
24 ### Google Play
25
26 <img src="img/png/google-play-badge.png" alt="Get it on Google Play" width="200" >
27
28 ```
29 ![Get it on Google Play](img/png/google-play-badge.png)
30 ```
31
32 ```
33 <img src="img/png/google-play-badge.png" alt="Get it on Google Play">
34 ```
OLDNEW
« no previous file with comments | « locales/zh/img/svg/apple-app-store-badge.svg ('k') | pages/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld