Initial commit
This commit is contained in:
commit
dc66b66d94
22 changed files with 7556 additions and 0 deletions
15
components/footer.tsx
Normal file
15
components/footer.tsx
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
export function Footer() {
|
||||
return (
|
||||
<footer
|
||||
className="flex justify-between items-center flex-wrap gap-4 text-[13px]"
|
||||
style={{
|
||||
padding: "40px clamp(20px, 6vw, 80px)",
|
||||
borderTop: "1px solid rgba(255,255,255,0.06)",
|
||||
color: "rgba(255,255,255,0.25)",
|
||||
}}
|
||||
>
|
||||
<span>© {new Date().getFullYear()} Janpeter Visser</span>
|
||||
<span>jp-visser.nl</span>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue