Big progress! gets data from pocketbase
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s

This commit is contained in:
BOTAlex 2025-08-14 06:05:23 +02:00
parent dfc823fe1f
commit a4e20f5ff3
13 changed files with 232 additions and 15 deletions

View file

@ -26,7 +26,7 @@
afterNavigate(() => {
const params = new URLSearchParams(window.location.search);
hideOnPrint = params.get("hideOnPrint") === "1";
console.log(hideOnPrint);
// console.log(hideOnPrint);
});
import { onMount } from "svelte";
@ -105,7 +105,8 @@
<a
href="/zhen/cv/rev3?hideOnPrint=1"
target="_blank"
style="width: 7.5rem;" class="text-center justify-center">Zhen CV</a
style="width: 7.5rem;"
class="text-center justify-center">Zhen CV</a
>
<!-- <a href="/tools" style="width: 7.5rem;" class="text-center">Tools</a> -->
<a href="https://botalex.itch.io/" target="_blank">Games</a>
@ -142,7 +143,11 @@
href="https://botalex.itch.io/"
target="_blank">Games</a
>
<a href="/zhen/cv/rev3?hideOnPrint=1" target="_blank" class="justify-center">Zhen's CV</a>
<a
href="/zhen/cv/rev3?hideOnPrint=1"
target="_blank"
class="justify-center">Zhen's CV</a
>
<!-- <a onclick={resetNavBar} href="/posts">Blog</a>
<a onclick={resetNavBar} href="/about">About</a> -->
</div>