diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-17 22:52:38 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-17 22:52:38 +0300 |
| commit | 4cf9ab8ddf79155b022e42abfd885af4c23b2114 (patch) | |
| tree | 10974405700b197eef0e3e97785011a730fcf8f8 /client/templates | |
| parent | 6c049ad68cca652a38189df8fdd2d3c9d8642e60 (diff) | |
Dominants
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index 85af3a0..e844b44 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -10,6 +10,18 @@ {{> photo}} {{/each}} </div> + <div class="dominants" style="display: none;"> + <div class="dominant"> + <h3>Dominant color #1</h3> + <div id="dominant1" class="color"></div> + <h5>#AABBCC</h5> + </div> + <div class="dominant"> + <h3>Dominant color #2</h3> + <div id="dominant2" class="color"></div> + <h5>#AABBCC</h5> + </div> + </div> <canvas id="canvas-all" style="display: none; height: 150px; width: 150px;"></canvas> </div> </template> |
