fix: add back reveal animations on index
This commit is contained in:
parent
73c269a59c
commit
0edd672a70
7 changed files with 17 additions and 28 deletions
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
import instrument from "@fontsource/instrument-serif/files/instrument-serif-latin-400-normal.woff2?url";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import { Image } from "astro:assets";
|
||||
import icon from "public/assets/icon.png";
|
||||
---
|
||||
|
||||
<link
|
||||
|
@ -20,10 +22,11 @@ import { Icon } from "astro-icon/components";
|
|||
class="text-secondary flex items-center justify-center gap-3 font-semibold"
|
||||
>
|
||||
Hi, I'm Troy,
|
||||
<img
|
||||
src="/assets/icon.png"
|
||||
<Image
|
||||
src={icon}
|
||||
class="size-12 rounded-xl md:size-16"
|
||||
alt=""
|
||||
alt="Troy Lusty"
|
||||
loading="eager"
|
||||
/>
|
||||
</div>
|
||||
<div class="text-tertiary font-serif font-light tracking-wide italic">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue