Add un-optimised content warning to index

This commit is contained in:
Troy 2025-04-28 21:11:06 +01:00
parent 90edb8db0a
commit 26258249d1
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 27 additions and 14 deletions

View file

@ -16,4 +16,17 @@ const projects = allProjects
<section class="animate-reveal opacity-0 [animation-delay:0.3s]">
<Slideshow images={projects} />
</section>
<div role="alert">
<div class="rounded-t bg-amber-500 px-4 py-2 font-bold text-white">
Notice
</div>
<div
class="rounded-b border border-t-0 border-amber-400 bg-amber-100 px-4 py-3 text-amber-700 dark:border-amber-600 dark:bg-amber-900 dark:text-amber-300"
>
<p>
Some content might be missing or un-optimised as I am in the process of
reworking what content is displayed.
</p>
</div>
</div>
</Layout>