From 1fb5e9d6e75fabca39be6c0ef44c8ea3f1a921d4 Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Sat, 20 Apr 2024 20:45:30 +1000 Subject: [PATCH 1/5] Mobile Viewport Adjustments ~ Adjust mobile viewport for the countdown clock - now displays over two lines, and with spacing between the y/m/d times ~ Also adjust viewport for skills card - cards now take up the full width of grid cell now --- src/components/countdown.svelte | 8 +++++--- src/components/skills.svelte | 16 ++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/components/countdown.svelte b/src/components/countdown.svelte index 219b793..0680894 100644 --- a/src/components/countdown.svelte +++ b/src/components/countdown.svelte @@ -83,9 +83,11 @@ {:else}

Time to Graduation
({FORMATTED})

- y - m - d- + y  + m  + d + + : : diff --git a/src/components/skills.svelte b/src/components/skills.svelte index f4e9843..99f541f 100644 --- a/src/components/skills.svelte +++ b/src/components/skills.svelte @@ -14,56 +14,56 @@
-
+
Javascript logo

JavaScript + TypeScript

-
+
Python logo

Python

-
+
Tux logo

Linux Administration

-
+
A team thinking

Working in Teams

-
+
A lightbulb with gears around it

Independant Projects

-
+
A person giving a lecture

Teaching Others

-
+
People communicating

Interpersonal Skills

-
+
A brain and lightbulb together

Critical Thinking

From 501f1a9c94ec092bdeab44fa1c427f7074532a53 Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Sat, 20 Apr 2024 21:11:38 +1000 Subject: [PATCH 2/5] Adjust footer and navbar colouring ~ Use neutral over dark colours ~ Run formatter and linter as well --- eslint.config.js | 1 + src/app.html | 22 ++++++++++++++++++---- src/components/footer.svelte | 20 ++++++++++++++------ src/components/navbar/navbar.svelte | 6 ++---- static/site.webmanifest | 12 +++++++++++- svelte.config.js | 5 ++--- 6 files changed, 48 insertions(+), 18 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 9e1c70f..fa7b84e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -32,6 +32,7 @@ export default tsEslint.config( "**/build", "**/node_modules", "**/package", + "**/app.d.ts", ], }, ); diff --git a/src/app.html b/src/app.html index c0ecea9..0ea48ff 100644 --- a/src/app.html +++ b/src/app.html @@ -2,10 +2,24 @@ - - - - + + + + %sveltekit.head% diff --git a/src/components/footer.svelte b/src/components/footer.svelte index 3d32d35..84a4f40 100644 --- a/src/components/footer.svelte +++ b/src/components/footer.svelte @@ -1,11 +1,19 @@ -