💬 redo some text on index, about & contact
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
59b60275d0
commit
bf8601f78d
3 changed files with 11 additions and 18 deletions
|
@ -4,25 +4,23 @@ description: ''
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
Hello! My name is Sindre Kjelsrud, also known as ["Sid"](/avatar.webp). I'm a 3rd year Computer Science student at Western University of Applied Sciences, campus Bergen.
|
Hello! My name is Sindre Kjelsrud, also known as ["Sid"](/avatar.webp). I'm a 20-something BSc compsci gradute from Western University of Applied Sciences, campus Bergen.
|
||||||
|
|
||||||
What do I like to do you ask? Well a lot, but as you read on the landing page I mostly like spending my free time bouldering/climbing, play some games on my Wii, watch the newest One Piece episode or build cairns. Below is some other information about me!
|
What do I like to do you ask? Well a lot, but as you read on the landing page I mostly like spending my free time bouldering/climbing, play some games on my Wii, watch the newest One Piece episode or build cairns. Below is some other information about me!
|
||||||
|
|
||||||
👴🏼 **Age:** 24
|
|
||||||
|
|
||||||
👒 **Favorite Anime:** One Piece
|
👒 **Favorite Anime:** One Piece
|
||||||
|
|
||||||
🎵 **Favorite Music:** Everything indie (indie-rock/indie-pop/etc.), J-Pop & techno.
|
🎵 **Favorite Music:** Techno
|
||||||
|
|
||||||
📽️ **Favorite Movie:** Ready Player One || Le Sommet des Dieux
|
📽️ **Favorite Movie:** Ready Player One or The Summit of the Gods
|
||||||
|
|
||||||
🎮 **Favorite Games:** Minecraft && Wii Sports
|
🎮 **Favorite Games:** Minecraft & Wii Sports
|
||||||
|
|
||||||
📺 **Favorite Series:** Limitless && Silicon Valley
|
📺 **Favorite Series:** Limitless
|
||||||
|
|
||||||
📚 **Favorite Books/Mangas:** Permanent Record && The Summit of the Gods
|
📚 **Favorite Books/Mangas:** Permanent Record & Hi Score Girl
|
||||||
|
|
||||||
## Want to contact me? 📫
|
## Want to contact me? 📫
|
||||||
|
|
||||||
You'll find all my contact information, and *"social media"*, under [contact](/contact)!
|
You'll find all my contact information under [contact](/contact)!
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
Feel free to drop me an email: `hello [at] kjelsrud.dev`! Whether it's to say hello, discuss the latest must-see anime, offer a fresh perspective, or anything else. Think of my inbox as the friendly neighborhood café where all conversations are welcome.
|
Feel free to drop me an email: `hello [at] kjelsrud [dot] dev`! Whether it's to say hello, discuss the latest must-see anime, offer a fresh perspective, or anything else. Think of my inbox as the friendly neighborhood café where all conversations are welcome.
|
||||||
|
|
||||||
If you want me in your contact-list you can download my vCard [here](/sid.vcf).
|
If you want me in your contact-list you can download my vCard [here](/sid.vcf).
|
||||||
|
|
||||||
|
@ -13,15 +13,10 @@ If you want me in your contact-list you can download my vCard [here](/sid.vcf).
|
||||||
- [GitHub](https://github.com/SindreKjelsrud)
|
- [GitHub](https://github.com/SindreKjelsrud)
|
||||||
- [Spotify](https://open.spotify.com/user/kjelsrud!)
|
- [Spotify](https://open.spotify.com/user/kjelsrud!)
|
||||||
|
|
||||||
|
|
||||||
## GPG
|
## GPG
|
||||||
|
|
||||||
If you want to send me an encrypted message via email, please use my GPG-key:
|
If you want to send me an encrypted message via email, please use my GPG-key:
|
||||||
|
|
||||||
Fingerprint:
|
_Fingerprint:_ `9E311661E72C4C17C8A91C81D2BBDF3EDE6BA9A6`
|
||||||
|
|
||||||
`9E311661E72C4C17C8A91C81D2BBDF3EDE6BA9A6`
|
_Quick import:_ `curl -sL https://kjelsrud.dev/public-key.asc | gpg --import`
|
||||||
|
|
||||||
Quick import:
|
|
||||||
|
|
||||||
`curl -sL https://kjelsrud.dev/public-key.asc | gpg --import`
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import HeaderLink from '../components/HeaderLink.astro';
|
||||||
<div class="flex flex-col text-left gap-4 w-full md:w-2/3">
|
<div class="flex flex-col text-left gap-4 w-full md:w-2/3">
|
||||||
<h1 class="text-2xl font-bold">Sindre Kjelsrud</h1>
|
<h1 class="text-2xl font-bold">Sindre Kjelsrud</h1>
|
||||||
<div class="flex flex-col blog">
|
<div class="flex flex-col blog">
|
||||||
<p>Computer Science-student at Western University of Applied Sciences, campus Bergen.</p>
|
<p>Computer Science-gradute from Western University of Applied Sciences, campus Bergen.</p>
|
||||||
<p>I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.</p>
|
<p>I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.</p>
|
||||||
<p>This website is just a fun side-project that I actively work on, and use as my creative outlet. It's also a way for me to actually own my data, allowing me to log data, post pictures and more!</p>
|
<p>This website is just a fun side-project that I actively work on, and use as my creative outlet. It's also a way for me to actually own my data, allowing me to log data, post pictures and more!</p>
|
||||||
<p>Let me know you've been here by signing my <a href="/guestbook">guestbook</a>!</p>
|
<p>Let me know you've been here by signing my <a href="/guestbook">guestbook</a>!</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue