├── CONTRIBUTING.md ├── LICENCE.md ├── README.md ├── hardware.yml ├── images ├── coder.png └── login.png ├── ks2.md ├── ks3.md ├── learn.md ├── lesson-1 ├── lesson.md └── worksheet.md ├── lesson-2 ├── images │ ├── final.png │ ├── new-page.png │ ├── new-project.png │ ├── project-settings.png │ └── text.png ├── lesson.md └── worksheet.md ├── lesson-3 ├── homework_sheet.md ├── images │ ├── adding-media.png │ └── video.png ├── lesson.md └── worksheet.md ├── lesson-4 ├── files │ └── html-cards.pdf ├── images │ ├── CSS-panel.png │ ├── Raspi_Colour_R.png │ ├── blurry-text-html.png │ ├── blurry-text.png │ └── fonts.png ├── lesson.md └── worksheet.md ├── lesson-5 ├── images │ ├── background-colour.png │ ├── background-image.png │ └── colour.jpg ├── lesson.md └── worksheet.md ├── lesson-6 └── lesson.md ├── meta.yml ├── overview.md ├── software.md └── software.yml /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/README.md -------------------------------------------------------------------------------- /hardware.yml: -------------------------------------------------------------------------------- 1 | - name: A computer connected to a network 2 | img: 3 | -------------------------------------------------------------------------------- /images/coder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/images/coder.png -------------------------------------------------------------------------------- /images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/images/login.png -------------------------------------------------------------------------------- /ks2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/ks2.md -------------------------------------------------------------------------------- /ks3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/ks3.md -------------------------------------------------------------------------------- /learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/learn.md -------------------------------------------------------------------------------- /lesson-1/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-1/lesson.md -------------------------------------------------------------------------------- /lesson-1/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-1/worksheet.md -------------------------------------------------------------------------------- /lesson-2/images/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/images/final.png -------------------------------------------------------------------------------- /lesson-2/images/new-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/images/new-page.png -------------------------------------------------------------------------------- /lesson-2/images/new-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/images/new-project.png -------------------------------------------------------------------------------- /lesson-2/images/project-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/images/project-settings.png -------------------------------------------------------------------------------- /lesson-2/images/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/images/text.png -------------------------------------------------------------------------------- /lesson-2/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/lesson.md -------------------------------------------------------------------------------- /lesson-2/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-2/worksheet.md -------------------------------------------------------------------------------- /lesson-3/homework_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-3/homework_sheet.md -------------------------------------------------------------------------------- /lesson-3/images/adding-media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-3/images/adding-media.png -------------------------------------------------------------------------------- /lesson-3/images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-3/images/video.png -------------------------------------------------------------------------------- /lesson-3/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-3/lesson.md -------------------------------------------------------------------------------- /lesson-3/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-3/worksheet.md -------------------------------------------------------------------------------- /lesson-4/files/html-cards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/files/html-cards.pdf -------------------------------------------------------------------------------- /lesson-4/images/CSS-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/images/CSS-panel.png -------------------------------------------------------------------------------- /lesson-4/images/Raspi_Colour_R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/images/Raspi_Colour_R.png -------------------------------------------------------------------------------- /lesson-4/images/blurry-text-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/images/blurry-text-html.png -------------------------------------------------------------------------------- /lesson-4/images/blurry-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/images/blurry-text.png -------------------------------------------------------------------------------- /lesson-4/images/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/images/fonts.png -------------------------------------------------------------------------------- /lesson-4/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/lesson.md -------------------------------------------------------------------------------- /lesson-4/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-4/worksheet.md -------------------------------------------------------------------------------- /lesson-5/images/background-colour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-5/images/background-colour.png -------------------------------------------------------------------------------- /lesson-5/images/background-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-5/images/background-image.png -------------------------------------------------------------------------------- /lesson-5/images/colour.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-5/images/colour.jpg -------------------------------------------------------------------------------- /lesson-5/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-5/lesson.md -------------------------------------------------------------------------------- /lesson-5/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-5/worksheet.md -------------------------------------------------------------------------------- /lesson-6/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/lesson-6/lesson.md -------------------------------------------------------------------------------- /meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/meta.yml -------------------------------------------------------------------------------- /overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/overview.md -------------------------------------------------------------------------------- /software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/coder-html-css-lessons/HEAD/software.md -------------------------------------------------------------------------------- /software.yml: -------------------------------------------------------------------------------- 1 | - Google Coder 2 | --------------------------------------------------------------------------------