✨ added Connect-page
This commit is contained in:
parent
1b52297972
commit
e6d400c46e
2 changed files with 29 additions and 2 deletions
25
src/pages/connect.md
Normal file
25
src/pages/connect.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: "Connect"
|
||||||
|
description: ""
|
||||||
|
layout: "../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
Feel free to drop me an email! Whether it's to say hello, discuss the latest must-see series, offer a fresh perspective, or anything else. Think of my inbox as the friendly neighborhood café where all conversations are welcome.
|
||||||
|
|
||||||
|
E-mail: kjelsrudsindre@gmail.com
|
||||||
|
|
||||||
|
## Across the cyberspace
|
||||||
|
|
||||||
|
- [GitHub](https://github.com/SindreKjelsrud)
|
||||||
|
- [LinkedIn](https://www.linkedin.com/in/sindrekjelsrud)
|
||||||
|
- [Instagram](https://www.instagram.com/sindrekjelsrud/)
|
||||||
|
- [Spotify](https://open.spotify.com/user/kjelsrud!)
|
||||||
|
|
||||||
|
|
||||||
|
## GPG
|
||||||
|
|
||||||
|
If you want to send me an encrypted message via email, please use my GPG-key:
|
||||||
|
|
||||||
|
Fingerprint: `9E311661E72C4C17C8A91C81D2BBDF3EDE6BA9A6`
|
||||||
|
|
||||||
|
Quick import: `curl -sL https://kjelsrud.dev/public-key.asc | gpg --import`
|
|
@ -4,10 +4,12 @@ description: "The navbar was becoming unwieldy, here you'll see some more of the
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[🌐 Connect](/connect)
|
||||||
|
|
||||||
|
[✨ Uses (under construction)](/)
|
||||||
|
|
||||||
[📜 CV (under construction)](/)
|
[📜 CV (under construction)](/)
|
||||||
|
|
||||||
[📚 Logs](/logs)
|
[📚 Logs](/logs)
|
||||||
|
|
||||||
[🌱 Digital garden](/garden)
|
[🌱 Digital garden](/garden)
|
||||||
|
|
||||||
[✨ Uses (under construction)](/)
|
|
Loading…
Add table
Reference in a new issue