Skip to content

Commit 0ec329d

Browse files
committed
Update info
1 parent 21d9285 commit 0ec329d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/lib/components/SocialLinks.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{/if}
7474

7575
{#if homepage}
76-
<a href="https://sokrateslamprou.com" class="group" aria-label="See my website">
76+
<a href="https://sahl.dev" class="group" aria-label="See my website">
7777
<img
7878
class="hover:drop-md rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
7979
src={homepage}

src/lib/info.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ import homepage from '$lib/assets/page_icon.jpg';
1616
export { avatar, homepage };
1717

1818
export const bio = `\
19-
I’m ${firstName}, a software developer based in Sweden.
20-
Got a passion for writing code and on my way of becoming
21-
a indiehacker full-time someday. Currently working on Failedge and Distjobs.
22-
`;
19+
I'm ${firstName}, a fullstack developer based in Sweden with a passion for building useful things.
20+
By day, I work with Ruby on Rails and MobX, crafting robust web applications. By night, you'll find me tinkering on side projects and exploring new technologies.
21+
Currently diving deep into Svelte and loving every bit of it. I'm a big advocate for open source and enjoy learning new things that push the boundaries of what's possible.`;
2322

2423
// Your social usernames, empty strings won't be used.
2524
// For sake of the live demo, I'm using `username/repo` for github,

0 commit comments

Comments
 (0)