add color picker pages
Showing
1 changed file
with
7 additions
and
8 deletions
... | @@ -60,14 +60,13 @@ | ... | @@ -60,14 +60,13 @@ |
60 | </div> | 60 | </div> |
61 | <div class="topic__infos"> | 61 | <div class="topic__infos"> |
62 | <div class="container color-picker-nav"> | 62 | <div class="container color-picker-nav"> |
63 | <a href="color-picker.html">All</a> | 63 | <a href="color-picker.html">All</a> |
64 | <a href="color-picker-red.html">Red</a> | 64 | <a href="color-picker-red.html">Red</a> |
65 | <a href="color-picker-pink.html">Pink</a> | 65 | <a href="color-picker-pink.html">Pink</a> |
66 | <a href="color-picker-purple.html">Purple</a> | 66 | <a href="color-picker-purple.html">Purple</a> |
67 | <a href="color-picker-blue.html">Blue</a> | 67 | <a href="color-picker-blue.html">Blue</a> |
68 | <a href="color-picker-green.html">Green</a> | 68 | <a href="color-picker-green.html">Green</a> |
69 | <a class="current" href="color-picker-yellow.html">Yellow</a> | 69 | <a class="current" href="color-picker-yellow.html">Yellow</a> |
70 | <a href="color-picker-orange.html">Orange</a> | ||
71 | <a href="color-picker-gray.html">Gray</a> | 70 | <a href="color-picker-gray.html">Gray</a> |
72 | </div> | 71 | </div> |
73 | </div> | 72 | </div> | ... | ... |
-
Please register or sign in to post a comment