diff --git a/slides/oracle-lawsuit.png b/assets/oracle-lawsuit.png
similarity index 100%
rename from slides/oracle-lawsuit.png
rename to assets/oracle-lawsuit.png
diff --git a/slides/index.md b/index.md
similarity index 97%
rename from slides/index.md
rename to index.md
index 2655db5..a9c8d89 100644
--- a/slides/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
---
marp: true
-theme: custom-theme
+theme: gaia
paginate: true
backgroundColor: #fff
header: "Digital Independence Day - Reclaiming Our Digital Autonomy"
@@ -8,6 +8,12 @@ footer: "Michał Czechowski"
title: Digital Independence Day - Reclaiming Our Digital Autonomy
---
+
+
# Digital Independence Day
## Reclaiming Our Digital Autonomy
@@ -15,7 +21,7 @@ title: Digital Independence Day - Reclaiming Our Digital Autonomy
University Lecturer & Open Source Enthusiast
Stuttgart, Germany
-*Science in the City Festival Malta • September 17, 2025*
+*Science in the City Festival Malta – September 17, 2025*
---
@@ -34,14 +40,14 @@ Stuttgart, Germany
-
+
- **2014**: Oracle aquires a marketing tech start-up based in Cupertino, California, for around **$400 million**.
@@ -203,7 +209,7 @@ The **infosphere** - our combined digital and physical reality - means:
@@ -228,7 +234,7 @@ table {
@@ -297,7 +303,7 @@ In Floridi's infosphere, our digital choices are political choices.
@@ -321,7 +327,7 @@ ul {
@@ -343,7 +349,7 @@ ul {
diff --git a/package.json b/package.json
index 66795a2..05cd85e 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
- "build": "marp --input-dir slides --output build/",
- "dev": "marp --server slides/",
+ "build": "marp --input-dir . --output build/",
+ "dev": "marp --server ./",
"watch": "marp --watch slides/",
"export:pdf": "marp slides/*.md --pdf --output build/",
"export:html": "marp slides/*.md --html --output build/",