add notes on contact

This commit is contained in:
nora 2024-08-21 15:52:53 +02:00
parent 1fde4eddf0
commit ab44e5ef75
2 changed files with 32 additions and 2 deletions

View file

@ -1,3 +1,7 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ rustup hugo nodePackages.live-server ];
packages = with pkgs; [
rustup
hugo
nodePackages.live-server
];
}

View file

@ -119,6 +119,32 @@
somewhere...
</p>
</div>
<div>
<h2>contact me</h2>
<p>if you want to contact me for something, use any of the following platforms</p>
<ul>
<li>
discord (preferred):
<pre style="display: inline">noratrieb</pre>
. if you're on a server where i'm too (like the Rust Discord) you can just DM me (make
sure to include the reason in the first message or i will ignore it)
</li>
<li>
twitter:
<pre style="display: inline">@noratrieb</pre>
</li>
<li>
mastodon:
<pre style="display: inline">@nilstrieb@hachyderm.io</pre>
</li>
</ul>
<p>
if for some reason you really like being super secret then
<a href="https://age-encryption.org">age</a>-encrypt something with my current SSH key
found on <a href="https://github.com/Noratrieb.keys">GitHub</a>.
</p>
<p>i do not have a PGP key and do not intend on getting one.</p>
</div>
</div>
</div>
@ -132,7 +158,7 @@
const ferrisuwu = document.getElementById("ferrisuwu");
function onSecretClick() {
clickCount++;
if (clickCount > 3 && !ferrisuwuAnimating) {
if (clickCount > 0 && !ferrisuwuAnimating) {
ferrisuwu.classList.add("ferrisuwu-animate");
ferrisuwuAnimating = true;
setTimeout(() => {