diff --git a/README.md b/README.md index dc5314a3a1..ed14a72f99 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ You are not allowed to collaborate during the Sprint Challenge. However, you are In this challenge, you build a missing header (navigation and image) on the home page, update some CSS styling on the home page, and make your page responsive for mobile. You will be working with a pre-existing web page, allowing you to get a taste of what it is like to inherit code from someone else, as will regularly happen on the job. -In meeting the minimum viable product (MVP) specifications listed below, your web page should look like the solution screen shots of the home page and mobile version. +In meeting the minimum viable product (MVP) specifications listed below, your web page should look like the solution screen shots of the home page and mobile version. [Click here for home page example](https://tk-assets.lambdaschool.com/39a49225-8ac9-43da-aa90-514fd60ae99a_sprint-challenge-ui-home-example.png) - + [Click here for tablet example](design/Tablet.png) @@ -36,26 +36,36 @@ Edit this document to include your answers after each question. Make sure to lea 1. If you were to describe semantic HTML to the next cohort of students, what would you say? +Semantic HTML is the elements used to help build the layout of a webpage in order to display information that's read by browsers as you visit a page. Heading, body, and footer for example. + 2. What are the 4 areas of the box model? +Margin, border, padding, content + 3. While using flexbox, what axis does the following property work on: ```align-items: center```? +The cross axis. + 4. Explain why git is valuable to a team of developers. +Git is extremely valuable as it allows for version control of the code, while multiple people are working on different parts so issues are avoided. Allows for code review and merging so work isn't lost. + 5. Define mobile-first design in your own words. +Mobile first development is building a website based on someone's phone in their hand versus being able to sit at a computer. + You are expected to be able to answer all these questions. Your responses contribute to your Sprint Challenge grade. Skipping this section *will* prevent you from passing this challenge. ## Instructions ### Task 1: Project Set Up -- [ ] Create a forked copy of this project -- [ ] Add your team lead as collaborator on Github -- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!) -- [ ] Create a new branch: git checkout -b ``. -- [ ] Implement the project on your newly created `` branch, committing changes regularly -- [ ] Push commits: git push origin `` +- [X] Create a forked copy of this project +- [X] Add your team lead as collaborator on Github +- [X] Clone your OWN version of the repository (Not Lambda's by mistake!) +- [X] Create a new branch: git checkout -b ``. +- [X] Implement the project on your newly created `` branch, committing changes regularly +- [X] Push commits: git push origin `` ### Task 2: Minimum Viable Product @@ -65,23 +75,23 @@ Your finished project must include all of the following requirements: [Review the provided design files](/design). Notice the navigation and header images are missing in the starter code. -* [ ] Build the HTML and CSS to create the missing navigation and header -* [ ] Link the `About` navigation item to an about.html page (you'll also need to create `about.html`) -* [ ] Make your design responsive such that it is accessible on mobile(500px)and matches the [mobile](design/Mobile.png) wireframe. -* [ ] Add responsive breakpoints to your code by using media queries +* [X] Build the HTML and CSS to create the missing navigation and header +* [X] Link the `About` navigation item to an about.html page (you'll also need to create `about.html`) +* [X] Make your design responsive such that it is accessible on mobile(500px)and matches the [mobile](design/Mobile.png) wireframe. +* [X] Add responsive breakpoints to your code by using media queries You will also notice there are 10 boxes on the home page that need background colors. Use this list below to correctly style each box: -* [ ] box1: `teal` -* [ ] box2: `gold` -* [ ] box3: `cadetblue` -* [ ] box4: `coral` -* [ ] box5: `crimson` -* [ ] box6: `forestgreen` -* [ ] box7: `darkorchid` -* [ ] box8: `hotpink` -* [ ] box9: `indigo` -* [ ] box10: `dodgerblue` +* [X] box1: `teal` +* [X] box2: `gold` +* [X] box3: `cadetblue` +* [X] box4: `coral` +* [X] box5: `crimson` +* [X] box6: `forestgreen` +* [X] box7: `darkorchid` +* [X] box8: `hotpink` +* [X] box9: `indigo` +* [X] box10: `dodgerblue` In your solution, it is essential that you follow best practices and produce clean and professional results. Schedule time to review, refine, and assess your work and perform basic professional polishing including spell-checking and grammar-checking on your work. It is better to submit a challenge that meets MVP than one that attempts too much and does not. @@ -106,6 +116,6 @@ After finishing your required elements, you can push your work further. These go Follow these steps for completing your project. -- [ ] Submit a Pull-Request to merge Branch into master (student's Repo). **Please don't merge your own pull request** -- [ ] Add your team lead as a reviewer on the pull-request -- [ ] Your team lead will count the project as complete by merging the branch back into master +- [X] Submit a Pull-Request to merge Branch into master (student's Repo). **Please don't merge your own pull request** +- [X] Add your team lead as a reviewer on the pull-request +- [X] Your team lead will count the project as complete by merging the branch back into master diff --git a/about.html b/about.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/index.html b/index.html index d32d8ad25c..447e05ee11 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Sprint Challenge - Home @@ -12,8 +12,24 @@ +
- + +
+ black logo for Lambda + +
+ +
+ time lapse of traffic on a highway +
+

The Future

@@ -24,24 +40,24 @@

The Past

Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.

- +
- +

Why Did It Have To Be Boxes...

- +
-
Box 1
-
Box 2
-
Box 3
-
Box 4
-
Box 5
-
Box 6
-
Box 7
-
Box 8
-
Box 9
-
Box 10
+
Box 1
+
Box 2
+
Box 3
+
Box 4
+
Box 5
+
Box 6
+
Box 7
+
Box 8
+
Box 9
+
Box 10
- +
@@ -60,16 +76,16 @@

Moon

- -