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 ">
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™.
827818 </ p >
828819 < img
829- src ="./runtimes.png "
820+ src ="./runtimes.avif "
830821 alt ="Logos of all supported runtimes. "
831822 style ="width: 75% "
832823 >
0 commit comments