diff --git a/deck.mdx b/deck.mdx index 9e13e8c..8367a40 100644 --- a/deck.mdx +++ b/deck.mdx @@ -1,5 +1,5 @@ -import { Head, Appear } from 'mdx-deck' +import { Head, Appear, Image } from 'mdx-deck' export { default as theme } from './theme' @@ -7,7 +7,24 @@ export { default as theme } from './theme' 35c3 -# [35C3](https://events.ccc.de/congress/2018/wiki/index.php) +export default ({ children }) => ( +
+ {children} +
+) + + +# 35C3 ## 35th Chaos Communication Congress ### Annual four-day conference on technology, society and utopia diff --git a/pics/stardust.jpg b/pics/stardust.jpg new file mode 100644 index 0000000..7b492d9 Binary files /dev/null and b/pics/stardust.jpg differ