Browse Source

Added contact page

old
Jean 1 year ago
parent
commit
784a86fae7
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 89 additions and 0 deletions
  1. +75
    -0
      contact/index.html
  2. +14
    -0
      res/mkd/contact.md

+ 75
- 0
contact/index.html View File

@@ -0,0 +1,75 @@
<!-- Contact -->
<!-- ./res/mkd/contact.md -->
<html lang="en">
<head>
<meta charset=utf-8>
<meta name=viewport content=with=device-width>
<title>
Contact - easthighNerd
</title>
<link href="/res/css/main.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
</head>
<body>
<nav>
<a href="/">
Home
</a>
<br>
<br>
<a href="/blog/">
Blog
</a>
<br>
<br>
<a href="https://raru.re/@easthighNerd/">
Mastodon
</a>
<br>
<br>
<!-- <a href="https://pixelfed.social/@easthighNerd/">
Pixelfed
</a>
<br>
<br> -->
<a href="https://git.easthighnerd.me/easthighNerd/">
Gitea
</a>
<br>
<br>
<a href="/software_i_use/">
Software I Use
</a>
<br>
<br>
<a href="/other_interweb_peoples/">
Other Interweb Peoples
</a>
<br>
<br>
<a href="/external_links/">
External Links
</a>
<br>
<br>
<a href="/contact/">
Contact
</a>
</nav>
<main>
<h1 id="here-are-some-ways-you-can-get-a-hold-of-me">Here are some ways you can get a hold of me:</h1>
<ul>
<li>Briar: Get back to me on that one</li>
<li>Email: <a href="mailto:contact@easthighnerd.net">contact@easthighnerd.net</a></li>
<li>Matrix: <span class="citation" data-cites="easthighnerd:matrix.easthighnerd.me">@easthighnerd:matrix.easthighnerd.me</span> (will change in the future)</li>
<li>Phone number: Yeah, no</li>
<li>Session: Get back to me on that one too</li>
<li>Signal: When usernames become a thing</li>
<li>XMPP: easthighnerd@snug.moe</li>
</ul>
<p><br />
</p>
<p><em>I prefer to be contacted over XMPP, however you do you</em></p>
</main>
</body>
</html>

+ 14
- 0
res/mkd/contact.md View File

@@ -0,0 +1,14 @@
Here are some ways you can get a hold of me:
============================================

* Briar: Get back to me on that one
* Email: [contact@easthighnerd.net](mailto:contact@easthighnerd.net)
* Matrix: @easthighnerd:matrix.easthighnerd.me (will change in the future)
* Phone number: Yeah, no
* Session: Get back to me on that one too
* Signal: When usernames become a thing
* XMPP: easthighnerd@snug.moe

\

_I prefer to be contacted over XMPP, however you do you_

Loading…
Cancel
Save