File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,27 +67,6 @@ const featuredMods = [
6767export default function HomePage ( ) {
6868 return (
6969 < >
70- < a
71- className = "event"
72- href = "https://hackclub.slack.com/archives/C07NQ5QAYNQ/p1769001218794009"
73- target = "_blank" >
74- < span > Make a minigame, get a 50$ grant</ span >
75- < i style = { { fontSize : "medium" } } > 12 March - 27 March</ i >
76- < span > Make 6 mods, get an 800$ computer!</ span >
77- < svg
78- style = { { position : "absolute" , top : "0.25em" , right : "0.5em" } }
79- fillRule = "evenodd"
80- clipRule = "evenodd"
81- strokeLinejoin = "round"
82- strokeMiterlimit = "1.414"
83- xmlns = "http://www.w3.org/2000/svg"
84- viewBox = "0 0 32 32"
85- width = "32"
86- height = "32" >
87- < path d = "M18.6696 18.2544C18.6196 18.8044 19.025 19.2908 19.575 19.3408C20.125 19.3908 20.6114 18.9855 20.6614 18.4355L20.6615 18.4338C21.0797 16.5772 21.0797 15.163 20.8286 12.6612C20.7628 12.2869 20.6485 11.9033 20.3726 11.6274C20.0967 11.3515 19.7131 11.2372 19.3387 11.1714C16.8371 10.9203 15.4229 10.9203 13.5651 11.3385C13.0263 11.4598 12.6092 11.875 12.6592 12.425C12.7092 12.975 13.1956 13.3804 13.7456 13.3304L13.9557 13.3114C15.4442 13.1765 16.3383 13.0955 17.4922 13.0936L17.4937 13.0951L12.053 18.5358C11.6625 18.9264 11.6625 19.5595 12.053 19.9501C12.4435 20.3406 13.0767 20.3406 13.4672 19.9501L18.9054 14.5119C18.9021 15.6445 18.8229 16.5339 18.6979 17.9365L18.6696 18.2544Z" />
88- < path d = "M26 16C26 24 24 26 16 26C8 26 6 24 6 16C6 8 8 6 16 6C24 6 26 8 26 16ZM24 16C24 20.014 23.45 21.722 22.586 22.586C21.722 23.45 20.014 24 16 24C11.986 24 10.278 23.45 9.414 22.586C8.55 21.722 8 20.014 8 16C8 11.986 8.55 10.278 9.414 9.414C10.278 8.55 11.986 8 16 8C20.014 8 21.722 8.55 22.586 9.414C23.45 10.278 24 11.986 24 16Z" />
89- </ svg >
90- </ a >
9170 < TiledDiv background = "grass" id = "navbar" >
9271 < div style = { { top : "5em" , position : "relative" } } >
9372 < img src = "/images/logo.png" alt = "Minecraft Logo" width = "100%" />
@@ -119,6 +98,13 @@ export default function HomePage() {
11998 href = "/gallery" >
12099 < button className = "hoverable" > Gallery</ button >
121100 </ Link >
101+ < Link
102+ style = { {
103+ margin : "3px" ,
104+ } }
105+ href = "https://lumen.hackcraft.hackclub.com/" >
106+ < button className = "hoverable" > Shaders</ button >
107+ </ Link >
122108 < Link
123109 style = { {
124110 margin : "3px" ,
You can’t perform that action at this time.
0 commit comments