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

Unified 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.
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 | « locales/zh/img/svg/apple-app-store-badge.svg ('k') | pages/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/images.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/images.md
@@ -0,0 +1,34 @@
+title=Images
+description=Shared image files for eyeo websites.
+
+# Images
+
+Shared image files for eyeo websites.
+
+1. [App store badges](#app-store-badges)
+
+## App store badges { #app-store-badges }
+
+### Apple App Store
+
+<img src="img/png/apple-app-store-badge.png" srcset="img/svg/apple-app-store-badge.svg 2x" alt="Download on the App Store" width="200">
+
+```
+![Download on the App Store](img/png/apple-app-store-badge.png)
+```
+
+```
+<img src="img/png/apple-app-store-badge.png" srcset="img/svg/apple-app-store-badge.svg 2x" alt="Download on the App Store">
+```
+
+### Google Play
+
+<img src="img/png/google-play-badge.png" alt="Get it on Google Play" width="200">
+
+```
+![Get it on Google Play](img/png/google-play-badge.png)
+```
+
+```
+<img src="img/png/google-play-badge.png" alt="Get it on Google Play">
+```
« 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