Browse Source

feat: add links to mail and pgp

master
Garrit Franke 3 years ago
parent
commit
cc9de5cb2c
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 19
      components/Profile.js
  2. 8
      pages/posts/[post].js

19
components/Profile.js

@ -5,13 +5,6 @@ export default function Profile(props) {
<div className="profile">
<h2>Garrit Franke</h2>
<p>Random thoughts, tips and rants about software</p>
<Link href="https://lists.sr.ht/~garritfra/public-inbox">
Public Inbox
</Link>
<br />
<Link href="https://matrix.to/#/@garrit:matrix.slashdev.space">
Matrix
</Link>
<br />
<Link href="https://garrit.xyz">Website</Link>
<br />
@ -19,6 +12,18 @@ export default function Profile(props) {
<br />
<Link href="https://www.linkedin.com/in/garritfranke/">LinkedIn</Link>
<br />
<Link href="mailto:garrit@slashdev.space">
Email
</Link>
<br />
<Link href="https://matrix.to/#/@garrit:matrix.slashdev.space">
Matrix
</Link>
<br />
<Link href="https://keyoxide.org/hkp/garrit@slashdev.space">
PGP
</Link>
<br />
<Link href="/rss.xml">RSS</Link>
<style jsx>
{`

8
pages/posts/[post].js

@ -29,11 +29,11 @@ export default function BlogTemplate(props) {
<p>
If you enjoyed this post, consider{" "}
<a href="https://donate.slashdev.space">buying me a coffee</a>! Got
comments? Drop a mail in my{" "}
<a href="https://lists.sr.ht/~garritfra/public-inbox">
public inbox
comments? Send me a{" "}
<a href="mailto:garrit@slashdev.space">
Mail
</a>
, or send me a message on{" "}
, or shoot me a message on{" "}
<a href="https://matrix.to/#/@garrit:matrix.slashdev.space">
Matrix
</a>

Loading…
Cancel
Save