favicon
This commit is contained in:
parent
ff0caca8ca
commit
a80561ce16
3 changed files with 5 additions and 4 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ dist:
|
||||||
website: dist
|
website: dist
|
||||||
cp -f website/style.css dist/website/style.css
|
cp -f website/style.css dist/website/style.css
|
||||||
cp -f dist/slides.pdf dist/website/slides.pdf
|
cp -f dist/slides.pdf dist/website/slides.pdf
|
||||||
|
cp -f imgs/favicon.png dist/website/favicon.png
|
||||||
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
||||||
|
|
||||||
qrcode:
|
qrcode:
|
||||||
|
|
BIN
imgs/favicon.png
Normal file
BIN
imgs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Coding Art - Workshop für die KEW 2022
|
title: Coding Art - Workshop für die KEW 2022
|
||||||
include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xyz/assets/img/connection.png" />
|
include-in-header: <link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ergebnisse des Workshops
|
## Ergebnisse des Workshops
|
||||||
|
@ -35,9 +35,9 @@ gesellschaftliche Probleme mit Technologie lösen möchten und wie das (nicht) m
|
||||||
|
|
||||||
Zuletzt findet ihr hier noch eine Liste mit weiterführenden Links:
|
Zuletzt findet ihr hier noch eine Liste mit weiterführenden Links:
|
||||||
|
|
||||||
* [p5 Bibliotheksreferenz](https://p5js.org/reference/)Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js bereitstellt.
|
* [p5 Bibliotheksreferenz](https://p5js.org/reference/) Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js bereitstellt.
|
||||||
* [Daniel Shiffman - The Coding Train](https://thecodingtrain.com)Viele Tutorials und Beispielvideos zu p5js die auf eine sehr sympathische Art und Weise vorgestellt werden.
|
* [Daniel Shiffman - The Coding Train](https://thecodingtrain.com) Viele Tutorials und Beispielvideos zu p5js die auf eine sehr sympathische Art und Weise vorgestellt werden.
|
||||||
* [OpenProcessing](openprocessing.org)Erkundet Tausende Beispiele von p5js-Sketches
|
* [OpenProcessing](openprocessing.org) Erkundet Tausende Beispiele von p5js-Sketches
|
||||||
* [Repository der Workshopslides und Website](https://git.ag-link.xyz/lukaszett/Coding_Art_KEW_22)
|
* [Repository der Workshopslides und Website](https://git.ag-link.xyz/lukaszett/Coding_Art_KEW_22)
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue