Added color converter card

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 15:48:56 +08:00
parent bda785229a
commit 3deee5d463

View file

@ -20,6 +20,7 @@ import { Image } from 'astro:assets'
<section class="cards--section">
<a href="/password-generator" aria-label="Password generator page"><Card title="Password Generator" description="Generate a strong and secure password for your accounts online." /> </a>
<a href="/hash-generator" aria-label="Hash generator page"><Card title="Hash Generator" description="Convert text to multiple hash formats for secure data transmission." /></a>
<a href="/color-converter" aria-label="Color converter page"><Card title="Color Converter" description="Convert colors to any format. Color picker provided inside." /></a>
</section>
</main>
</Layout>