💬 Update SITE_TITLE
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
db91be376b
commit
5bd93b375d
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
// Place any global data in this file.
|
||||
// You can import this data from anywhere in your site by using the `import` keyword.
|
||||
|
||||
export const SITE_TITLE = 'Sindre Kjelsrud';
|
||||
export const SITE_TITLE = 'sidski';
|
||||
export const SITE_DESCRIPTION = 'kjelsrud.dev';
|
|
@ -4,7 +4,7 @@ description: ''
|
|||
layout: "../layouts/Layout.astro"
|
||||
---
|
||||
|
||||
Hello! My name is Sindre Kjelsrud, also known as ["Sid"](/avatar.webp). I'm a 20-something Software Engineer @ Capgemini, following their internal Ignite program.
|
||||
Hello! My name is Sindre, also known as ["Sid"](/avatar.webp). I'm a 20-something Software Engineer @ Capgemini, following their internal Ignite program.
|
||||
|
||||
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!
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import HeaderLink from '../components/HeaderLink.astro';
|
|||
</div>
|
||||
|
||||
<div class="flex flex-col text-left gap-4 w-full md:w-2/3">
|
||||
<h1 class="text-3xl font-bold">Sindre Kjelsrud</h1>
|
||||
<h1 class="text-3xl font-bold">Sid</h1>
|
||||
<div class="flex flex-col blog">
|
||||
<p>Software Engineer at Capgemini, following their Ignite program.</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>
|
||||
|
|
Loading…
Reference in a new issue