From 0c1ef90c4021e7da10d0d031ec9a744608d43516 Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Wed, 27 Oct 2021 18:43:55 +0200 Subject: [PATCH] init --- index.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7c437dd --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ + + + + + + + + Pimp My Soupboat + + + + + +

Pimp my Soupboat 🍜

+

+ Hello this is a little workshop to cover the basics of HTML + CSS + JS in order to customize our Soupboat⛵ +

+ + +

Table of contents

+
    +
  1. Workspace, or: where do we code
  2. +
  3. Files in the Soupboat
  4. +
  5. HTML (for marking up contents)
  6. +
  7. CSS (for styling our website)
  8. +
  9. JS (for making things dynamic, i.e. magic)
  10. +
  11. References
  12. +
+ +

Workspace, or: where do we code

+

+ Coding in +

+ +

Files in the Soupboat

+ +

HTML (for marking up contents)

+ +

CSS (for styling our website)

+ +

JS (for making things dynamic, i.e. magic)

+ +

References

+ + + + + \ No newline at end of file