add website
This commit is contained in:
parent
02d15800a5
commit
aea05c43a7
4 changed files with 76 additions and 2 deletions
32
website/site.md
Normal file
32
website/site.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
--
|
||||
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
<iframe id="p5.js web editor embed"
|
||||
title="p5.js web editor embed"
|
||||
width="800"
|
||||
height="600"
|
||||
src="https://editor.p5js.org/">
|
||||
</iframe>
|
||||
|
||||
<footer>
|
||||
<a href="ag-link.xyz/impressum">Impressum / Datenschutz</a>
|
||||
</footer>
|
8
website/style.css
Normal file
8
website/style.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
html {
|
||||
background-color: #fdf6e3 !important;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
margin-top: 3em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue