feat(root page): prettify and add new home page content #7
1 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
||||||
import forkGraph from "./fork.svg?raw";
|
import forkGraph from "./fork.svg?raw";
|
||||||
|
|
||||||
let fleurixExampleSlice = $state(true);
|
let fleurixExampleSlice = $state(true);
|
||||||
|
|
||||||
|
let pkgsCount = "67,589";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#snippet packageExample(name)}
|
{#snippet packageExample(name)}
|
||||||
|
@ -32,7 +34,7 @@
|
||||||
<h1 class="text-5xl sm:text-6xl text-balance">A declarative, comprehensive <span class="text-teal-500 font-aladin font-bold">package ecosystem</span></h1>
|
<h1 class="text-5xl sm:text-6xl text-balance">A declarative, comprehensive <span class="text-teal-500 font-aladin font-bold">package ecosystem</span></h1>
|
||||||
<p class="mt-4 text-xl lg:text-2xl max-w-3xl text-balance">
|
<p class="mt-4 text-xl lg:text-2xl max-w-3xl text-balance">
|
||||||
Declaratively own your Linux systems with<wbr>
|
Declaratively own your Linux systems with<wbr>
|
||||||
full end-to-end customizability of <b class="text-teal-500">{PKGS_COUNT}</b> packages.
|
full end-to-end customizability of <b class="text-teal-500">{pkgsCount}</b> packages.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex pt-4 gap-x-2">
|
<div class="flex pt-4 gap-x-2">
|
||||||
<LinkChip
|
<LinkChip
|
||||||
|
@ -151,7 +153,7 @@
|
||||||
<span class="font-aladin font-bold text-teal-500">{PKGS}</span> — our package set
|
<span class="font-aladin font-bold text-teal-500">{PKGS}</span> — our package set
|
||||||
</h2>
|
</h2>
|
||||||
<div class="text-xl h-full max-w-3xl">
|
<div class="text-xl h-full max-w-3xl">
|
||||||
A complete package set with <b class="text-teal-500">{PKGS_COUNT}</b> packages, built on top of 21 years of volunteer labor to reproducibly package software.
|
A complete package set with <b class="text-teal-500">{pkgsCount}</b> packages, built on top of 21 years of volunteer labor to reproducibly package software.
|
||||||
</div>
|
</div>
|
||||||
<div class="pt-4">
|
<div class="pt-4">
|
||||||
<LinkChip
|
<LinkChip
|
||||||
|
|
Loading…
Reference in a new issue