diff --git a/src/lib/constants/index.ts b/src/lib/constants/index.ts new file mode 100644 index 0000000..26f360a --- /dev/null +++ b/src/lib/constants/index.ts @@ -0,0 +1 @@ +export * from './links'; diff --git a/src/lib/constants/links.ts b/src/lib/constants/links.ts new file mode 100644 index 0000000..4818323 --- /dev/null +++ b/src/lib/constants/links.ts @@ -0,0 +1,6 @@ +export const Links = { + github: 'https://github.com/BenjaminPalko', + itch: 'https://baobeld.itch.io/', + kofi: 'https://ko-fi.com/baobeld', + linkedin: 'https://www.linkedin.com/in/benjaminpalko/' +}; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9b776b7..57012e9 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,32 @@ -{@render children()} +{#snippet Tab({ route, title }: { route: string; title: string })} + goto(route)} + href={undefined}>{title} +{/snippet} + +
Visit svelte.dev/docs/kit to read the documentation
+ + +Software Engineer
+
+ + My name is Ben, I'm a Canadian 🍁 living out of Ottawa, Ontario (in an Igloo ☃️). I work as a + Software Developer full-time and work a pretty wide range of projects in my personal time. Catch + me working on C++ building the base for a game engine one day, and practicing my drawing skills + another day. +
++ I started with an internship at a small company in my hometown which after graduation became a + full time position. I wanted to move back to Ottawa so I found myself a job at Mitel and moved + back in 2020 just in time for lockdown. My time at Mitel was great and I worked with some + amazing people, eventually I was referred to another company by a former colleague and decided + to take up the opportunity that presented itself to me. +
++ While Software Development is my main career there are many things I love to do in my off time. + One such thing has been developing games on the side, So far I have participated in 2 GameJams! + You can check out my submissions at my{' '} + + itch.io page + + . +
+
+ + I am also an amateur rock climber and been climbing for the past year, I love going to the gym + to wind down with some exercise 🧗♂️. Another interest I have is dirt biking, I'm still a complete + novice getting and my feet wet but it can be quite the rush flying through the forest on narrow + trails. +
+