2020-07-16 19:32:30 +00:00
@use super::{header_html, footer_html};
@()
@:header_html(Some("Contact"), None)
2017-05-21 01:03:16 +00:00
< h1 > Contact Information< / h1 >
< div class = "grid" >
< div class = "cell -6of12" >
< h3 > Email< / h3 >
2020-07-16 19:32:30 +00:00
< p > me@@christine.website< / p >
2017-05-21 01:03:16 +00:00
< h3 > Social Media< / h3 >
< ul >
< li > < a href = "https://github.com/Xe" > Github< / a > < / li >
< li > < a href = "https://twitter.com/theprincessxena" > Twitter< / a > < / li >
< li > < a href = "https://keybase.io/xena" > Keybase< / a > < / li >
< li > < a href = "https://ko-fi.com/A265JE0" > Ko-fi< / a > < / li >
2019-04-06 16:37:33 +00:00
< li > < a href = "https://www.patreon.com/cadey" > Patreon< / a > < / li >
2022-01-10 23:09:31 +00:00
< li > < a href = "https://twitch.tv/princessxen" > Twitch< / a > < / li >
2021-07-06 10:34:33 +00:00
< li > < a href = "https://pony.social/@@cadey" > @@cadey@@pony.social< / a > < / li >
2019-06-05 23:54:55 +00:00
< li > Fortnite: Within Reason< / li >
2021-05-20 15:33:39 +00:00
< li > < a href = "irc://irc.libera.chat/#xeserv" > Liberachat: #xeserv< / a > < / li >
2017-05-21 01:03:16 +00:00
< / ul >
< / div >
< div class = "cell -6of12" >
< h3 > Other Information< / h3 >
2019-04-06 16:37:33 +00:00
< p > I have a < a href = "https://www.patreon.com/cadey" > Patreon< / a > if you want to send donations, otherwise my < a href = "https://ko-fi.com/A265JE0" > Ko-Fi< / a > works too.< / p >
2017-05-21 01:03:16 +00:00
< h4 > Telegram< / h4 >
2020-07-16 19:32:30 +00:00
< p > < a href = "https://t.me/miamorecadenza" > @@miamorecadenza< / a > < / p >
2017-05-21 01:03:16 +00:00
< h4 > Discord< / h4 >
2019-05-24 02:52:57 +00:00
< p > < code > Cadey~#1337< / code > < / p >
2017-05-21 01:03:16 +00:00
< / div >
< / div >
2020-07-16 19:32:30 +00:00
@:footer_html()