diff options
author | ahriman <ahriman@falte.red> | 2018-12-17 06:16:11 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-17 06:16:11 +0000 |
commit | 30b4302b4d813eca04492985116fa7b080a4362c (patch) | |
tree | 70f0cd03a49859a0de18d52c1f33b71b398718b7 | |
parent | 2a08ebef0d225cfd480a7171e1ce85475ebbff9c (diff) | |
download | site-30b4302b4d813eca04492985116fa7b080a4362c.tar.gz |
changed contact email
-rw-r--r-- | coc.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rwxr-xr-x | submit.php | 2 | ||||
-rw-r--r-- | table.connusers | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/coc.html b/coc.html index adec70f..2d41a79 100644 --- a/coc.html +++ b/coc.html @@ -106,7 +106,7 @@ concise description of your grievance.</p> <ul> <li>on IRC using <code>/msg ahriman hello</code></li> <li>via e-mail at the private addresses listed above.</li> -<li>via the main tilde.institute email address: <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a> +<li>via the main tilde.institute administrator email address: <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a> </ul> <h2>10. License and Attribution</h2> <p>This code of conduct is based on diff --git a/index.html b/index.html index b61d108..0aa0411 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ <li>irssi</li> <li>ircII</li> </ul> - <p>Feel free to contact ahriman via the mailing list or on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p> + <p>Feel free to contact ahriman via <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a> or on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p> <div id="news"> <h1>News & Updates</h1> <em>2018 December 16</em> diff --git a/submit.php b/submit.php index f0aaa47..4aa902b 100755 --- a/submit.php +++ b/submit.php @@ -123,7 +123,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { fclose($fuzzyfile); ?> -<br /><h3>Thank you for signing up! Please allow up to 24 hours for an account to become active. If you have any questions or issues, please email <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>.</h3> +<br /><h3>Thank you for signing up! Please allow up to 24 hours for an account to become active. If you have any questions or issues, please email <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a>.</h3> <?php diff --git a/table.connusers b/table.connusers index 6d4186c..069ba79 100644 --- a/table.connusers +++ b/table.connusers @@ -1,3 +1,4 @@ <ul> -<li>xvetrd rnelson lorenzo </li> +<li>lorenzo</li> +<li>rnelson</li> </ul> |