From 6ab3f1c1af34a2aa4a257b1ba98e0baeb48a5ba4 Mon Sep 17 00:00:00 2001 From: Annwan Date: Fri, 23 Jan 2026 23:47:11 +0100 Subject: [PATCH] buttons! --- assets/style/common.css | 8 +++++++ src/index.pdf | Bin 0 -> 2306 bytes src/index.typ | 50 +++++++++++++++++++++++++++++----------- 3 files changed, 45 insertions(+), 13 deletions(-) create mode 100644 src/index.pdf diff --git a/assets/style/common.css b/assets/style/common.css index 3ddec8a..8faa68e 100644 --- a/assets/style/common.css +++ b/assets/style/common.css @@ -1025,6 +1025,14 @@ aside { } } +.buttonbox { + padding-top: 20px +} + +.buttonbox a { + margin: 5px; +} + /****** Main body styling ******/ main { diff --git a/src/index.pdf b/src/index.pdf new file mode 100644 index 0000000000000000000000000000000000000000..83fd151b06fd14752996629a4a5f6afaca06dec9 GIT binary patch literal 2306 zcma)8-EN~s6i(GUq`t$5Rivy|W&r=hAe)t9)@rn2YuWC0)o3p!a3E}81`T7G&d!3J ziX}`jL{^&{rQ7#QbkzxI^1i89dMz52 zOOr`DHE)%wd`h?5t+nl2LT1$QJdfHgb={s!(q4Vf6>ECDe$y%lp^jx^a9fcK(k~XZOj%6Q7M$z|W%koHk zy~w^VuV|GW7*!`5N3K*!N*$|DO%hC+vhv&RS_@GG-3FV`=eLt2_6x?d4a;Dc{0o-t z9*R5wKB1VuA`f;C`jQ@TP-7&LJiW)346tW=w$pR_YuEJ$Bi|jovu)qDceXo{2T$Qg zm^!ANBr?~F%>SeZZQy9t9RPz$g)Es0SXC8y%&-$MOWODL3bjO$f5~gbcnp_eV0)vB z!AJMu67KRZ3w87E%RzxedZMNfjDI}#fSsbLe(u=hVQ8V>tIlK!&C zoDtEtgdec6{Q`3b&I_#XoWH;Z9 rl|ZmyI`cZAxNUZ)kX)a=*4S^!>sNYl*NRD{bLM#CzHxf`;kWsJsv)2R literal 0 HcmV?d00001 diff --git a/src/index.typ b/src/index.typ index 3aabd69..707c125 100644 --- a/src/index.typ +++ b/src/index.typ @@ -6,16 +6,40 @@ Hi, welcome to my wiki website blog thing Search a page in the search bar above (#sym.arrow.t), see a list of all the pages on the #link("/pagelist.html")[Page List] or #html.a(href: "#random", class: "random_page")[visit a random page] -#html.hr() -/* -Want a button to this website? Copy the following code -```html - - Annwan's Wiki - -``` -*/ +=== Other cool people and sites + +#{ + import html: * + div(class: "buttonbox", { + a(href: "https://dipndops.neocities.org/", target: "_blank", img( + src: "https://dipndops.neocities.org/dipdop_button.gif", + title: "dipdop hideout", + alt: "dipndops", + )) + a(href: "https://khimatales.neocities.org/", target: "_blank", img( + src: "https://khimatales.neocities.org/FloralsCoolAwesomeNeoCitiesAffilateLink.gif", + title: "Khima Tales", + alt: "Khima Tales", + )) + a(href: "https://yokokasquest.com/", target: "_blank", img( + src: "https://yokokasquest.com/wp-content/uploads/2026/01/yq-button.png", + title: "Yokoka's Quest - An Adventure Webcomic That Updates M/W/F!", + alt: "Yokoka's Quest", + )) + a(href: "https://toyhou.se/katesleepybun", target: "_blank", img( + src: "https://f2.toyhou.se/file/f2-toyhou-se/characters/37336946?1769119669.png", + title: "katethesleepybun on ToyHouse", + alt: "katethesleepybun on ToyHouse", + )) + a(href: "https://forums.cisumchronicles.com/viewtopic.php?t=19", target: "_blank", img( + src: "https://khimatales.neocities.org/CanYou.gif", + title: "The Execution of Talo [CYOA]", + alt: "The Execution of Talo [CYOA]", + )) + a(href: "https://toyhou.se/DreamyPumpkins", target: "_blank", img( + src: "https://f2.toyhou.se/file/f2-toyhou-se/images/113846742_IaqYsOqwcaKAQz6.png", + title: "DreamyPumpkins on ToyHouse", + alt: "DreamyPumpkins on ToyHouse", + )) + }) +}