Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.15 KB

README-teachers.md

File metadata and controls

39 lines (25 loc) · 1.15 KB

Overview

How to add a new lesson

  1. Create a new file for the lesson, e.g. lesson42.md. See template below
  2. Add your lesson to index.html in the "slides" div element
  3. Update lesson1.md, add your lesson to the table of contents
  4. Try it out locally via a local http server, e.g. python3 -m http.server
  5. Create a pull request and ask the other teachers on Slack for a review

Template for new lesson

---

<!-- .slide: id="lessonXX" -->

# Basic Frontend - Fall 2021

Lesson XX, Tuesday, 2021-DD-MM

---

### First slide

---

### Summary

Notes:

  1. Replace lessonXX with the lesson number. This will create an anchor that lets us jump to that lesson directly.
  2. Adapt the date accordingly
  3. Last slide should be a summary slide of what we learned today