blog/content/categories/_index.md
d3vyce 095a13b2c9
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 1m11s
add: writeup-ctf
2024-03-02 21:49:07 +01:00

44 lines
1.6 KiB
Markdown

---
title: "Categories"
slug: "categories"
layout: "categories"
---
{{< list title="Infrastructure" cardView=true limit=3 where="Type" value="infrastructure" >}}
<div class="mt-10 flex justify-center">
<a href="infrastructure">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>
---
{{< list title="Programming" cardView=true limit=3 where="Type" value="programming" >}}
<div class="mt-10 flex justify-center">
<a href="programming">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>
---
{{< list title="Security" cardView=true limit=3 where="Type" value="security" >}}
<div class="mt-10 flex justify-center">
<a href="security">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>
---
{{< list title="Writeup CTF" cardView=true limit=3 where="Type" value="writeup-ctf" >}}
<div class="mt-10 flex justify-center">
<a href="writeup-ctf">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>