fixed redacted version
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 35s

This commit is contained in:
BOTAlex 2026-04-01 02:59:40 +02:00
parent 69349fa7e8
commit d294f39ade
5 changed files with 75 additions and 75 deletions

View file

@ -16,16 +16,23 @@
const hexPath =
"polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)";
import { getSkills } from "@src/ts/misc/ZhenSkills";
import { getSkills, Skill } from "@src/ts/misc/ZhenSkills";
import * as m from "$paraglide/messages";
import onMount from "@src/optimizers/onMount";
import { getLocale, setLocale, locales } from "$paraglide/runtime";
import re from "@ts/Redaction/Redactor";
let skills: Skill[] = [];
$: skills = getSkills(
`https://deprived.dev/cv?locale=${getLocale() == "en" ? "dk" : "en"}&key=${$re?.key ?? "nah"}`,
);
const skills = getSkills();
function getIndex(r: int, c: int): int {
return Math.floor(r / 2) * (2 * cols + 1) + (r % 2) * (cols + 1) + c;
}
</script>
<div class="bg-[#eeeeee] text-[#121212] flex flex-col h-full">
<div class=" text-[#121212] flex flex-col pb-auto">
<div class="flex justify-between items-center px-8 py-4">
<div class="font-semibold text-2xl">
{m["zhen.cv.page2.mini-projects.title"]()}