From 0d02a0ab57ffa92ee8b2f78b247b0577591b7a68 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 15:41:44 -0400 Subject: [PATCH 01/73] WIP! --- src/lib/components/WIP.svelte | 132 +++++++++++++++++++++++++++++ src/routes/+layout.svelte | 2 +- src/routes/about/+page.svelte | 41 +-------- src/routes/blog/+page.svelte | 5 ++ src/routes/experience/+page.svelte | 5 ++ src/routes/portfolio/+page.svelte | 5 ++ src/routes/projects/+page.svelte | 5 ++ 7 files changed, 155 insertions(+), 40 deletions(-) create mode 100644 src/lib/components/WIP.svelte diff --git a/src/lib/components/WIP.svelte b/src/lib/components/WIP.svelte new file mode 100644 index 0000000..5c935ad --- /dev/null +++ b/src/lib/components/WIP.svelte @@ -0,0 +1,132 @@ +
+
+
+ Under Construction + Caution + Work In Progress + Under Construction + Caution +
+
+ Under Construction + Caution + Work In Progress + Under Construction + Caution +
+
+
+
+ Caution + Work In Progress + Under Construction + Caution + Work In Progress +
+
+ Caution + Work In Progress + Under Construction + Caution + Work In Progress +
+
+
+
+ Work In Progress + Under Construction + Caution + Work In Progress + Under Construction +
+
+ Work In Progress + Under Construction + Caution + Work In Progress + Under Construction +
+
+
+ + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3782da1..e043b01 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -26,7 +26,7 @@
-
{@render children()}
+
{@render children()}
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index e5ce48b..b549e10 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+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/blog/+page.svelte b/src/routes/blog/+page.svelte index e69de29..fa5b5fa 100644 --- a/src/routes/blog/+page.svelte +++ b/src/routes/blog/+page.svelte @@ -0,0 +1,5 @@ + + + diff --git a/src/routes/experience/+page.svelte b/src/routes/experience/+page.svelte index e69de29..fa5b5fa 100644 --- a/src/routes/experience/+page.svelte +++ b/src/routes/experience/+page.svelte @@ -0,0 +1,5 @@ + + + diff --git a/src/routes/portfolio/+page.svelte b/src/routes/portfolio/+page.svelte index e69de29..fa5b5fa 100644 --- a/src/routes/portfolio/+page.svelte +++ b/src/routes/portfolio/+page.svelte @@ -0,0 +1,5 @@ + + + diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index e69de29..fa5b5fa 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -0,0 +1,5 @@ + + + From 4d3d415d11f4f716f3b7d69de1689ba70781b3ca Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 15:42:53 -0400 Subject: [PATCH 02/73] only run on PRs --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb57f1..91e3a6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,8 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch - push: - branches: ["main"] + pull_request: + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -18,7 +18,7 @@ permissions: # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: "pages" + group: 'pages' cancel-in-progress: false jobs: @@ -42,7 +42,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: "./dist" + path: './dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 From 15fc4c5550cbae735e6b1842e848f32e9da229db Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 15:51:29 -0400 Subject: [PATCH 03/73] WIP final --- src/app.css | 4 +++ src/app.html | 6 ++++ src/lib/components/WIP.svelte | 64 +++++++++++++++++------------------ 3 files changed, 42 insertions(+), 32 deletions(-) diff --git a/src/app.css b/src/app.css index 4c1b0c2..5b93173 100644 --- a/src/app.css +++ b/src/app.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "daisyui"; + +:root { + @apply font-[Roboto]; +} diff --git a/src/app.html b/src/app.html index 77a5ff5..f8ed7f8 100644 --- a/src/app.html +++ b/src/app.html @@ -2,6 +2,12 @@ + + + %sveltekit.head% diff --git a/src/lib/components/WIP.svelte b/src/lib/components/WIP.svelte index 5c935ad..ef24ecc 100644 --- a/src/lib/components/WIP.svelte +++ b/src/lib/components/WIP.svelte @@ -1,50 +1,50 @@ -
+
- Under Construction - Caution - Work In Progress - Under Construction - Caution +

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

+

Caution

- Under Construction - Caution - Work In Progress - Under Construction - Caution +

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

+

Caution

- Caution - Work In Progress - Under Construction - Caution - Work In Progress +

Caution

+

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

- Caution - Work In Progress - Under Construction - Caution - Work In Progress +

Caution

+

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

- Work In Progress - Under Construction - Caution - Work In Progress - Under Construction +

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

- Work In Progress - Under Construction - Caution - Work In Progress - Under Construction +

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

@@ -52,7 +52,7 @@ From c79220314ebff31b80a5c0d8c8f0e66f96e920fc Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 22:43:18 -0400 Subject: [PATCH 08/73] and then there were two --- src/lib/components/WIP.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/components/WIP.svelte b/src/lib/components/WIP.svelte index c56674d..b7bbd5a 100644 --- a/src/lib/components/WIP.svelte +++ b/src/lib/components/WIP.svelte @@ -42,12 +42,10 @@
{@render Banner(messages, false)} {@render Banner(messages, true)} - {@render Banner(messages, false)} - {@render Banner(messages, true)}
From a9c01344b877510d5ec45a78b1a08838683c6da5 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 22:49:46 -0400 Subject: [PATCH 09/73] fix --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c449fbd..1f205c6 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -25,7 +25,7 @@
-
{@render children()}
+
{@render children()}
From aa28150c179517dad05c4b762de992eb4d9fb67b Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 28 Apr 2025 09:55:33 -0400 Subject: [PATCH 10/73] about is home --- src/lib/components/Navbar.svelte | 2 +- src/lib/components/WIP.svelte | 2 +- src/routes/+layout.svelte | 20 +++++++++++++++----- src/routes/about/+page.svelte | 5 ----- src/routes/contact/+page.svelte | 27 +++++++++------------------ 5 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 src/routes/about/+page.svelte diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index bc9ad80..3e6e66b 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -8,7 +8,7 @@ let { title, pages, route }: Props = $props(); -