diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte new file mode 100644 index 0000000..aa65ba7 --- /dev/null +++ b/src/lib/components/Hero.svelte @@ -0,0 +1,15 @@ + + +
+
+
+

Hello there

+

+ Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem + quasi. In deleniti eaque aut repudiandae et a id nisi. +

+ +
+
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 57012e9..b82673b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,32 +1,8 @@ -{#snippet Tab({ route, title }: { route: string; title: string })} - goto(route)} - href={undefined}>{title} -{/snippet} - -
-
-
-
- {@render Tab({ route: '/', title: 'About' })} - {@render Tab({ route: '/experience', title: 'Experience' })} - {@render Tab({ route: '/projects', title: 'Projects' })} - {@render Tab({ route: '/contact', title: 'Contact' })} -
-
-
- {@render children()} -
-
+
+ {@render children()}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index e5ce48b..71400a3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,42 +1,5 @@ -
-
-

Benjamin Palko

-

Software Engineer

-
- me -

Hello there and welcome to my website!

- -

- 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 - - . -

- {'Climber'} -

- 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. -

-
+ diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte new file mode 100644 index 0000000..e5ce48b --- /dev/null +++ b/src/routes/about/+page.svelte @@ -0,0 +1,42 @@ + + +
+
+

Benjamin Palko

+

Software Engineer

+
+ me +

Hello there and welcome to my website!

+ +

+ 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 + + . +

+ {'Climber'} +

+ 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. +

+