diff --git a/.github/workflows/svelte_check.yml b/.github/workflows/svelte_check.yml index d43989a..f066486 100644 --- a/.github/workflows/svelte_check.yml +++ b/.github/workflows/svelte_check.yml @@ -3,6 +3,8 @@ name: Run_Svelte_Check_on_PRs on: pull_request: + workflow_dispatch: + env: WALLABAG_MAX_ARTICLES: ${{ secrets.WALLABAG_MAX_ARTICLES }} WALLABAG_MAX_PAGES: ${{ secrets.WALLABAG_MAX_PAGES }} @@ -27,17 +29,17 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: pnpm-setup - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.18.2 + node-version: 22.x cache: 'pnpm' - name: Install dependencies diff --git a/src/lib/util/logoIcons.svelte b/src/lib/util/logoIcons.svelte index 27ee754..17c01be 100644 --- a/src/lib/util/logoIcons.svelte +++ b/src/lib/util/logoIcons.svelte @@ -1,5 +1,4 @@ diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 9b92889..aba9431 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,14 +1,20 @@ @@ -18,66 +24,116 @@

About

Hey! My name is Bradley Shellnut.

- I'm {new Date().getFullYear() - 1991} years old and I am a full stack - software engineer who's interested in new tech and not afraid to - discover new interests. + I'm {new Date().getFullYear() - 1991} years old and I am a full stack software + engineer who's interested in new tech and not afraid to discover new interests.

More deets

- I graduated from Cal Poly San Luis Obispo in 2013 with a Bachelor's - degree in Computer Engineering.{' '} - - 💻 - + I graduated from Cal Poly San Luis Obispo in 2013 with a Bachelor's degree + in Computer Engineering.{" "} + 💻

At work I develop in Java Spring, Spring Boot, PostgreSQL, and React / Angular.

- At home I delve into other frameworks, languages, and platforms such - as: + At home I delve into other frameworks, languages, and platforms such as:

+

Extracurricular

- Outside of work I like to take tutorials from many instructors like - those below: + Outside of work I like to take tutorials from many instructors like those + below:

{#each courses as course} @@ -88,19 +144,17 @@

Other fun things about me…

-

- Recently cruised the Mediterranean. -

+

Recently visited Taiwan and Japan.

- -

Crusin'

+ 🇹🇼 🇯🇵 🌸
@@ -108,7 +162,15 @@
-

Turnip Turnip

+

+ Turnip Turnip +

@@ -173,4 +235,4 @@ justify-content: center; gap: 2rem; } - \ No newline at end of file +