contact.xhtml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright (C) 2015-2016 //y.st. <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Contact me',
  21. 'subtitle' => 'Reach out and say &quot;hello&quot;!',
  22. 'copyright year' => '2015-2017',
  23. 'body' => <<<END
  24. <p>
  25. I can&apos;t be reached directly through this website, but I can be reached via email or on other sites and networks.
  26. </p>
  27. <h2>Reach me at home:</h2>
  28. <ul>
  29. <li>
  30. <a href="mailto:contact@y.st">email</a>
  31. </li>
  32. <li>
  33. <a href="xmpp:alex@y.st">$a[XMPP]</a>
  34. </li>
  35. </ul>
  36. <h2>Reach me on the federated social networks:</h2>
  37. <p>
  38. Currently, I do not have the resources to host my entire social presence at my own domain.
  39. These accounts will one day be migrated to somewhere that I have more control over.
  40. For now though, I may be reached at my accounts on other peoples&apos; domains.
  41. </p>
  42. <ul>
  43. <li>
  44. <a href="https://diaspora.permutationsofchaos.com./people/a97a1980865a013314a61746628214e1">diaspora*</a>
  45. </li>
  46. <li>
  47. <a href="https://loadaverage.org./yst">$a[GNU] Social</a>
  48. </li>
  49. <li>
  50. <a href="https://pumpyourself.com/y.st.">pump.io</a>
  51. </li>
  52. </ul>
  53. <h2>Reach me abroad:</h2>
  54. <ul>
  55. <li>
  56. <a href="https://addons.mozilla.org./en-US/firefox/user/Yst/">Add-ons for Firefox</a>
  57. </li>
  58. <li>
  59. <a href="https://atlas.torproject.org./#details/B1F43963417031F4F43D2EB7D62D148F9DACF5EF">Atlas</a>
  60. </li>
  61. <li>
  62. <a href="https://bandcamp.com./y_st">Bandcamp</a>
  63. </li>
  64. <li>
  65. <a href="https://disqus.com/by/yw/">Disqus</a>
  66. </li>
  67. <li>
  68. <a href="https://ello.co/syt">Ello</a>
  69. </li>
  70. <li>
  71. <a href="https://forum.minetest.net./memberlist.php?mode=viewprofile&amp;u=13238&amp;sid=f1443050a4ae6be98d784a17e2a6845e">Minetest Forums</a>
  72. </li>
  73. <li>
  74. <ul>
  75. <li>
  76. <a href="https://git.vola7ileiax4ueow.onion/y.st.">Volatile Git (onion address)</a>
  77. </li>
  78. <li>
  79. <a href="https://git.volatile.ch/y.st.">Volatile Git (clearnet address)</a>
  80. </li>
  81. </ul>
  82. </li>
  83. <li>
  84. <a href="https://github.com/Y-st">GitHub</a>
  85. </li>
  86. <li>
  87. <a href="https://notabug.org./y.st.">NotABug.org</a>
  88. </li>
  89. <li>
  90. <a href="https://www.coursera.org/user/i/a478b7755d8c5aa576c6fe528bc3f283">Coursera</a>
  91. </li>
  92. <li>
  93. <a href="https://www.dailykos.com./user/Yst">Daily Kos</a>
  94. </li>
  95. <li>
  96. <a href="https://www.duolingo.com./y.st.">Duolingo</a>
  97. </li>
  98. <li>
  99. <a href="ircs://irc.oftc.net./">OFTC</a>
  100. </li>
  101. <li>
  102. <a href="http://community.floraverse.com./users/y.st/activity">Floraverse Forums</a>
  103. </li>
  104. <li>
  105. <a href="http://www.bradsucks.net./forums/users/y-st/">Brad Sucks</a>
  106. </li>
  107. <li>
  108. <a href="http://www.joshwoodward.com./mod/account/view.php?username=yst">Josh Woodward</a>
  109. </li>
  110. </ul>
  111. <h2>Reach me using archaic technology:</h2>
  112. <ul>
  113. <li>
  114. <a href="sms:+15417807128">$a[SMS]</a>
  115. </li>
  116. <li>
  117. <a href="tel:+15417807128">Telephony</a>
  118. </li>
  119. </ul>
  120. END
  121. );