summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-02-22 21:34:44 +0100
committerJonas Smedegaard <dr@jones.dk>2023-02-22 21:34:44 +0100
commit6b9b48b1f95a7e84197c86309d283290de8a0f65 (patch)
treed464649e7d3d1b47828cb59961ebbf3d6050d3b0
parent66376636cfe866bf18b65edeaaf8e853a7b109ce (diff)
fix change paths for ICT talks to match published self-references
-rw-r--r--it/apollo.jpg (renamed from it/talk/apollo.jpg)bin70187 -> 70187 bytes
-rw-r--r--it/boat.jpg (renamed from it/talk/boat.jpg)bin158459 -> 158459 bytes
-rw-r--r--it/booth.jpg (renamed from it/talk/booth.jpg)bin45911 -> 45911 bytes
-rw-r--r--it/floppy.jpg (renamed from it/talk/floppy.jpg)bin89057 -> 89057 bytes
-rw-r--r--it/is.jpg (renamed from it/talk/is.jpg)bin142192 -> 142192 bytes
-rw-r--r--it/net.jpg (renamed from it/talk/net.jpg)bin430892 -> 430892 bytes
-rw-r--r--it/oroe/index.md (renamed from it/talk/oroe/index.md)2
-rw-r--r--it/testrup/index.md (renamed from it/talk/testrup/index.md)2
-rw-r--r--it/venn.svg (renamed from it/talk/venn.svg)0
-rw-r--r--revealjs/Makefile2
10 files changed, 3 insertions, 3 deletions
diff --git a/it/talk/apollo.jpg b/it/apollo.jpg
index b455375..b455375 100644
--- a/it/talk/apollo.jpg
+++ b/it/apollo.jpg
Binary files differ
diff --git a/it/talk/boat.jpg b/it/boat.jpg
index 2322210..2322210 100644
--- a/it/talk/boat.jpg
+++ b/it/boat.jpg
Binary files differ
diff --git a/it/talk/booth.jpg b/it/booth.jpg
index 62a58c8..62a58c8 100644
--- a/it/talk/booth.jpg
+++ b/it/booth.jpg
Binary files differ
diff --git a/it/talk/floppy.jpg b/it/floppy.jpg
index 067ea39..067ea39 100644
--- a/it/talk/floppy.jpg
+++ b/it/floppy.jpg
Binary files differ
diff --git a/it/talk/is.jpg b/it/is.jpg
index 573adfa..573adfa 100644
--- a/it/talk/is.jpg
+++ b/it/is.jpg
Binary files differ
diff --git a/it/talk/net.jpg b/it/net.jpg
index 5fbe479..5fbe479 100644
--- a/it/talk/net.jpg
+++ b/it/net.jpg
Binary files differ
diff --git a/it/talk/oroe/index.md b/it/oroe/index.md
index c6e2b74..25860d3 100644
--- a/it/talk/oroe/index.md
+++ b/it/oroe/index.md
@@ -1,5 +1,5 @@
---
-usage: make -f ../../../revealjs/Makefile
+usage: make -f ../../revealjs/Makefile
title: Bæredygtig IT
subtitle: Genskabet, Orø
author: Jonas Smedegaard
diff --git a/it/talk/testrup/index.md b/it/testrup/index.md
index 187e8a9..03c393c 100644
--- a/it/talk/testrup/index.md
+++ b/it/testrup/index.md
@@ -1,5 +1,5 @@
---
-usage: make -f ../../../revealjs/Makefile
+usage: make -f ../../revealjs/Makefile
title: Bæredygtig IT
subtitle: Testrup Højskole
author: Jonas Smedegaard
diff --git a/it/talk/venn.svg b/it/venn.svg
index acc6bdc..acc6bdc 100644
--- a/it/talk/venn.svg
+++ b/it/venn.svg
diff --git a/revealjs/Makefile b/revealjs/Makefile
index 989f535..5274fe8 100644
--- a/revealjs/Makefile
+++ b/revealjs/Makefile
@@ -1,7 +1,7 @@
pandoc_sources := $(wildcard *.md)
presentations = $(pandoc_sources:%.md=%.html)
-basedir = ../../..
+basedir = ../..
core_code_files := reset.css reveal.css theme/black.css reveal.js
plugin_code_files := notes/notes.js search/search.js zoom/zoom.js
all_core_code_files = $(core_code_files:%=$(basedir)/revealjs/dist/%)