diff --git a/Makefile b/Makefile index 454f3fa..48df1ce 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,2 @@ -build: slides website - -slides: - pandoc slides/slides.md -o dist/slides.pdf -t beamer -V theme:DarkConsole - -website: - pandoc website/site.md -o dist/website/index.html - -qrcode: - qrencode -t PNG -s 5 -o imgs/menti.png https://www.menti.com/9w1aj8bb8o +build: + pandoc slides.md -o dist/slides.pdf -t beamer -V theme:DarkConsole diff --git a/dist/slides.pdf b/dist/slides.pdf index 78e4415..1dc8f5d 100644 Binary files a/dist/slides.pdf and b/dist/slides.pdf differ diff --git a/dist/website/index.html b/dist/website/index.html deleted file mode 100644 index de0b60f..0000000 --- a/dist/website/index.html +++ /dev/null @@ -1,26 +0,0 @@ -

-
-

Links

- - - -

Editor

- - diff --git a/imgs/menti.png b/imgs/menti.png deleted file mode 100644 index 6f6009d..0000000 Binary files a/imgs/menti.png and /dev/null differ diff --git a/slides.md b/slides.md new file mode 100644 index 0000000..771d949 --- /dev/null +++ b/slides.md @@ -0,0 +1,7 @@ +% Coding Art +% AG-Link: AG für kritische Informatik +% DATUM + +# Slide 1 + +- Lorem Ipsum diff --git a/slides/slides.md b/slides/slides.md deleted file mode 100644 index a29a752..0000000 --- a/slides/slides.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Coding Art! -subtitle: Workshop für die kritischen Einführungswochen 2022 -author: AG Link für kritische Informatik -date: "11. Oktober 2022" -classoption: "aspectratio=169" -header-includes: - - \usepackage[labelformat=empty]{caption} ---- - -# Hallo Welt! - -## Wer sind wir? - -- Marie und Lukas -- AG Link für kritische Informatik - -## Was haben wir heute vor? - -- KUNST! -- Erste Erfahrungen mit **p5.js** machen -- Nicht: Programmierprofis werden - -## Und wer seid ihr? - -![Menti](imgs/menti.png) - -## Wie wir heute vorgehen - -- Javascript -- p5.js -- Alle Links und Ressourcen findet ihr unter **art.ag-link.xyz** - -## P5.JS - -- **Livedemo!* diff --git a/website/site.md b/website/site.md deleted file mode 100644 index f643fbc..0000000 --- a/website/site.md +++ /dev/null @@ -1,32 +0,0 @@ --- - ---- - -# Links - - - Einstieg - - p5-Editor - - Code-Beispiele - - Beispiel 1 (Shapes) - - Beispiel 2 (Color) - - Beispiel 3 (Interaktion) - -## Weiterführende Links - - - p5 Bibliotheksreferenz - - Interaktive Paramterübersicht - - Daniel Shiffman - - OpenProcessing - -# Editor - - - - diff --git a/website/style.css b/website/style.css deleted file mode 100644 index 31ad7f7..0000000 --- a/website/style.css +++ /dev/null @@ -1,8 +0,0 @@ -html { - background-color: #fdf6e3 !important; -} - -footer { - text-align: center; - margin-top: 3em; -}