From 322a2a01294d5762668c55d39e6d3e35aee5f252 Mon Sep 17 00:00:00 2001 From: sean-attewell Date: Tue, 15 Jan 2019 12:28:26 +0000 Subject: [PATCH 1/4] first change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3059b1e5d..592651cd5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Responsive-Web-Design: Fully Responsive You have experienced building fixed layout web pages, adaptive web pages, and now it's time to go fully responsive! Using your new knowledge with responsive units, contstraints, and media queries you are now prepared to take on today's fully reponsive website project. - +edit ## Task 1: Set Up The Project With Git * [ ] Fork the project into your GitHub user account From 9cabd74cc3ab0d7944d6796087a0f62e4dd81054 Mon Sep 17 00:00:00 2001 From: Maxime Salomon Date: Tue, 15 Jan 2019 13:38:44 +0100 Subject: [PATCH 2/4] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 592651cd5..dd178f3cc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ You have experienced building fixed layout web pages, adaptive web pages, and no edit ## Task 1: Set Up The Project With Git -* [ ] Fork the project into your GitHub user account -* [ ] Clone the forked project into a directory on your machine -* [ ] You are now ready to build this project with your preferred IDE +* [X] Fork the project into your GitHub user account +* [X] Clone the forked project into a directory on your machine +* [X] You are now ready to build this project with your preferred IDE ## Task 2: Project Objectives From 73a9325a25795db5d2db1a6bc0cde4587b048cb1 Mon Sep 17 00:00:00 2001 From: Maxime Salomon Date: Tue, 15 Jan 2019 15:20:55 +0100 Subject: [PATCH 3/4] Delete README.md --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index dd178f3cc..000000000 --- a/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# Responsive-Web-Design: Fully Responsive - -You have experienced building fixed layout web pages, adaptive web pages, and now it's time to go fully responsive! Using your new knowledge with responsive units, contstraints, and media queries you are now prepared to take on today's fully reponsive website project. -edit -## Task 1: Set Up The Project With Git - -* [X] Fork the project into your GitHub user account -* [X] Clone the forked project into a directory on your machine -* [X] You are now ready to build this project with your preferred IDE - -## Task 2: Project Objectives - -* [ ] Review each [design file](design-files) and build your styles at each breakpoint. -* [ ] Introduce `font-size: 62.5%;` into your `html` selector. -* [ ] Constrain your container element with a `max-width` of 880px -* [ ] Introduce max-width media queries into your project at 800px and 500px -* [ ] Convert all fixed widths, left and right margins and paddings throughout the site into percents. You will know this is working if you never see a horizontal scroll bar when you resize your browser. -* [ ] Convert all `font-size` values into rem units -* [ ] Do your best to make the breakpoints look pixel-close-enough -* [ ] Once you have completed all of the project objectives, push your commits and make a pull request against the original fork - -## Stretch Goals: -* [ ] Build the services page from earlier assignments into a responsive design using your own creativity -* [ ] [Look at BEM](http://getbem.com/) and convert your existing CSS into the appropriate selectors. -* [ ] Introduce CSS animations at different break points across your site -* [ ] Build another page based on one of the navigation items and use your creativity on how it looks. - - - From b659164494df51601c88c0ef31e9024dec9f3f3c Mon Sep 17 00:00:00 2001 From: Orlando Castillo <32186886+omaddoc@users.noreply.github.com> Date: Wed, 16 Jan 2019 16:52:39 -0500 Subject: [PATCH 4/4] Revert "first change" --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..3059b1e5d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Responsive-Web-Design: Fully Responsive + +You have experienced building fixed layout web pages, adaptive web pages, and now it's time to go fully responsive! Using your new knowledge with responsive units, contstraints, and media queries you are now prepared to take on today's fully reponsive website project. + +## Task 1: Set Up The Project With Git + +* [ ] Fork the project into your GitHub user account +* [ ] Clone the forked project into a directory on your machine +* [ ] You are now ready to build this project with your preferred IDE + +## Task 2: Project Objectives + +* [ ] Review each [design file](design-files) and build your styles at each breakpoint. +* [ ] Introduce `font-size: 62.5%;` into your `html` selector. +* [ ] Constrain your container element with a `max-width` of 880px +* [ ] Introduce max-width media queries into your project at 800px and 500px +* [ ] Convert all fixed widths, left and right margins and paddings throughout the site into percents. You will know this is working if you never see a horizontal scroll bar when you resize your browser. +* [ ] Convert all `font-size` values into rem units +* [ ] Do your best to make the breakpoints look pixel-close-enough +* [ ] Once you have completed all of the project objectives, push your commits and make a pull request against the original fork + +## Stretch Goals: +* [ ] Build the services page from earlier assignments into a responsive design using your own creativity +* [ ] [Look at BEM](http://getbem.com/) and convert your existing CSS into the appropriate selectors. +* [ ] Introduce CSS animations at different break points across your site +* [ ] Build another page based on one of the navigation items and use your creativity on how it looks. + + +