diff --git a/.gitignore b/.gitignore index f925157..25477b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ assets -config bin # Created by https://www.gitignore.io/api/osx diff --git a/README.md b/README.md index 44cd514..2c379d3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,27 @@ A Pebble Watchface for Pebble, Pebble Time and Pebble Time Round [![Animation Showcase](https://img.youtube.com/vi/P3UX2pdzZdk/default.jpg)](https://youtu.be/P3UX2pdzZdk) +## Gallery + +#### App banners for the Pebble featured section +![Banner Pebble Time Round](images/banner_squared_chalk.jpg) + +![Banner Pebble Time](images/banner_squared_basalt.jpg) + +![Banner Pebble Steel](images/banner_squared_aplite.jpg) + +#### Official Pebble promo shot for the Pebble website +![Pebble Official Promo Shot](images/pebble-promo-shot.jpeg) + +#### Showcase of some color options +![Color Demo](images/colors_squared_chalk.jpg) + +#### Settings page automatically showing the correct frame for the connected model and colorway +![Settings Demo](images/settings_squared_4.7.jpg) + +#### Own promo photo of Squared 4.0 on the Pebble Time Round +![Pebble Time Round Promo](images/promo-ptr.jpg) + ## Other Platforms [Fitbit Versa](https://git.broken.graphics/alina/fitbit-squared) diff --git a/images/banner_squared_aplite.jpg b/images/banner_squared_aplite.jpg new file mode 100644 index 0000000..e36daf3 Binary files /dev/null and b/images/banner_squared_aplite.jpg differ diff --git a/images/banner_squared_basalt.jpg b/images/banner_squared_basalt.jpg new file mode 100644 index 0000000..36d4204 Binary files /dev/null and b/images/banner_squared_basalt.jpg differ diff --git a/images/banner_squared_chalk.jpg b/images/banner_squared_chalk.jpg new file mode 100644 index 0000000..21e1cc0 Binary files /dev/null and b/images/banner_squared_chalk.jpg differ diff --git a/images/colors_squared_chalk.jpg b/images/colors_squared_chalk.jpg new file mode 100644 index 0000000..4d7baef Binary files /dev/null and b/images/colors_squared_chalk.jpg differ diff --git a/images/pebble-promo-shot.jpeg b/images/pebble-promo-shot.jpeg new file mode 100644 index 0000000..10908a5 Binary files /dev/null and b/images/pebble-promo-shot.jpeg differ diff --git a/images/promo-ptr.jpg b/images/promo-ptr.jpg new file mode 100644 index 0000000..7a70d39 Binary files /dev/null and b/images/promo-ptr.jpg differ diff --git a/images/settings_squared_4.7.jpg b/images/settings_squared_4.7.jpg new file mode 100644 index 0000000..93e9581 Binary files /dev/null and b/images/settings_squared_4.7.jpg differ