Added color converter card
This commit is contained in:
parent
bda785229a
commit
3deee5d463
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue