diff --git a/01_Core/week02/README.md b/01_Core/week02/README.md
index 0275cdd5..6d32aee1 100644
--- a/01_Core/week02/README.md
+++ b/01_Core/week02/README.md
@@ -1,5 +1,8 @@
-Instructions for this week:
+# Instructions for this week:
1. Watch videos assigned in https://thecurve.redventures.com/pages/72/ita-front-end
2. Read the Toy Problems in this directory
3. Submit your solutions in the submissions directory by Monday of next week at noon.
+
+## Resources
+How to create a pull request: https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request
diff --git a/01_Core/week03/README.md b/01_Core/week03/README.md
index c4ab3251..9796357c 100644
--- a/01_Core/week03/README.md
+++ b/01_Core/week03/README.md
@@ -25,6 +25,9 @@ Install Sass - https://sass-lang.com/install
* Grid Game: https://cssgridgarden.com/
* Google Fonts: https://fonts.google.com/
* Transitions and Transforms: https://thoughtbot.com/blog/transitions-and-transforms
+ * CSS Reference: https://cssreference.io/
+ * CSS Flexbox Cheatsheet: https://devhints.io/css-flexbox
+ * HTML and CSS is Hard (but it doesn't have to be): https://internetingishard.com/html-and-css/
## Key Vocabulary:
diff --git a/01_Core/week03/submissions/README.MD b/01_Core/week03/submissions/README.MD
new file mode 100644
index 00000000..b8186c60
--- /dev/null
+++ b/01_Core/week03/submissions/README.MD
@@ -0,0 +1 @@
+Add this week's toy problem solutions to this directory.
\ No newline at end of file
diff --git a/01_Core/week03/toyProblems/exercise2/exercise 2.png b/01_Core/week03/toyProblems/exercise2/exercise 2.png
new file mode 100644
index 00000000..e35a5625
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise2/exercise 2.png differ
diff --git a/01_Core/week03/toyProblems/exercise2/exercise1.png b/01_Core/week03/toyProblems/exercise2/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise2/exercise1.png and /dev/null differ
diff --git a/01_Core/week03/toyProblems/exercise3/exercise 3.png b/01_Core/week03/toyProblems/exercise3/exercise 3.png
new file mode 100644
index 00000000..1a4ac10b
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise3/exercise 3.png differ
diff --git a/01_Core/week03/toyProblems/exercise3/exercise1.png b/01_Core/week03/toyProblems/exercise3/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise3/exercise1.png and /dev/null differ
diff --git a/01_Core/week03/toyProblems/exercise4/exercise 4.png b/01_Core/week03/toyProblems/exercise4/exercise 4.png
new file mode 100644
index 00000000..dfac4687
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise4/exercise 4.png differ
diff --git a/01_Core/week03/toyProblems/exercise4/exercise1.png b/01_Core/week03/toyProblems/exercise4/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise4/exercise1.png and /dev/null differ
diff --git a/01_Core/week03/toyProblems/exercise5/exercise 5.png b/01_Core/week03/toyProblems/exercise5/exercise 5.png
new file mode 100644
index 00000000..f64068d5
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise5/exercise 5.png differ
diff --git a/01_Core/week03/toyProblems/exercise5/exercise1.png b/01_Core/week03/toyProblems/exercise5/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise5/exercise1.png and /dev/null differ
diff --git a/01_Core/week03/toyProblems/exercise6/exercise 6.png b/01_Core/week03/toyProblems/exercise6/exercise 6.png
new file mode 100644
index 00000000..8080b162
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise6/exercise 6.png differ
diff --git a/01_Core/week03/toyProblems/exercise6/exercise1.png b/01_Core/week03/toyProblems/exercise6/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise6/exercise1.png and /dev/null differ
diff --git a/01_Core/week03/toyProblems/exercise7/exercise 7.png b/01_Core/week03/toyProblems/exercise7/exercise 7.png
new file mode 100644
index 00000000..7c602303
Binary files /dev/null and b/01_Core/week03/toyProblems/exercise7/exercise 7.png differ
diff --git a/01_Core/week03/toyProblems/exercise7/exercise1.png b/01_Core/week03/toyProblems/exercise7/exercise1.png
deleted file mode 100644
index 7dc5c134..00000000
Binary files a/01_Core/week03/toyProblems/exercise7/exercise1.png and /dev/null differ
diff --git a/01_Core/week04/README.md b/01_Core/week04/README.md
new file mode 100644
index 00000000..4ed51797
--- /dev/null
+++ b/01_Core/week04/README.md
@@ -0,0 +1,39 @@
+# Instructions for this week:
+
+We are going to take a break from the videos this week and we're going to start building the front-end to our final project in the ecommerce directory.
+
+## E-Commerce Site
+
+You will be building an e-commerce site in four phases. We will build the front-end now and will layer in a database, an API, and an admin page that is password protected as the course progresses. You may choose to “sell” whatever you like, but please consider the following:
+- The products must be mainstream and professional.
+- You must be able to categorize the products into a minimum of 4 categories
+- Each product will have a photo, name, description, and price.
+
+## The website must have the following pages:
+
+**Home page:** Have a featured products area that will show several products marked as featured in the database (hard-coded this for now). There should also be a banner image slideshow. The rest of the home page content is up to you.
+
+**Products page:** This page should be a visual list of all the products on your site. Each product should show an image, the price and a quick description. The user should be able to click on the product and go to a product detail page (only one example of this page is needed. Use the link to this page for all products). The user should also be able to choose to only display products from a particular category. This will obviously just be a mockup for now and now functionality is expected.
+
+**Product Detail page:** Must show a minimum of one image of the product. Multiple images are encouraged. Price & description must be shown. User should be able to access a form that lets them select the number they wish to purchase. If the product requires other selections (like size or color), they should be able to do that, too. The form should have an add to cart button.This will obviously just be a mockup for now and now functionality is expected.
+
+**Search page:** This page should allow the user to type in a search term and it should return a list of products. The search term should search the category, the name and the description. The search page should also let you filter by price. This will obviously just be a mockup for now and now functionality is expected.
+
+**Contact page:** Standard contact form asking for name, email, phone, preferred contact method (radio button, phone/email), How did you hear about us? (checkboxes: conference, TV, Radio, Word of Mouth, other) and comments.
+
+## Visual requirements:
+
+Colors, logo, fonts and icons are entirely up to you. Just try to make things neat and organized.
+The site should use media queries to do 2 different layouts. One for less than 800 pixels and one for greater than 800 pixels. Set a max width so the site doesn’t look bad as the screen size widens.
+
+## JavaScript:
+
+- Implement a form validation for the contact form
+- Implement a slider for the home page.
+
+## The project will be assessed on the following criteria:
+
+- HTML semantic structure. Validate your HTML!
+- CSS validation & usage. Use of media query
+- JavaScript: working scripts
+- Website must be live on GitHub pages.
diff --git a/01_Core/week04/README.md.txt b/01_Core/week04/README.md.txt
deleted file mode 100644
index a99922d8..00000000
--- a/01_Core/week04/README.md.txt
+++ /dev/null
@@ -1 +0,0 @@
-Instructions for this week:
\ No newline at end of file
diff --git a/01_Core/week04/ecommerce/Assets/rv-header-logo.png b/01_Core/week04/ecommerce/Assets/rv-header-logo.png
new file mode 100644
index 00000000..eb3c54a6
Binary files /dev/null and b/01_Core/week04/ecommerce/Assets/rv-header-logo.png differ
diff --git a/01_Core/week04/ecommerce/README.MD b/01_Core/week04/ecommerce/README.MD
new file mode 100644
index 00000000..69e1098a
--- /dev/null
+++ b/01_Core/week04/ecommerce/README.MD
@@ -0,0 +1 @@
+Add the ecommerce site to this directory.
\ No newline at end of file
diff --git a/01_Core/week04/ecommerce/contact.html b/01_Core/week04/ecommerce/contact.html
new file mode 100644
index 00000000..e1356f61
--- /dev/null
+++ b/01_Core/week04/ecommerce/contact.html
@@ -0,0 +1,95 @@
+
+
+
+
+ Amazon Web Services is a subsidiary of Amazon that provides on-demand cloud computing platforms to individuals, companies and governments, on a metered pay-as-you-go basis. $0.00
+