diff --git a/README.md b/README.md
index d17421efd1..98fa510cce 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,27 @@ 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 use of HTML to give meaningful information to the various parts (or elements) of our content. It is not just tagging our content so we can add styling and function to it with CSS and Javascript, but it also provides information about the role of the tagged elements in our page. It also gives some basic styling properties to the tagged elements, like font size, block or inline display etc.
+
2. Name two big differences between ```display: block;``` and ```display: inline;```.
+ Block elements take the available full width and always start with a new line.
+ Inline elements take only the required width and do not start with a new line.
+ We cannot nest inline elements inside block elements.
+ We can nest inline and block elements inside block elements.
+
3. What are the 4 areas of the box model?
+ Content-Padding-Border-Margin.
+
4. While using flexbox, what axis does the following property work on: ```align-items: center```?
+ he cross axis.
+
5. Explain why git is valuable to a team of developers.
+ With git a team of developers can work together on the same project, keeping safe every working version of the product and implementing safely their changes. They can also monitor and resolve conflicts between each ones work,before implemeting them to the project.
+
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.
## Project Set Up
diff --git a/about.html b/about.html
index 9f133e274a..748f13c474 100644
--- a/about.html
+++ b/about.html
@@ -7,57 +7,91 @@
Sprint Challenge - About
-
+
-
- About
-
- 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.
-
- Learn More
-
-
-
-
-
- How We Work
-
- Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
-
- Learn More
-
-
-
-
-
- Places We Work
-
- Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
-
- Learn More
-
-
-
- Collaboration
-
- Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
-
- Learn More
-
- Let's Work Together
-
- 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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About
+
+
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.
+
+
+
+
+
+
+
How We Work
+
+
Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
+
+
+
+
+
+
+
+
Places We Work
+
+
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.
+
+
+
+ >
+
+
+
+
+ Let's Work Together
+
+
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.