diff options
-rw-r--r-- | docs/html/preview/images/apps.png | bin | 0 -> 2868 bytes | |||
-rw-r--r-- | docs/html/preview/images/notifications.png | bin | 0 -> 1882 bytes | |||
-rw-r--r-- | docs/html/preview/images/send-data.png | bin | 0 -> 3244 bytes | |||
-rw-r--r-- | docs/html/preview/images/voice.png | bin | 0 -> 10627 bytes | |||
-rw-r--r-- | docs/html/preview/index.html | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/preview/images/apps.png b/docs/html/preview/images/apps.png Binary files differnew file mode 100644 index 0000000..dbbb5e5 --- /dev/null +++ b/docs/html/preview/images/apps.png diff --git a/docs/html/preview/images/notifications.png b/docs/html/preview/images/notifications.png Binary files differnew file mode 100644 index 0000000..128853c --- /dev/null +++ b/docs/html/preview/images/notifications.png diff --git a/docs/html/preview/images/send-data.png b/docs/html/preview/images/send-data.png Binary files differnew file mode 100644 index 0000000..7010e3f --- /dev/null +++ b/docs/html/preview/images/send-data.png diff --git a/docs/html/preview/images/voice.png b/docs/html/preview/images/voice.png Binary files differnew file mode 100644 index 0000000..e727ab5 --- /dev/null +++ b/docs/html/preview/images/voice.png diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html index 8d7e9ea..e4bbed4 100644 --- a/docs/html/preview/index.html +++ b/docs/html/preview/index.html @@ -148,7 +148,7 @@ with a user experience that's designed specifically for wearables. <div class="landing-body"> <div class="landing-breakout cols"> <div class="col-4"> - <img src="/preview/images/wear-data.png" alt=""> + <img src="/preview/images/notifications.png" alt=""> <p>Synced Notifications</p> <p class="landing-small"> Notifications on handhelds can automatically sync to wearables, so design them @@ -156,7 +156,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-apps.png" alt=""> + <img src="/preview/images/apps.png" alt=""> <p>Wearable Apps</p> <p class="landing-small"> Create custom experiences with activities, services, sensors, and much @@ -164,7 +164,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-data.png" alt=""> + <img src="/preview/images/send-data.png" alt=""> <p>Send Data</p> <p class="landing-small"> Send data and actions between handhelds and wearables with @@ -172,7 +172,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-voice.png" alt=""> + <img src="/preview/images/voice.png" alt=""> <p>Voice Actions</p> <p class="landing-small"> Register your app to handle voice actions, like "Ok Google, take a note," |