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
< p > My GPG fingerprint is < code > 799F 9134 8118 1111< / code > . If you get an email that appears to be from me and the signature does not match that fingerprint, it is not from me. You may download a copy of my public key < a href = "/static/gpg.pub" > here< / a > .< / p >
< 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 >
2017-05-21 01:03:16 +00:00
< li > < a href = "https://www.facebook.com/chrissycade1337" > Facebook< / a > < / li >
2020-07-16 19:32:30 +00:00
< li > < a href = "https://mst3k.interlinked.me/@@cadey" > @@cadey@@mst3k.interlinked.me< / a > < / li >
2019-06-05 23:54:55 +00:00
< li > Fortnite: Within Reason< / 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()