diff --git a/README.md b/README.md
index d106ca8bb..41b734d64 100644
--- a/README.md
+++ b/README.md
@@ -33,14 +33,19 @@ Demonstrate your understanding of this week's concepts by answering the followin
Edit this document to include your answers after each question. Make sure to leave a blank line above and below your answer so it is clear and easy to read.
1. If you were to describe semantic HTML to the next cohort of students, what would you say?
+An HTML that showcases meaning to the web page rather than just presentation. For example:
tag shows that enclosed text is a paragraph.
2. Name two big differences between ```display: block;``` and ```display: inline;```.
+A display block had some white space above and below it and doesn't tolerate HTML elements next to it unless ordered to. A display line shows that the element is shown inline which is inside the current block on the same line. Block takes up the whole line but inline doesn't.
3. What are the 4 areas of the box model?
+the content edge, padding edge, border edge, and margin edge
4. While using flexbox, what axis does the following property work on: ```align-items: center```?
+The cross axis.
5. Explain why git is valuable to a team of developers.
+Git allows you to track the change what we did to files and also allows you to revert to older versions.
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.
diff --git a/about.html b/about.html
index 9f133e274..b0422f33f 100644
--- a/about.html
+++ b/about.html
@@ -10,55 +10,120 @@
-
-
-
- About
+
- Learn More
+
+
+
+
+
About
-
-
- How We Work
+
Leverage agile frameworks to provide a robust synopsis
+ for high level overviews. Iterative approaches to corporate
+ strategy foster collaborative thinking to further the overall value
+ proposition. Organically grow the holistic world view of disruptive
+ innovation via workplace diversity and empowerment.
+
+
+
+
+
+
+
+
+
+
+
Strategy
- Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
+
Iterative approaches to corporate strategy foster collaborative thinking to
+ further the overall value proposition.
-
-
- Collaboration
-
- Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
- Learn More
+
+
+
+
+
+
+
+
+
Places We Work
- Let's Work Together
+
Iterative approaches to corporate strategy foster collaborative
+ thinking to further the overall value proposition.
- Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
-
+
Leverage agile frameworks to provide a robust synopsis for high level overviews.
+ Iterative approaches to corporate strategy foster collaborative thinking to
+ further the overall value proposition. Organically grow the holistic world
+ view of disruptive innovation via workplace diversity and empowerment.