diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index e2a8b9e..fae6e20 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -5,7 +5,13 @@ {{> step}} {{/each}} </ol> - <h2 class="title">Processing...</h2> + <h2 class="title"> + Processing... + <svg class="spinner" width="20" height="20" viewbox="0 0 40 40"> + <!-- <rect width="40" height="40" class="rect" /> <- this looks buggy in retina safari --> + <polygon points="0 0 0 40 40 40 40 0" class="rect" /> + </svg> + </h2> <!-- <button class="pixelate btn btn-default">Pixelate</button> <button class="color btn btn-default">Color</button> <button class="average btn btn-default">Average</button> --> @@ -36,7 +42,7 @@ <h5>#AABBCC</h5> </div> <div class="share" style="display: none;"> - <p>This is your icon! Now what...?</p> + <p>Now what...?</p> <button class="share-instagram">Share on Instagram</button> <button class="share-facebook">Share on Facebook</button> <button class="share-save">Save to gallery</button> |
