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