slight fix
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 28s

This commit is contained in:
BOTAlex 2026-04-01 03:10:13 +02:00
parent a3086b70c3
commit 3640028611
3 changed files with 5 additions and 2 deletions

View file

@ -223,7 +223,9 @@
</div>
</div>
</div>
<div class="hide-on-print py-4"><div>===== Next page =====</div></div>
<div class="flex justify-center hide-on-print py-4">
<div>===== Next page =====</div>
</div>
<Page2 />
</div>
</div>

View file

@ -15,6 +15,7 @@
<div class="container {Class}" style={Style}>
<div class="NotoSans-cn text-center bg-[var(--left-grid-bg-color)]">
<RepeatedSkills
rotation="0deg"
textOverride={["Hello", "你好", "Hej"]}
targetTextHeight={3}
targetTextWidth={50}

View file

@ -98,7 +98,7 @@ export function getSkills(cvLink: string): Skill[] {
new Skill(
"NixOS",
"nixos.svg",
"https://github.com/MagicBOTAlex/nixos-server",
"https://github.com/MagicBOTAlex/nixos-desktop",
),
);
arr.push(new Skill("Debian", "debian.svg"));