Update presentation setup: move to root, change theme to gaia, fix image paths, adjust font size
This commit is contained in:
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -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
|
||||
---
|
||||
|
||||
<style>
|
||||
section {
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
# 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
|
||||
|
||||
<style scoped>
|
||||
ul {
|
||||
font-size: 0.7rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
figure {
|
||||
background-position: top !important;
|
||||
}
|
||||
</style>
|
||||
|
||||

|
||||

|
||||
|
||||
- **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:
|
||||
|
||||
<style scoped>
|
||||
table {
|
||||
font-size: 0.6rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -228,7 +234,7 @@ table {
|
||||
|
||||
<style scoped>
|
||||
table {
|
||||
font-size: 0.6rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -297,7 +303,7 @@ In Floridi's infosphere, our digital choices are political choices.
|
||||
|
||||
<style scoped>
|
||||
ul {
|
||||
font-size: 0.7rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -321,7 +327,7 @@ ul {
|
||||
|
||||
<style scoped>
|
||||
ul {
|
||||
font-size: 0.7rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -343,7 +349,7 @@ ul {
|
||||
|
||||
<style scoped>
|
||||
ul {
|
||||
font-size: 0.7rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user