From 55132aedbdd8bb184c00c64d6ad16d9dbe13b688 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Wed, 24 Mar 2021 10:25:26 +0000 Subject: [PATCH] skeleton: add videos links --- subjects/skeleton/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subjects/skeleton/README.md b/subjects/skeleton/README.md index beeffb29..4f7bc786 100644 --- a/subjects/skeleton/README.md +++ b/subjects/skeleton/README.md @@ -16,6 +16,12 @@ For the whole quest, the principle is to iterate over your code: when you finish - for the CSS files: when you have to link one, you can manage it as you prefer, but for clarity we suggest you to create a CSS file for each HTML file, named like so: `name-of-the-exercise.css` - for the JS files, when you have to link one, you can manage it as you prefer, but for clarity we suggest you to create a JS file for each HTML file, named like so: `name-of-the-exercise.js` +### Resources + +We provide you with some content to get started smoothly, check it out! +- Video [Basic set up of an HTML page](https://www.youtube.com/watch?v=QtKoO7tT-Gg&list=PLHyAJ_GrRtf979iZZ1N3qYMfsPj9PCCrF&index=1) +- Video [Different HTML tags overview](https://www.youtube.com/watch?v=Al-Jzpib8VY&list=PLHyAJ_GrRtf979iZZ1N3qYMfsPj9PCCrF&index=2) + ### Instructions Ready? Let's code!