Skip to content

Commit 1b52126

Browse files
committed
Add missing documentation, optimize images, and add donation link
1 parent e1400b8 commit 1b52126

34 files changed

Lines changed: 68 additions & 25 deletions

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"gluefix",
3232
"googlecloudstorage",
3333
"HKCU",
34+
"kickstarted",
35+
"kickstarter",
3436
"kickstarting",
3537
"konbini",
3638
"linenums",

docs/hero.avif

49.6 KB
Binary file not shown.

docs/hero.png

-116 KB
Binary file not shown.

docs/index.html

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<!-- yes, hardcoded HTML because, you know, who needs react? -->
2-
<!-- ALSO this is kinda unfinished -->
3-
<!-- TODO:
4-
- make all images webp
2+
<!-- ALSO this is kinda unfinished, we could do
53
- highlight a few more features in the home page
6-
- add a backdrop video
7-
- idk what else, make it better overall?
4+
- maybe add a backdrop video
85
-->
96
<!DOCTYPE html>
107
<html lang="en">
@@ -564,7 +561,7 @@ <h2>
564561
</div>
565562
</div>
566563
<img
567-
src="https://fuckingnode.github.io/hero.png"
564+
src="https://fuckingnode.github.io/hero.avif"
568565
alt="FuckingNode doing a global cleanup"
569566
/>
570567
</section>
@@ -648,26 +645,20 @@ <h2>You're a coder and not a cloner</h2>
648645
</p>
649646
</div>
650647
<img
651-
src="https://fuckingnode.github.io/website_1.png"
648+
src="https://fuckingnode.github.io/website_1.avif"
652649
alt="Kickstart"
653650
/>
654651
</div>
655652

656653
<div class="feature">
657654
<img
658-
src="https://fuckingnode.github.io/website_2.png"
655+
src="https://fuckingnode.github.io/website_2.avif"
659656
alt="Setup"
660657
/>
661658
<div class="feature-text">
662659
<h2>You write too much config</h2>
663660
<p>
664-
<a
665-
href="https://x.com/justinhhorner/status/1965028988956619214"
666-
style="text-decoration: underline"
667-
target="_blank"
668-
rel="noopener noreferrer"
669-
>Agreeable, right?</a>
670-
You should be writing code, not config. We brought it for you, just
661+
Agreeable, right? You should be writing code, not config. We brought it for you, just
671662
run <code>setup</code> and we'll take care.
672663
</p>
673664
</div>
@@ -685,14 +676,14 @@ <h2>Commits are uh...</h2>
685676
</p>
686677
</div>
687678
<img
688-
src="https://fuckingnode.github.io/website_3.png"
679+
src="https://fuckingnode.github.io/website_3.avif"
689680
alt="Commit"
690681
/>
691682
</div>
692683

693684
<div class="feature">
694685
<img
695-
src="https://fuckingnode.github.io/website_4.png"
686+
src="https://fuckingnode.github.io/website_4.avif"
696687
alt="Launch"
697688
/>
698689
<div class="feature-text">
@@ -711,7 +702,7 @@ <h2>Make an effort even to give up?</h2>
711702
</p>
712703
</div>
713704
<img
714-
src="https://fuckingnode.github.io/website_5.png"
705+
src="https://fuckingnode.github.io/website_5.avif"
715706
alt="Surrender"
716707
/>
717708
</div>
@@ -826,7 +817,7 @@ <h3>Use it anywhere</h3>
826817
too.<br />And some features just work, everywhere&trade;.
827818
</p>
828819
<img
829-
src="./runtimes.png"
820+
src="./runtimes.avif"
830821
alt="Logos of all supported runtimes."
831822
style="width: 75%"
832823
>

docs/konbini_1.avif

108 KB
Binary file not shown.

docs/konbini_1.png

-1.55 MB
Binary file not shown.

docs/konbini_2.avif

103 KB
Binary file not shown.

docs/konbini_2.png

-923 KB
Binary file not shown.

docs/konbini_3.avif

43.6 KB
Binary file not shown.

docs/konbini_3.png

-1.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)