From 2311b42d8502ce2623059375479efa25371dc738 Mon Sep 17 00:00:00 2001 From: Dan Marquis Date: Mon, 6 Apr 2020 08:30:13 -0400 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 273dd7a..0ab7b52 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # Class9 -Intro to Responsive Design and Frameworks! +Intro to Responsive Design! + +## Responsive Design +1. What is it? +2. How do we implement it? +3. Viewport +4. Grid System +5. Media Queries + +## Responsive Design Frameworks +1. Bootstrap +2. How to add to your site +3. How to use it + +## Final Project Intro +1. Rubric: +2. GitHub with large groups +3. What is a pull request? + +### Resources +- [Responsive Design Intro](https://www.w3schools.com/Css/css_rwd_intro.asp) +- [Viewports](https://www.w3schools.com/Css/css_rwd_viewport.asp) +- [Grid System](https://www.w3schools.com/Css/css_rwd_grid.asp) +- [Bootstrap](https://getbootstrap.com/) +- [GitHub Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) +