From e306974fd36ad01f168611521b1a3d67f4e8f511 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Sat, 18 Jul 2026 15:53:00 -0500 Subject: [PATCH] =?UTF-8?q?Add=20resum=C3=A9=20link=20to=20experience=20se?= =?UTF-8?q?ction=20(#236)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Switch Dependabot checks from daily to weekly Reduces PR noise by checking for npm and github-actions updates weekly instead of daily. Co-Authored-By: Claude Sonnet 5 * Add resumé link to experience section Point visitors to a full resumé for more detail, and add rel support to Link so external references can opt out of link equity. --------- Co-authored-by: Claude Sonnet 5 --- src/lib/ExpSection.svelte | 4 ++++ src/lib/components/Link.svelte | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/lib/ExpSection.svelte b/src/lib/ExpSection.svelte index 581d4c5..4aa1cbe 100644 --- a/src/lib/ExpSection.svelte +++ b/src/lib/ExpSection.svelte @@ -103,4 +103,8 @@

C#, ASP.NET MVC 3, Microsoft SQL Server, jQuery, Manhattan SCALE

+ +

+ Please see my resumé for more details. +

diff --git a/src/lib/components/Link.svelte b/src/lib/components/Link.svelte index 112d1ca..0d5609b 100644 --- a/src/lib/components/Link.svelte +++ b/src/lib/components/Link.svelte @@ -1,9 +1,9 @@ -{@render children?.()} +{@render children?.()}