frontmatter in skills files

This commit is contained in:
2026-02-18 01:23:22 +00:00
parent 030cf9fbd3
commit c2660cd125
16 changed files with 959 additions and 506 deletions
@@ -18,10 +18,9 @@ export function LandingPage() {
</div>
</header>
<div className="absolute inset-x-0 bottom-0 z-20 flex justify-center pb-0 md:pb-12">
<div className="absolute inset-x-0 bottom-0 z-20 flex justify-center pb-0 md:pb-2">
{registrationOpen ? <Bootstrap /> : <Login />}
</div>
</div>
);
}