integrate parallax into index and tidy up

This commit is contained in:
badblocks 2026-07-11 11:06:38 -07:00
parent 441056cabc
commit 8659ce5caa
Signed by: badblocks
SSH key fingerprint: SHA256:hEcM6BP4hKm9F7WsomNuXSBpPn2BSDnFzPSl3y1NerQ
5 changed files with 238 additions and 160 deletions

View file

@ -21,7 +21,7 @@ const license_file_contents = txtToHtml(
---
<Layout>
<title slot="head">LICENSE</title>
<title slot="head">LICENSE | badblocks.dev</title>
<Fragment slot="main">
<header>
<h1>
@ -30,6 +30,6 @@ const license_file_contents = txtToHtml(
>
</h1>
</header>
<p set:html={license_file_contents} />
<div style="font-size: medium;" set:html={license_file_contents} />
</Fragment>
</Layout>