Skip to content

Commit 968335a

Browse files
committed
initial commit
1 parent d79a007 commit 968335a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<footer class="p-10 sm:p-12 lg:p-16 w-full sticky bottom-0 bg-foreground">
66
<div class="w-full max-w-7xl mx-auto text-left text-background/50">
77
<p class="text-sm">
8-
© {new Date().getFullYear()} Frank Esteban.
8+
© {new Date().getFullYear()} Laura font.
99
</p>
1010
</div>
1111
</footer>

src/components/StickyHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Signature from "./Signature.astro";
77
class="fixed z-20 top-0 w-full px-10 h-20 bg-black text-white -translate-y-full data-[visible]:translate-y-0 transition-transform duration-300 ease-in-out"
88
>
99
<div class="flex items-center justify-between w-full h-full max-w-7xl mx-auto">
10-
<span class="font-bold font-barlow text-2xl uppercase text-hero-foreground">Frank Esteban</span>
10+
<span class="font-bold font-barlow text-2xl uppercase text-hero-foreground">Laura Font</span>
1111
<div class="flex items-center justify-end gap-8">
1212
<figure class="w-full max-w-20">
1313
<Signature />

0 commit comments

Comments
 (0)