Compare commits

..

No commits in common. "a5380a604891491711dcc054860177e210f9dd28" and "44d20d0a1bb51f524c9bc05fb59447fa4eb76711" have entirely different histories.

6 changed files with 4 additions and 6 deletions

View file

@ -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](/pdfs/whatchaos.pdf)
[whatchaos.pdf](/whatchaos.pdf)

View file

@ -28,16 +28,14 @@
"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.",
"pdf": "/pdfs/hvorfor-skal-du-som-capgemini-ansatt-bry-deg-om-os.pdf"
"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."
},
{
"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.",
"pdf": "/pdfs/introduksjon-til-open-source.pdf"
"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."
}
]
}

View file

@ -41,7 +41,7 @@ import appearances from "../data/appearances.json";
<p>📅: {appearance.date}</p>
<p>🎤: {appearance.origin}</p>
</div>
<p>{appearance.description} <a href={appearance.pdf} target="none">[PDF]</a></p>
<p>{appearance.description}</p>
</div>
))
}