webpage

my webpage huuuh????
git clone git://fozunja.glamour.ovh/webpage
Log | Files | Refs

index.ss (6806B)


      1 (include "src/jokes.ss")
      2 (include "src/defs.ss")
      3 
      4 (default-template "Home" "FOZUNJA"
      5   (card "silly animated text"
      6     (marquee (map span* silly-texts)))
      7   (card "why this exists"
      8     (p
      9       "Hello $USERNAME!"
     10       "I may or may not post my chaotic and sometimes awkward (awk reference lmao) code misadventures here."
     11       "Do not take any of my projects seriously though, they are generated by foxgirl entropy essentially xD"
     12       "Maybe you'll get to know how to get 100 cars like epic lisp-dev bajillionaire :3"
     13       "jk, do not, write readable code without infinite nested CARs."
     14       "I decided to make my website as more permanent place for my misandentures coz one of"
     15       "fediverse instances where I mainly posted just died, like literally instance admin reported that"
     16       "their server's PSU fried itself."
     17       "If that webpage feels alien to you, just a reminder: lisp mascot is literal alien.")
     18     (noscript
     19       (p "Fatal Error: Scripts could not be disabled because this website does not even use javascript.")))
     20   (list-card "random facts"
     21     "I had Ubuntu 10 screenshots in 9th grade IT book"
     22     "I changed schools only once"
     23     "I discovered UID-spoofing vulnerability in cvolton core in 2019"
     24     "I never did my homework"
     25     "I wrote some php dashboard for GDPS with custom backend in 2020."
     26     "I used to correct IT teacher as school student, she said stdio is a function xD"
     27     "I could skip next IT lesson if I manage to finish excercises meant for two lessons"
     28     "I won bronze medal in school chess tournament after making 3 draws in a row, lol"
     29     "My git account was created on april 1st"
     30     "Most people who lost to me in chess irl did so only because I am stoic ._."
     31     "I was osu!mania country's top 45 before leaving osu"
     32     "Apparently almost nobody plays osu!mania in my country"
     33     "I used to use nvidia quadro m2000m on wayland to create glitch effects for art"
     34     "My first phone was motorola E398"
     35     "My roommate switched to Linux because they saw I used it everyday without issues"
     36     "I know Lovare (tea company) graphical designer irl :3"
     37     "My room smells like 10 flavours of tea"
     38     "\"I\" is most used word in this section")
     39   (p-card "my username"
     40     "My current username \"Fozunja\" is mix of word FOSS written in romaji \"fozu/fosu\" and \"nya\"."
     41     "It sounds like (en): Foh-Zoo-Nya; (cz/lv/pl/sk): *exactly like it's written*.")
     42   (p-card "original character"
     43     "The OC itself is similar to firefox-chan (2007 one) and Reina (from Rave Master anime)."
     44     "School uniform literally copies style from PC98 VNs. It's drawn on 150x106 canvas with 6-color indexed palette,"
     45     "all of them are EGA palette.")
     46   (list-card "links"
     47     (map-tag ah `(
     48       (,git-link       "git (gogs)")
     49       (,pleroma-link   "fediverse (ua, pleroma)")
     50       (,snac-link      "fediverse (en, snac)")
     51       (,wired-link     "fediverse (en, pleroma)")
     52       (,deltachat-link "deltachat")
     53       (,xmpp-link      "xmpp")
     54       (,peertube-link  "peertube"))))
     55   (list-card* "stack / interests"
     56     "FreeBSD"
     57     "C89"
     58     "es-shell & sh"
     59     "Scheme"
     60     "Webscraping & parsing"
     61     "Programming language design")
     62   (tagged-card "things i like" '(
     63     anime
     64       ("Speed Grapher (2005)"
     65        "Ice (2007)"
     66        "Hakata Tonkotsu Ramens (2018)"
     67        "Hellsing (2001)"
     68        "Bounty Dog (1994)"
     69        "Ghost In The Shell (1995)"
     70        "Appleseed (1988)"
     71        "Serial Experiments Lain (1998)"
     72        "Perfect Blue (1998)"
     73        "You're under arrest! (1999)"
     74        "Persona: trinity soul (2008)"
     75        "Chaos;Head (2008)"
     76        "Jigoku shoujo (2005)"
     77        "Back Street Girls Gokudolls (2019)"
     78        "16bit sensation (2023)"
     79        "Interlude (2004)"
     80        "The garden of sinners"
     81        "Lunar Legend Tsukihime (2003)")
     82     music
     83        (Gothic-metal
     84          (Eternal-Melody
     85           ("Eternal Black"))
     86        Power-metal
     87          (Dragon-Guardian
     88           ("Velga (2010)"
     89            "Ao No Shishi (2010)")
     90          Sword-Of-Justice
     91            ("Beyond the darkness (2016)"
     92             "Elysion (2022)")
     93          Tokyo-Meltimelt
     94            ("Reincarnation (2020)"
     95             "Paradigm Knot (2024)"
     96             "Novel (2022)"))
     97        Progressive-metal
     98          (Release-Hallucination
     99           ("Dystopia (2012)"
    100            "Ariande (2013)"
    101            "Nightmare Outbreak (2015)"
    102            "Chronostasis (2016)"
    103            "Imperfection of imaginary numbers (2019)"))
    104        Melodic-death-metal
    105          (Zemeth
    106           ("Zessei no aika to kuro beni no tsuioku (2023)"
    107            "Ethereal Mirage (2025)"))
    108        Nagoya-kei
    109          (deadman
    110           ("in the direction of sunrise and light (2005)"
    111            "degrees centigrade (2004)"))
    112        "Various anime OST")
    113     videogames
    114      (rhythm-games
    115         ("Etterna")
    116       RPG
    117         ("Shining Blade")
    118       GBA-games
    119         ("Samurai Deeper Kyo"
    120          "Dancing Sword"
    121          "Castlevania: Aria of Sorrow")
    122       Platformers
    123         ("Dangerous Dave 2")
    124       FPS
    125         ("Nexuiz")
    126       Rogue-likes
    127         ("Brogue"))
    128     TUI-apps
    129       ("cmus"
    130        "vis (vise)"
    131        "senpai (IRC client)")))
    132   (list-card "things i hate"
    133     "nazis"
    134     "soviet union and russian empire fans"
    135     "tankies/moskvophiles"
    136     "queerphobes and transphobes"
    137     "modern web and electron"
    138     "water cooling")
    139   (card "my button"
    140     (p "you can add my button to your webpage. It's fine to hotlink."
    141        "DM/email me and I possibly will add your button back.")
    142     (map-tag codeblock* `(
    143       ("xhtml"
    144        "<a href=\"" ,my-url "\">\n"
    145        "  <img alt=\"fozunja's button\"\n"
    146        "       src=\"" ,my-url "/88x31/fznj.png\" />\n"
    147        "</a>")
    148       ("md"
    149        "[![fozunja's button](\n"
    150         "  " ,my-url "/88x31/fznj.png\n"
    151         ")](" ,my-url ")"))))
    152   (p-card "pgp"
    153     "-----BEGIN PGP PUBLIC KEY BLOCK-----" br/
    154     "mDMEacW7fxYJKwYBBAHaRw8BAQdA0f/tgNO5SzYKazLKzKp8gj4o5q4TxwYPFx4a" br/
    155     "TFh4O/C0HWZvenVuamEgPGZvenVuamFAZ2xhbW91ci5vdmg+iHIEExYIABoECwkI" br/
    156     "BwIVCAIWAQIZAQWCacW7fwKeAQKbAwAKCRBOZIyveL0kb224AP42XXzBm8AIRLdT" br/
    157     "Bp3vcgAkXmk6ImbQQX01ufEKksbaWgD8CmhpU7EOhXe1zB8OBE9zoAdkq1qTMFz0" br/
    158     "viE3WfqvLQK4OARpxbt/EgorBgEEAZdVAQUBAQdA73VY0mGT4V9flb6aUhpfAitI" br/
    159     "YFlNvzVDX9oYquJsiB4DAQgHiGEEGBYIAAkFgmnFu38CmwwACgkQTmSMr3i9JG/5" br/
    160     "3QEA7I4wEpL6McT3Y02XgAwE0ZQ3VSergGaY/d6s68/v3FIA/3+C4AvMjfqZkfRt" br/
    161     "M/UbmZl54Jsg5sjN+C5rRPNEFL4P" br/
    162     "=auN4" br/
    163     "-----END PGP PUBLIC KEY BLOCK-----")
    164   (p-card "buttons"
    165     (map-tag b88x31 `(
    166       ("fznj.png"      ,my-url)
    167       ("m0espace.png"  "https://m0e.space")
    168       ("lunya.png"     "https://lunya.pet")
    169       ("sel.png"       "https://wasp.best")
    170       ("pc_glam.png"   "https://computer.glamour.ovh")
    171       ("lw_darker.gif" "https://linkinwires.link")))))