slight fix
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 28s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 28s
This commit is contained in:
parent
a3086b70c3
commit
3640028611
3 changed files with 5 additions and 2 deletions
|
|
@ -223,7 +223,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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 />
|
<Page2 />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
<div class="container {Class}" style={Style}>
|
<div class="container {Class}" style={Style}>
|
||||||
<div class="NotoSans-cn text-center bg-[var(--left-grid-bg-color)]">
|
<div class="NotoSans-cn text-center bg-[var(--left-grid-bg-color)]">
|
||||||
<RepeatedSkills
|
<RepeatedSkills
|
||||||
|
rotation="0deg"
|
||||||
textOverride={["Hello", "你好", "Hej"]}
|
textOverride={["Hello", "你好", "Hej"]}
|
||||||
targetTextHeight={3}
|
targetTextHeight={3}
|
||||||
targetTextWidth={50}
|
targetTextWidth={50}
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ export function getSkills(cvLink: string): Skill[] {
|
||||||
new Skill(
|
new Skill(
|
||||||
"NixOS",
|
"NixOS",
|
||||||
"nixos.svg",
|
"nixos.svg",
|
||||||
"https://github.com/MagicBOTAlex/nixos-server",
|
"https://github.com/MagicBOTAlex/nixos-desktop",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
arr.push(new Skill("Debian", "debian.svg"));
|
arr.push(new Skill("Debian", "debian.svg"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue