diff --git a/README.md b/day2/README.md similarity index 100% rename from README.md rename to day2/README.md diff --git a/nesting.md b/day2/nesting.md similarity index 100% rename from nesting.md rename to day2/nesting.md diff --git a/router/.angular-cli.json b/day2/router/.angular-cli.json similarity index 100% rename from router/.angular-cli.json rename to day2/router/.angular-cli.json diff --git a/router/.editorconfig b/day2/router/.editorconfig similarity index 100% rename from router/.editorconfig rename to day2/router/.editorconfig diff --git a/router/.gitignore b/day2/router/.gitignore similarity index 100% rename from router/.gitignore rename to day2/router/.gitignore diff --git a/router/README.md b/day2/router/README.md similarity index 100% rename from router/README.md rename to day2/router/README.md diff --git a/router/e2e/app.e2e-spec.ts b/day2/router/e2e/app.e2e-spec.ts similarity index 100% rename from router/e2e/app.e2e-spec.ts rename to day2/router/e2e/app.e2e-spec.ts diff --git a/router/e2e/app.po.ts b/day2/router/e2e/app.po.ts similarity index 100% rename from router/e2e/app.po.ts rename to day2/router/e2e/app.po.ts diff --git a/router/e2e/tsconfig.e2e.json b/day2/router/e2e/tsconfig.e2e.json similarity index 100% rename from router/e2e/tsconfig.e2e.json rename to day2/router/e2e/tsconfig.e2e.json diff --git a/router/karma.conf.js b/day2/router/karma.conf.js similarity index 100% rename from router/karma.conf.js rename to day2/router/karma.conf.js diff --git a/router/package.json b/day2/router/package.json similarity index 100% rename from router/package.json rename to day2/router/package.json diff --git a/router/protractor.conf.js b/day2/router/protractor.conf.js similarity index 100% rename from router/protractor.conf.js rename to day2/router/protractor.conf.js diff --git a/router/src/app/about/about-routing.module.ts b/day2/router/src/app/about/about-routing.module.ts similarity index 100% rename from router/src/app/about/about-routing.module.ts rename to day2/router/src/app/about/about-routing.module.ts diff --git a/router/src/app/about/about.component.css b/day2/router/src/app/about/about.component.css similarity index 100% rename from router/src/app/about/about.component.css rename to day2/router/src/app/about/about.component.css diff --git a/router/src/app/about/about.component.html b/day2/router/src/app/about/about.component.html similarity index 100% rename from router/src/app/about/about.component.html rename to day2/router/src/app/about/about.component.html diff --git a/router/src/app/about/about.component.spec.ts b/day2/router/src/app/about/about.component.spec.ts similarity index 100% rename from router/src/app/about/about.component.spec.ts rename to day2/router/src/app/about/about.component.spec.ts diff --git a/router/src/app/about/about.component.ts b/day2/router/src/app/about/about.component.ts similarity index 100% rename from router/src/app/about/about.component.ts rename to day2/router/src/app/about/about.component.ts diff --git a/router/src/app/app-routing.module.ts b/day2/router/src/app/app-routing.module.ts similarity index 100% rename from router/src/app/app-routing.module.ts rename to day2/router/src/app/app-routing.module.ts diff --git a/router/src/app/app.component.css b/day2/router/src/app/app.component.css similarity index 100% rename from router/src/app/app.component.css rename to day2/router/src/app/app.component.css diff --git a/router/src/app/app.component.html b/day2/router/src/app/app.component.html similarity index 100% rename from router/src/app/app.component.html rename to day2/router/src/app/app.component.html diff --git a/router/src/app/app.component.spec.ts b/day2/router/src/app/app.component.spec.ts similarity index 100% rename from router/src/app/app.component.spec.ts rename to day2/router/src/app/app.component.spec.ts diff --git a/router/src/app/app.component.ts b/day2/router/src/app/app.component.ts similarity index 100% rename from router/src/app/app.component.ts rename to day2/router/src/app/app.component.ts diff --git a/router/src/app/app.module.ts b/day2/router/src/app/app.module.ts similarity index 100% rename from router/src/app/app.module.ts rename to day2/router/src/app/app.module.ts diff --git a/router/src/app/career/career.component.css b/day2/router/src/app/career/career.component.css similarity index 100% rename from router/src/app/career/career.component.css rename to day2/router/src/app/career/career.component.css diff --git a/router/src/app/career/career.component.html b/day2/router/src/app/career/career.component.html similarity index 100% rename from router/src/app/career/career.component.html rename to day2/router/src/app/career/career.component.html diff --git a/router/src/app/career/career.component.spec.ts b/day2/router/src/app/career/career.component.spec.ts similarity index 100% rename from router/src/app/career/career.component.spec.ts rename to day2/router/src/app/career/career.component.spec.ts diff --git a/router/src/app/career/career.component.ts b/day2/router/src/app/career/career.component.ts similarity index 100% rename from router/src/app/career/career.component.ts rename to day2/router/src/app/career/career.component.ts diff --git a/router/src/app/early-life/early-life.component.css b/day2/router/src/app/early-life/early-life.component.css similarity index 100% rename from router/src/app/early-life/early-life.component.css rename to day2/router/src/app/early-life/early-life.component.css diff --git a/router/src/app/early-life/early-life.component.html b/day2/router/src/app/early-life/early-life.component.html similarity index 100% rename from router/src/app/early-life/early-life.component.html rename to day2/router/src/app/early-life/early-life.component.html diff --git a/router/src/app/early-life/early-life.component.spec.ts b/day2/router/src/app/early-life/early-life.component.spec.ts similarity index 100% rename from router/src/app/early-life/early-life.component.spec.ts rename to day2/router/src/app/early-life/early-life.component.spec.ts diff --git a/router/src/app/early-life/early-life.component.ts b/day2/router/src/app/early-life/early-life.component.ts similarity index 100% rename from router/src/app/early-life/early-life.component.ts rename to day2/router/src/app/early-life/early-life.component.ts diff --git a/router/src/app/links/links.component.css b/day2/router/src/app/links/links.component.css similarity index 100% rename from router/src/app/links/links.component.css rename to day2/router/src/app/links/links.component.css diff --git a/router/src/app/links/links.component.html b/day2/router/src/app/links/links.component.html similarity index 100% rename from router/src/app/links/links.component.html rename to day2/router/src/app/links/links.component.html diff --git a/router/src/app/links/links.component.spec.ts b/day2/router/src/app/links/links.component.spec.ts similarity index 100% rename from router/src/app/links/links.component.spec.ts rename to day2/router/src/app/links/links.component.spec.ts diff --git a/router/src/app/links/links.component.ts b/day2/router/src/app/links/links.component.ts similarity index 100% rename from router/src/app/links/links.component.ts rename to day2/router/src/app/links/links.component.ts diff --git a/router/src/app/resume/jobs.ts b/day2/router/src/app/resume/jobs.ts similarity index 100% rename from router/src/app/resume/jobs.ts rename to day2/router/src/app/resume/jobs.ts diff --git a/router/src/app/resume/resume.component.css b/day2/router/src/app/resume/resume.component.css similarity index 100% rename from router/src/app/resume/resume.component.css rename to day2/router/src/app/resume/resume.component.css diff --git a/router/src/app/resume/resume.component.html b/day2/router/src/app/resume/resume.component.html similarity index 100% rename from router/src/app/resume/resume.component.html rename to day2/router/src/app/resume/resume.component.html diff --git a/router/src/app/resume/resume.component.spec.ts b/day2/router/src/app/resume/resume.component.spec.ts similarity index 100% rename from router/src/app/resume/resume.component.spec.ts rename to day2/router/src/app/resume/resume.component.spec.ts diff --git a/router/src/app/resume/resume.component.ts b/day2/router/src/app/resume/resume.component.ts similarity index 100% rename from router/src/app/resume/resume.component.ts rename to day2/router/src/app/resume/resume.component.ts diff --git a/router/src/assets/.gitkeep b/day2/router/src/assets/.gitkeep similarity index 100% rename from router/src/assets/.gitkeep rename to day2/router/src/assets/.gitkeep diff --git a/router/src/environments/environment.prod.ts b/day2/router/src/environments/environment.prod.ts similarity index 100% rename from router/src/environments/environment.prod.ts rename to day2/router/src/environments/environment.prod.ts diff --git a/router/src/environments/environment.ts b/day2/router/src/environments/environment.ts similarity index 100% rename from router/src/environments/environment.ts rename to day2/router/src/environments/environment.ts diff --git a/router/src/favicon.ico b/day2/router/src/favicon.ico similarity index 100% rename from router/src/favicon.ico rename to day2/router/src/favicon.ico diff --git a/router/src/index.html b/day2/router/src/index.html similarity index 100% rename from router/src/index.html rename to day2/router/src/index.html diff --git a/router/src/main.ts b/day2/router/src/main.ts similarity index 100% rename from router/src/main.ts rename to day2/router/src/main.ts diff --git a/router/src/polyfills.ts b/day2/router/src/polyfills.ts similarity index 100% rename from router/src/polyfills.ts rename to day2/router/src/polyfills.ts diff --git a/router/src/styles.css b/day2/router/src/styles.css similarity index 100% rename from router/src/styles.css rename to day2/router/src/styles.css diff --git a/router/src/test.ts b/day2/router/src/test.ts similarity index 100% rename from router/src/test.ts rename to day2/router/src/test.ts diff --git a/router/src/tsconfig.app.json b/day2/router/src/tsconfig.app.json similarity index 100% rename from router/src/tsconfig.app.json rename to day2/router/src/tsconfig.app.json diff --git a/router/src/tsconfig.spec.json b/day2/router/src/tsconfig.spec.json similarity index 100% rename from router/src/tsconfig.spec.json rename to day2/router/src/tsconfig.spec.json diff --git a/router/src/typings.d.ts b/day2/router/src/typings.d.ts similarity index 100% rename from router/src/typings.d.ts rename to day2/router/src/typings.d.ts diff --git a/router/tsconfig.json b/day2/router/tsconfig.json similarity index 100% rename from router/tsconfig.json rename to day2/router/tsconfig.json diff --git a/router/tslint.json b/day2/router/tslint.json similarity index 100% rename from router/tslint.json rename to day2/router/tslint.json diff --git a/routing.md b/day2/routing.md similarity index 100% rename from routing.md rename to day2/routing.md diff --git a/routing_summary.md b/day2/routing_summary.md similarity index 100% rename from routing_summary.md rename to day2/routing_summary.md diff --git a/starwars/.angular-cli.json b/day2/starwars/.angular-cli.json similarity index 100% rename from starwars/.angular-cli.json rename to day2/starwars/.angular-cli.json diff --git a/starwars/.editorconfig b/day2/starwars/.editorconfig similarity index 100% rename from starwars/.editorconfig rename to day2/starwars/.editorconfig diff --git a/starwars/.gitignore b/day2/starwars/.gitignore similarity index 100% rename from starwars/.gitignore rename to day2/starwars/.gitignore diff --git a/starwars/README.md b/day2/starwars/README.md similarity index 100% rename from starwars/README.md rename to day2/starwars/README.md diff --git a/starwars/e2e/app.e2e-spec.ts b/day2/starwars/e2e/app.e2e-spec.ts similarity index 100% rename from starwars/e2e/app.e2e-spec.ts rename to day2/starwars/e2e/app.e2e-spec.ts diff --git a/starwars/e2e/app.po.ts b/day2/starwars/e2e/app.po.ts similarity index 100% rename from starwars/e2e/app.po.ts rename to day2/starwars/e2e/app.po.ts diff --git a/starwars/e2e/tsconfig.e2e.json b/day2/starwars/e2e/tsconfig.e2e.json similarity index 100% rename from starwars/e2e/tsconfig.e2e.json rename to day2/starwars/e2e/tsconfig.e2e.json diff --git a/starwars/karma.conf.js b/day2/starwars/karma.conf.js similarity index 100% rename from starwars/karma.conf.js rename to day2/starwars/karma.conf.js diff --git a/starwars/package.json b/day2/starwars/package.json similarity index 100% rename from starwars/package.json rename to day2/starwars/package.json diff --git a/starwars/protractor.conf.js b/day2/starwars/protractor.conf.js similarity index 100% rename from starwars/protractor.conf.js rename to day2/starwars/protractor.conf.js diff --git a/starwars/src/app/app.component.css b/day2/starwars/src/app/app.component.css similarity index 100% rename from starwars/src/app/app.component.css rename to day2/starwars/src/app/app.component.css diff --git a/starwars/src/app/app.component.html b/day2/starwars/src/app/app.component.html similarity index 100% rename from starwars/src/app/app.component.html rename to day2/starwars/src/app/app.component.html diff --git a/starwars/src/app/app.component.spec.ts b/day2/starwars/src/app/app.component.spec.ts similarity index 100% rename from starwars/src/app/app.component.spec.ts rename to day2/starwars/src/app/app.component.spec.ts diff --git a/starwars/src/app/app.component.ts b/day2/starwars/src/app/app.component.ts similarity index 100% rename from starwars/src/app/app.component.ts rename to day2/starwars/src/app/app.component.ts diff --git a/starwars/src/app/app.module.ts b/day2/starwars/src/app/app.module.ts similarity index 100% rename from starwars/src/app/app.module.ts rename to day2/starwars/src/app/app.module.ts diff --git a/starwars/src/app/search/search.component.css b/day2/starwars/src/app/search/search.component.css similarity index 100% rename from starwars/src/app/search/search.component.css rename to day2/starwars/src/app/search/search.component.css diff --git a/starwars/src/app/search/search.component.html b/day2/starwars/src/app/search/search.component.html similarity index 100% rename from starwars/src/app/search/search.component.html rename to day2/starwars/src/app/search/search.component.html diff --git a/starwars/src/app/search/search.component.spec.ts b/day2/starwars/src/app/search/search.component.spec.ts similarity index 100% rename from starwars/src/app/search/search.component.spec.ts rename to day2/starwars/src/app/search/search.component.spec.ts diff --git a/starwars/src/app/search/search.component.ts b/day2/starwars/src/app/search/search.component.ts similarity index 100% rename from starwars/src/app/search/search.component.ts rename to day2/starwars/src/app/search/search.component.ts diff --git a/starwars/src/assets/.gitkeep b/day2/starwars/src/assets/.gitkeep similarity index 100% rename from starwars/src/assets/.gitkeep rename to day2/starwars/src/assets/.gitkeep diff --git a/starwars/src/environments/environment.prod.ts b/day2/starwars/src/environments/environment.prod.ts similarity index 100% rename from starwars/src/environments/environment.prod.ts rename to day2/starwars/src/environments/environment.prod.ts diff --git a/starwars/src/environments/environment.ts b/day2/starwars/src/environments/environment.ts similarity index 100% rename from starwars/src/environments/environment.ts rename to day2/starwars/src/environments/environment.ts diff --git a/starwars/src/favicon.ico b/day2/starwars/src/favicon.ico similarity index 100% rename from starwars/src/favicon.ico rename to day2/starwars/src/favicon.ico diff --git a/starwars/src/index.html b/day2/starwars/src/index.html similarity index 100% rename from starwars/src/index.html rename to day2/starwars/src/index.html diff --git a/starwars/src/main.ts b/day2/starwars/src/main.ts similarity index 100% rename from starwars/src/main.ts rename to day2/starwars/src/main.ts diff --git a/starwars/src/polyfills.ts b/day2/starwars/src/polyfills.ts similarity index 100% rename from starwars/src/polyfills.ts rename to day2/starwars/src/polyfills.ts diff --git a/starwars/src/styles.css b/day2/starwars/src/styles.css similarity index 100% rename from starwars/src/styles.css rename to day2/starwars/src/styles.css diff --git a/starwars/src/test.ts b/day2/starwars/src/test.ts similarity index 100% rename from starwars/src/test.ts rename to day2/starwars/src/test.ts diff --git a/starwars/src/tsconfig.app.json b/day2/starwars/src/tsconfig.app.json similarity index 100% rename from starwars/src/tsconfig.app.json rename to day2/starwars/src/tsconfig.app.json diff --git a/starwars/src/tsconfig.spec.json b/day2/starwars/src/tsconfig.spec.json similarity index 100% rename from starwars/src/tsconfig.spec.json rename to day2/starwars/src/tsconfig.spec.json diff --git a/starwars/src/typings.d.ts b/day2/starwars/src/typings.d.ts similarity index 100% rename from starwars/src/typings.d.ts rename to day2/starwars/src/typings.d.ts diff --git a/starwars/tsconfig.json b/day2/starwars/tsconfig.json similarity index 100% rename from starwars/tsconfig.json rename to day2/starwars/tsconfig.json diff --git a/starwars/tslint.json b/day2/starwars/tslint.json similarity index 100% rename from starwars/tslint.json rename to day2/starwars/tslint.json diff --git a/url_params.md b/day2/url_params.md similarity index 100% rename from url_params.md rename to day2/url_params.md diff --git a/use_an_api.md b/day2/use_an_api.md similarity index 100% rename from use_an_api.md rename to day2/use_an_api.md diff --git a/video_intro_to_spa.md b/day2/video_intro_to_spa.md similarity index 100% rename from video_intro_to_spa.md rename to day2/video_intro_to_spa.md diff --git a/what_is_a_spa.md b/day2/what_is_a_spa.md similarity index 100% rename from what_is_a_spa.md rename to day2/what_is_a_spa.md diff --git a/what_is_an_api.md b/day2/what_is_an_api.md similarity index 100% rename from what_is_an_api.md rename to day2/what_is_an_api.md diff --git a/what_is_push_state.md b/day2/what_is_push_state.md similarity index 100% rename from what_is_push_state.md rename to day2/what_is_push_state.md diff --git a/what_is_routing.md b/day2/what_is_routing.md similarity index 100% rename from what_is_routing.md rename to day2/what_is_routing.md