diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index a7ab636..50e29bc 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -29,6 +29,19 @@ </div> <div class="final" style="display: none"> <canvas id="canvas-final" style="height: 315px; width: 315px;"></canvas> + <div class="dominants"> + <div id="dominant1" class="color"></div> + <h5>#AABBCC</h5> + <div id="dominant2" class="color"></div> + <h5>#AABBCC</h5> + </div> + <div class="share"> + <p>This is your icon! 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> + <button class="share-print">Print me a copy</button> + </div> </div> <canvas id="canvas-all" style="display: none; height: 150px; width: 150px;"></canvas> </div> |
