LEFT | RIGHT |
(no file at all) | |
| 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 ``` |
LEFT | RIGHT |