diff --git a/public/pdfs/hvorfor-skal-du-som-capgemini-ansatt-bry-deg-om-os.pdf b/public/pdfs/hvorfor-skal-du-som-capgemini-ansatt-bry-deg-om-os.pdf new file mode 100755 index 0000000..94cbfaa Binary files /dev/null and b/public/pdfs/hvorfor-skal-du-som-capgemini-ansatt-bry-deg-om-os.pdf differ diff --git a/public/pdfs/introduksjon-til-open-source.pdf b/public/pdfs/introduksjon-til-open-source.pdf new file mode 100755 index 0000000..2fc3db5 Binary files /dev/null and b/public/pdfs/introduksjon-til-open-source.pdf differ diff --git a/public/whatchaos.pdf b/public/pdfs/whatchaos.pdf similarity index 100% rename from public/whatchaos.pdf rename to public/pdfs/whatchaos.pdf diff --git a/src/content/blog/what-chaos.md b/src/content/blog/what-chaos.md index f941fdd..2b4797f 100644 --- a/src/content/blog/what-chaos.md +++ b/src/content/blog/what-chaos.md @@ -31,4 +31,4 @@ WHAT NO ONE PROPAGATES, BUT FOR US MERE HUMANS WILL BECOME MORE AND MORE INDISPE LET'S LOVE EACH OTHER. -[whatchaos.pdf](/whatchaos.pdf) +[whatchaos.pdf](/pdfs/whatchaos.pdf) diff --git a/src/data/appearances.json b/src/data/appearances.json index f75435d..ae5c3d5 100644 --- a/src/data/appearances.json +++ b/src/data/appearances.json @@ -28,14 +28,16 @@ "url": null, "date": "08.02.2025", "origin": "XChange 2025", - "description": "I had the pleasure of holding a talk at Capgemini's internal knowledge-sharing event, XChange. In my talk, 'Why you as a Capgemini-employee should care about Open Source', I gave an introduction to open source, highlighting its relevance to our values, customer portfolio, and how it drives innovation and sustainability." + "description": "I had the pleasure of holding a talk at Capgemini's internal knowledge-sharing event, XChange. In my talk, 'Why you as a Capgemini-employee should care about Open Source', I gave an introduction to open source, highlighting its relevance to our values, customer portfolio, and how it drives innovation and sustainability.", + "pdf": "/pdfs/hvorfor-skal-du-som-capgemini-ansatt-bry-deg-om-os.pdf" }, { "title": "[NO] Introduksjon til Open Source", "url": "https://files.fribyte.no/boskonf/2024/sindre.mp4", "date": "07.11.2024", "origin": "Bergen Open Source 2024", - "description": "I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself." + "description": "I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself.", + "pdf": "/pdfs/introduksjon-til-open-source.pdf" } ] } diff --git a/src/pages/appearances.astro b/src/pages/appearances.astro index aa810ff..bfab92a 100644 --- a/src/pages/appearances.astro +++ b/src/pages/appearances.astro @@ -41,7 +41,7 @@ import appearances from "../data/appearances.json";

📅: {appearance.date}

🎤: {appearance.origin}

-

{appearance.description}

+

{appearance.description} [PDF]

)) }