Replace greetings with important stuff
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m45s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m45s
This commit is contained in:
parent
cd97fabf9d
commit
ddc9055800
1 changed files with 11 additions and 2 deletions
|
@ -35,10 +35,19 @@ const age = seconds / 31556952;
|
|||
</main>
|
||||
</Partition>
|
||||
<Partition>
|
||||
<Greeting
|
||||
<h1 class="text-2xl">Usefull Stuff</h1>
|
||||
<ul class="list-disc p-4">
|
||||
<li>PGP public key fingerprint: <code>7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B</code></li>
|
||||
<li>PGP public key: <a href="/static/keys/49776EAC872B884B_public.asc" download="49776EAC872B884B_public.asc"><code>49776EAC872B884B_public.asc</code></a> <sub><a href="https://archive.org/details/49776EAC872B884B_public.asc" target="_blank">archive link</a></sub></li>
|
||||
<li>SSH public key: <a href="https://git.aria.coffee/BuyMyAria.keys" target="_blank">on my personal git serrver</a> or <a href="https://git.witchcraft.systems/aria.keys" target="_blank">on witchcraft systems' git server</a></li>
|
||||
<li>Email: <a href="mailto:hello@aria.coffee"><code>hello@aria.coffee</code></a></li>
|
||||
</ul>
|
||||
<br />
|
||||
<sub>There is a PGP signed note with all my info <a href="/static/messages/keys_and_addrs.txt" target="_blank">here</a> <sub><a href="https://archive.org/details/keys_and_addrs" target="_blank">archive link</a></sub></li></sub>
|
||||
<!-- <Greeting
|
||||
client:load
|
||||
messages={["Yo", "Hallo", "Ayo", "Hiya", "You're cute"]}
|
||||
/>
|
||||
/> -->
|
||||
</Partition>
|
||||
<Partition>
|
||||
<h1>Socials:</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue