last finishing touches

This commit is contained in:
satr14 2025-03-28 10:46:13 +07:00
commit 92d0011d79

View file

@ -51,7 +51,7 @@
{:else}
<p class="animate-pulse italic text-base">
<span class="hidden sm:block">Press [Enter] to continue.</span>
<span class="sm:hidden">Scroll to continue</span>
<span class="sm:hidden">Scroll to continue.</span>
</p>
{/if}
</nav>
@ -71,7 +71,7 @@
<a href={data.blog} target="_blank">blog</a>
</div>
<!-- svelte-ignore a11y-autofocus -->
<a href="/#abt" id="abt" class="text-center no-underline text-xl font-extrabold" autofocus>&uarr;</a>
<a href="/#abt" id="abt" class="text-center no-underline text-xl font-extrabold animate-bounce" autofocus>&uarr;</a>
<p class="text-center m-0 font-mono italic hidden sm:block">curl https://satr14.my.id</p>
</nav>
</header>