ae8627d6 by bootflat

add color picker pages

1 parent d2abc931
...@@ -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>
......