From 7b38d0a3b532ef4f7a75e541ea42edf8ada38027 Mon Sep 17 00:00:00 2001 From: "azelalynetan@gmail.com" Date: Thu, 11 Jan 2018 19:27:51 +0800 Subject: [PATCH 1/2] Added topics for 2018 --- ROADMAP.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 75608a3..418cb02 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,8 @@ ### HTML CSS ROADMAP ____ +Batch 1: (2017) + Study Group | Topic ------------| ----------- 1, 2, 3 | HTML and CSS Fundamentals, HTML Common Elements, HTML Boilerplate, HTML and CSS Anatomy, CSS Selectors @@ -10,3 +12,24 @@ Study Group | Topic 7 | CSS Typography, Float, Best Practices and Guidelines, 8 | Responsive Website 9 | CSS Frameworks + + +Batch 2: (2018) + +## As we welcome 2018, let's start the year looking forward to these topics: + +| | Topic | Reference | +|-----|----------------------------------------------------------------|-------------------------------| +| [x] | Introduction to HTML and CSS, Creating your first website. | | +| [x] | HTML Box Model and CSS Selectors. | | +| | *Bonus: Learn some advanced positioning techniques. | | +| [x] | Links, Images, and Backgrounds | | +| [x] | Typography | | +| [x] | Advanced HTML Positioning, CSS Grid and Flexbox (new) | | +| [x] | CSS3 Transitions, Transforms, Animations and Filters | | +| [x] | CSS Frameworks | | +| [x] | CSS Pre-processors | | +| [x] | Implementing JavaScript Libraries | | +| [x] | CSS Methodologies | | +| [x] | Deploying your website | | +|-----|----------------------------------------------------------------|-------------------------------| From b504646e76112f9710b3c32fdff73fcf5705a8bc Mon Sep 17 00:00:00 2001 From: "azelalynetan@gmail.com" Date: Thu, 11 Jan 2018 19:33:13 +0800 Subject: [PATCH 2/2] Added Resources for presentation, documentation and tools --- RESOURCES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RESOURCES.md b/RESOURCES.md index c309508..d39f558 100644 --- a/RESOURCES.md +++ b/RESOURCES.md @@ -19,3 +19,15 @@ Colors : https://codepen.io/switmac/pen/dRdaLz?editors=1100 #### Best Practices and Guides https://www.w3schools.com/html/html5_syntax.asp + +### Presentation +Batch 1: https://docs.google.com/presentation/d/1fYJ9X4BpsuRrJKXyYx_9iGAN7xtDTNmx2HlRSkk-1eQ/edit?usp=sharing + +### Documentation: +Mozilla MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/: +W3Schools: https://www.w3schools.com/ + +### Tools +Productivity/Organizer: Trello +Dummy Text: http://www.lipsum.com/ +Online Editor: https://codepen.io/ \ No newline at end of file