diff --git a/src/data/appearances.json b/src/data/appearances.json new file mode 100644 index 0000000..a7de81e --- /dev/null +++ b/src/data/appearances.json @@ -0,0 +1,18 @@ +{ + "writing": [ + { + "title":"For oss studenter er ikke åpen kildekode bare et verktøy, men en lærings­plattform", + "url":"https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392", + "date":"03.10.2024", + "origin":"kode24.no", + "description":"This op-ed highlights how open-source software is more than just a tool for students; it's a learning platform. The student group, friByte, actively promotes involvement in open-source, particularly through events such as the Bergen Open Source conference." + }, + { + "title":"7 kjappe med sommerjobberne i 2023!", + "url":"https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere", + "date":"21.08.2023", + "origin":"detsombetyrnoe.no", + "description":"The article gives brief interviews with some of NAV's summer interns in 2023, where I'm on of them sharing our tasks, tools we used, and positive experiences." + } + ] +} \ No newline at end of file diff --git a/src/pages/appearances.astro b/src/pages/appearances.astro new file mode 100644 index 0000000..9719bd7 --- /dev/null +++ b/src/pages/appearances.astro @@ -0,0 +1,27 @@ +--- +import SectionContainer from "../components/SectionContainer.astro"; +import appearances from "../data/appearances.json"; +--- + + +
+

[ Appearances ]

+
+

Writing

+ { + appearances.writing.map(appearance => ( +
+

+ 🔗 {appearance.title} +

+
+

📅: {appearance.date}

+

📰: {appearance.origin}

+
+

{appearance.description}

+
+ )) + } +
+
+
\ No newline at end of file diff --git a/src/pages/slashes.md b/src/pages/slashes.md index 23a08e0..9ce07de 100644 --- a/src/pages/slashes.md +++ b/src/pages/slashes.md @@ -6,6 +6,8 @@ layout: "../layouts/Layout.astro" These are the rest of the [slash pages](https://slashpages.net/) on my website. +[🎭 appearances](/appearances) · where i’ve shared insights or participated + [🔖 bookmarks](/bookmarks) · collection of my favorite links to content around the web [🌐 contact](/contact) · ways to reach me across the cyberspace diff --git a/src/pages/todo.md b/src/pages/todo.md index 38349e5..08ab253 100644 --- a/src/pages/todo.md +++ b/src/pages/todo.md @@ -4,13 +4,12 @@ description: "" layout: "../layouts/Layout.astro" --- -> _Last update: September 07, 2024_ +> _Last update: October 04, 2024_ List of changes and new features I plan for this website. - Add log-page for wine/gin I like and have tried - Add page dedicated to work I'm proud of - Add an 88x31 button (One Piece themed) -- Add `/appearances`-page w/ headings for media, writing etc. - Fix helmet to show individual site-titles instead of the same one - Add `/course&sertifications`-page (`learning`? or it can be in `/cv`)