diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-21 17:12:28 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-21 17:12:28 +0300 |
| commit | 99e29317f38e40cce73238898f7bb42dd624f337 (patch) | |
| tree | 3a6d32aaeeb5b99ac00b46c86ef61ccd5713cb4e /client/templates | |
| parent | d2a10c7d712a3f60888424f17c366ac2d5b4c265 (diff) | |
Share panel and Fix step 7
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> |
