Add HoverCard component and integrate it into the homepage

This commit introduces a reusable HoverCard component, designed to display an image, title, and hover-revealed text. The component is styled to match the website theme. Additionally, it has been integrated into the index.astro page with placeholder content for demonstration purposes. Updated the project configuration to include the Font Awesome library.
This commit is contained in:
2025-07-16 22:00:34 +02:00
parent 19682fe6c8
commit 22eb4eb7c7
3 changed files with 99 additions and 0 deletions

1
.idea/Gallus_Pub.iml generated
View File

@ -8,5 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="font-awesome" level="application" />
</component>
</module>