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"> |
+``` |