123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?php
- /**
- * <https://y.st./>
- * Copyright (C) 2015-2016 //y.st. <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Contact me',
- 'subtitle' => 'Reach out and say "hello"!',
- 'copyright year' => '2015-2017',
- 'body' => <<<END
- <p>
- I can't be reached directly through this website, but I can be reached via email or on other sites and networks.
- </p>
- <h2>Reach me at home:</h2>
- <ul>
- <li>
- <a href="mailto:contact@y.st">email</a>
- </li>
- <li>
- <a href="xmpp:alex@y.st">$a[XMPP]</a>
- </li>
- </ul>
- <h2>Reach me on the federated social networks:</h2>
- <p>
- Currently, I do not have the resources to host my entire social presence at my own domain.
- These accounts will one day be migrated to somewhere that I have more control over.
- For now though, I may be reached at my accounts on other peoples' domains.
- </p>
- <ul>
- <li>
- <a href="https://diaspora.permutationsofchaos.com./people/a97a1980865a013314a61746628214e1">diaspora*</a>
- </li>
- <li>
- <a href="https://loadaverage.org./yst">$a[GNU] Social</a>
- </li>
- <li>
- <a href="https://pumpyourself.com/y.st.">pump.io</a>
- </li>
- </ul>
- <h2>Reach me abroad:</h2>
- <ul>
- <li>
- <a href="https://addons.mozilla.org./en-US/firefox/user/Yst/">Add-ons for Firefox</a>
- </li>
- <li>
- <a href="https://atlas.torproject.org./#details/B1F43963417031F4F43D2EB7D62D148F9DACF5EF">Atlas</a>
- </li>
- <li>
- <a href="https://bandcamp.com./y_st">Bandcamp</a>
- </li>
- <li>
- <a href="https://disqus.com/by/yw/">Disqus</a>
- </li>
- <li>
- <a href="https://ello.co/syt">Ello</a>
- </li>
- <li>
- <a href="https://forum.minetest.net./memberlist.php?mode=viewprofile&u=13238&sid=f1443050a4ae6be98d784a17e2a6845e">Minetest Forums</a>
- </li>
- <li>
- <ul>
- <li>
- <a href="https://git.vola7ileiax4ueow.onion/y.st.">Volatile Git (onion address)</a>
- </li>
- <li>
- <a href="https://git.volatile.ch/y.st.">Volatile Git (clearnet address)</a>
- </li>
- </ul>
- </li>
- <li>
- <a href="https://github.com/Y-st">GitHub</a>
- </li>
- <li>
- <a href="https://notabug.org./y.st.">NotABug.org</a>
- </li>
- <li>
- <a href="https://www.coursera.org/user/i/a478b7755d8c5aa576c6fe528bc3f283">Coursera</a>
- </li>
- <li>
- <a href="https://www.dailykos.com./user/Yst">Daily Kos</a>
- </li>
- <li>
- <a href="https://www.duolingo.com./y.st.">Duolingo</a>
- </li>
- <li>
- <a href="ircs://irc.oftc.net./">OFTC</a>
- </li>
- <li>
- <a href="http://community.floraverse.com./users/y.st/activity">Floraverse Forums</a>
- </li>
- <li>
- <a href="http://www.bradsucks.net./forums/users/y-st/">Brad Sucks</a>
- </li>
- <li>
- <a href="http://www.joshwoodward.com./mod/account/view.php?username=yst">Josh Woodward</a>
- </li>
- </ul>
- <h2>Reach me using archaic technology:</h2>
- <ul>
- <li>
- <a href="sms:+15417807128">$a[SMS]</a>
- </li>
- <li>
- <a href="tel:+15417807128">Telephony</a>
- </li>
- </ul>
- END
- );
|