2023-10-16 19:08:01 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=Rampart+One&family=Shantell+Sans:wght@400;600&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "styles.css" >
2024-06-23 21:04:00 +00:00
< link rel = "me" href = "https://groupe-tazor.com/@Yuki" >
2023-10-16 19:08:01 +00:00
< link rel = "me" href = "https://im-in.space/@Yuki" >
2024-06-23 21:04:00 +00:00
< link rel = "shortcut icon" href = "favicon.png" type = "image/png" >
2023-10-16 19:08:01 +00:00
< title > Yuki's website< / title >
< / head >
< body >
< main >
< div id = "logo" title = "Obverse: the kanji for my name. It's unusual since this character shouldn't exist and is widely regarded as a mistake by the JIS. Reverse: a purple-haired anime girl with round glasses that claims to be me. She looks cute." >
< div id = "logo-inner" >
< div id = "logo-front" > 膤< / div >
< div id = "logo-back" > < / div >
< / div >
< / div >
< h1 > Hi, I'm Yuki< / h1 >
< section > Programmer, writer, artist, casual hacker, average nerd, probably not in this order but sometimes at the same time< / section >
< ul >
< li > < a href = "https://a39.ca" title = "A creative studio based in Québec City, Canada." > a39 studios< / a > < / li >
< li > < a href = "https://yukiis.moe" title = "The life and tribulations of Yuki and Tsuki, a pair of foxgirls who have no idea of what they're doing." > horse life 98< / a > < / li >
< li > < a href = "https://toasters.rocks" title = "Sometimes I write things." > toasters rocks< / a > < / li >
< li > < a href = "https://codewalr.us" title = "A community of calculator hackers, game makers, and artists." > codewalrus< / a > < / li >
2024-03-21 02:34:42 +00:00
< li > < a href = "https://dansunegalaxie.ca" title = "Fan wiki for TV show Dans une Galaxie près de chez vous" > dans une galaxie wiki< / a > < / li >
< li > < a href = "https://toile.qc.to" title = "Search engine based on SearXNG" > toile< / a > < / li >
2024-10-28 17:14:23 +00:00
< li > < a href = "https://7grand.dad" title = "GRAND DAD??? FLEENSTONES???" > 7 GRAND DAD< / a > < / li >
< li > < a href = "https://instagram.com/jexiste.pour.vrai" title = "" > julie existe< / a > < / li >
2024-03-21 02:34:42 +00:00
< li > < a rel = "me" href = "https://groupe-tazor.com/@Yuki" title = "My main social media account. I don't really use any other social media aside from this one." > fediverse< / a > < / li >
2023-10-16 19:08:01 +00:00
< li > < a href = "https://patreon.com/a39" title = "Shut up and throw me money. Might send devlogs and exclusivities on my work in exchange." > patreon< / a > < / li >
< li > < a href = "https://git.a39.ca/yuki" title = "A repository of code I wrote. May contain sources for the above websites." > source code< / a > < / li >
2023-11-06 05:21:08 +00:00
< li > < a href = "contact.html" title = "If you ever need to send me email, but that's probably a last resort, I guess." > contact< / a > < / li >
2023-10-16 19:08:01 +00:00
< / ul >
2024-03-21 02:40:16 +00:00
< nav >
2024-06-23 21:04:00 +00:00
< a href = "." title = "This website" >
< img src = "buttons/xn--u80a.png" alt = "This website" >
< / a >
< a href = "https://a39.ca" title = "a39" >
< img src = "buttons/a39.png" alt = "a39" >
< / a >
< a href = "https://codewalr.us" title = "CodeWalrus" >
< img src = "buttons/codewalrus.png" alt = "CodeWalrus" >
< / a >
< a href = "https://yukiis.moe" title = "Horse Life 98" >
< img src = "buttons/hl98.png" alt = "Horse Life 98" >
< / a >
< a href = "https://toasters.rocks" title = "Toasters Rocks" >
< img src = "buttons/toastersrocks.png" alt = "Toasters Rocks" >
< / a >
< / nav >
< nav >
< a href = "https://dreamofomnimaga.page/" title = "Dream of Omnimaga Music" >
< img src = "buttons/dreamofomni.png" alt = "Dream of Omnimaga Music" >
2024-03-21 02:40:16 +00:00
< / a >
< a href = "https://reimu.info/" title = "Ezio's website" >
< img src = "buttons/ezio.png" alt = "Ezio's website" >
< / a >
< a href = "https://mjdxp.neocities.org/" title = "mjdxp's website" >
< img src = "buttons/mjdxp.png" alt = "mjdxp's website" >
< / a >
< a href = "https://silk.ms/" title = "silk.ms" >
< img src = "buttons/silk.png" alt = "silk.ms" >
< / a >
< a href = "https://skyeweeb.weebly.com" title = "Skye's website" >
< img src = "buttons/skye.png" alt = "Skye's website" >
< / a >
< a href = "https://mariomasta64.me" title = "Flan's website" >
< img src = "buttons/mariomasta64.png" alt = "Flan's website" >
< / a >
2024-06-23 21:04:00 +00:00
< a href = "https://biribiri.dev" title = "Project Radio Noise" >
< img src = "buttons/biribiri.png" alt = "Project Radio Noise" >
< / a >
< a href = "https://tengu.space" title = "tengu.space" >
< img src = "buttons/tengu.png" alt = "tengu.space" >
< / a >
2024-03-21 02:40:16 +00:00
< / nav >
2023-10-16 19:08:01 +00:00
< footer >
avatar by sutemo
< br / > website designed by Yuki
< br / > want one like this? hit me up!
< br / > made with < 3 in Québec City, Canada
< / footer >
< / main >
< / body >
2024-10-28 17:14:23 +00:00
< / html >