mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
add notes on contact
This commit is contained in:
parent
1fde4eddf0
commit
ab44e5ef75
2 changed files with 32 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||||
packages = with pkgs; [ rustup hugo nodePackages.live-server ];
|
packages = with pkgs; [
|
||||||
|
rustup
|
||||||
|
hugo
|
||||||
|
nodePackages.live-server
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,32 @@
|
||||||
somewhere...
|
somewhere...
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -132,7 +158,7 @@
|
||||||
const ferrisuwu = document.getElementById("ferrisuwu");
|
const ferrisuwu = document.getElementById("ferrisuwu");
|
||||||
function onSecretClick() {
|
function onSecretClick() {
|
||||||
clickCount++;
|
clickCount++;
|
||||||
if (clickCount > 3 && !ferrisuwuAnimating) {
|
if (clickCount > 0 && !ferrisuwuAnimating) {
|
||||||
ferrisuwu.classList.add("ferrisuwu-animate");
|
ferrisuwu.classList.add("ferrisuwu-animate");
|
||||||
ferrisuwuAnimating = true;
|
ferrisuwuAnimating = true;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue