ae8627d6 by bootflat

add color picker pages

1 parent d2abc931
......@@ -60,14 +60,13 @@
</div>
<div class="topic__infos">
<div class="container color-picker-nav">
<a href="color-picker.html">All</a>
<a href="color-picker-red.html">Red</a>
<a href="color-picker-pink.html">Pink</a>
<a href="color-picker-purple.html">Purple</a>
<a href="color-picker-blue.html">Blue</a>
<a href="color-picker-green.html">Green</a>
<a class="current" href="color-picker-yellow.html">Yellow</a>
<a href="color-picker-orange.html">Orange</a>
<a href="color-picker.html">All</a>
<a href="color-picker-red.html">Red</a>
<a href="color-picker-pink.html">Pink</a>
<a href="color-picker-purple.html">Purple</a>
<a href="color-picker-blue.html">Blue</a>
<a href="color-picker-green.html">Green</a>
<a class="current" href="color-picker-yellow.html">Yellow</a>
<a href="color-picker-gray.html">Gray</a>
</div>
</div>
......