From 6157e6d463d0ba4c3bd5f1371002e919fa749267 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 19 Oct 2025 13:39:41 +0200 Subject: [PATCH 1/3] watchlist: Update entire watchlist Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 49 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index ca7bd96..19bee3c 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -12,7 +12,7 @@ "type": "anime" }, { - "title": "The Big Bang Theory S09", + "title": "The Big Bang Theory S11", "type": "series" }, { @@ -25,6 +25,50 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Blackberry", + "type": "movie", + "date": { + "year": "2025", + "month": "10", + "day": "18", + "string": "2025-10-18" + }, + "rating": 5 + }, + { + "title": "The Big Bang Theory S10", + "type": "series", + "date": { + "year": "2025", + "month": "10", + "day": "16", + "string": "2025-10-16" + }, + "rating": 3 + }, + { + "title": "Trango", + "type": "movie", + "date": { + "year": "2025", + "month": "10", + "day": "12", + "string": "2025-10-12" + }, + "rating": 5 + }, + { + "title": "The Big Bang Theory S09", + "type": "series", + "date": { + "year": "2025", + "month": "10", + "day": "05", + "string": "2025-10-05" + }, + "rating": 4 + }, { "title": "Avatar: The Last Airbender S01", "type": "series", @@ -2436,9 +2480,6 @@ { "title": "Money Electic: The Bitcoin Mystery" }, - { - "title": "Blackberry" - }, { "title": "Google and the World Brain" }, From a738862f6ad1ce56362af9b5afb4fa90dbd69e91 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 19 Oct 2025 13:52:20 +0200 Subject: [PATCH 2/3] style: Add gap for all screensizes in cv Signed-off-by: SindreKjelsrud --- src/pages/cv.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/cv.astro b/src/pages/cv.astro index affdc84..39f91a0 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -50,7 +50,7 @@ import resume from "../data/resume.json"; { resume.education.map((education) => (
-
+

{education.area}

{education.institution} From c30e7f88a0fe1b36a17ecb258b08dfda00f21bd7 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 19 Oct 2025 13:52:42 +0200 Subject: [PATCH 3/3] cv: Update CV info Signed-off-by: SindreKjelsrud --- src/data/resume.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/data/resume.json b/src/data/resume.json index c1e848e..ea592f9 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -9,19 +9,19 @@ "work": [ { "name": "Capgemini", - "location": "Bergen, Vestland", + "locations": ["Bergen, Vestland", "Stavanger, Vestland"], "position": "Software Engineer", "url": "https://capgemini.com/", "startDate": "Sep 2024", "endDate": "present", "highlights": [ - "Client 1: Development and maintenance of an Altinn 3.0 form and a Drupal site, as well as custom plugins for the open-source LMS Moodle. Facilitated workshops with users to map their needs, as well as system testing a set of applications.", - "Client 2: Development of website based on the CMS Enonic XP, which additionally underwent universal design improvements. Migration of Altinn 2.0 form to 3.0, which included fixing issues with REST and SOAP APIs. Improved developer experience as well by fixing issues with Git-repo, upgrading older dependencies, and transfer of project location." + "Client 1: Developed and maintained an Altinn 3.0 form, a Drupal site, and custom Moodle LMS plugins. Replaced an old CSV solution with a new database for a data visualization project. Facilitated user workshops and performed system testing on multiple applications.", + "Client 2: Development of an Enonic XP-based website with universal design improvements. Migrated an Altinn 2.0 form to 3.0, resolving REST and SOAP API issues. Improved developer experience by fixing Git-repo issues, upgrading dependencies, and transferring project location." ] }, { "name": "Wide Assessment", - "location": "Bergen, Vestland", + "locations": ["Bergen, Vestland"], "position": "Intern", "url": "https://wa.works/", "startDate": "Aug 2023", @@ -32,7 +32,7 @@ }, { "name": "NAV IT", - "location": "Helsfyr, Viken", + "locations": ["Helsfyr, Viken"], "position": "Summer Intern", "url": "https://detsombetyrnoe.no", "startDate": "Jun 2023", @@ -155,6 +155,7 @@ "name": "Tools", "keywords": [ "Altinn Studio", + "Apache Nifi", "Atlassian Jira", "Caddy", "Cypress",