blog post filtering made functional

This commit is contained in:
timurgordon
2022-02-11 14:01:23 +03:00
parent 4db8c88e3c
commit 5117bc1b70
6 changed files with 22 additions and 17 deletions

View File

@@ -2,17 +2,17 @@
<div clas="flex flex-col">
<div class="lg:pt-24 flex flex-col mb-12 mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> FILTER POSTS BY</h4>
<a class="mb-3" href="">All</a>
<a class="mb-3" href="">Engineering</a>
<a class="mb-3" href="">Community</a>
<a class="mb-3" href="">Use Cases</a>
<a class="mb-3" href="/blog">All</a>
<a class="mb-3" href="/categories/engineering">Engineering</a>
<a class="mb-3" href="/categories/community">Community</a>
<a class="mb-3" href="/categories/use-cases">Use Cases</a>
</div>
<div class="lg:pt-6 flex flex-col mb-12 w-64 mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> POPULAR POSTS</h4>
<a class="mb-3 text-blue-700" href="">NEAR Launches Nightshade Sharding, Paving the Way for Mass Adoption</a>
<a class="mb-3" href="">Engineering</a>
<a class="mb-3" href="">Community</a>
<a class="mb-3" href="/categories/engineering">Engineering</a>
<a class="mb-3" href="/categories/community">Community</a>
<a class="mb-3" href="">Use Cases</a>
</div>
</div>