diff --git a/README.md b/README.md index 2714561736..8b15aedea2 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,24 @@ 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 what gives your code meaning and readability to others. Used correctly some one who did not work on the original code would still be able to understand what each element represents without much confusion. + 2. Name two big differences between ```display: block;``` and ```display: inline;```. +Display block acts as a box and takes up as much space as possible and responds to height and width. Inline only takes up the space it needs and and works in a line such as a

tag + 3. What are the 4 areas of the box model? +border, margin, padding,and content + 4. While using flexbox, what axis does the following property work on: ```align-items: center```? +border, margin, padding,and content + 5. Explain why git is valuable to a team of developers. +git helps working together, but separately much easier. It allows for multiple users to make their own branch without effecting the master code. It then lets you merge and combine multiple members codes together without causing conflict + 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..362ffb0749 100644 --- a/about.html +++ b/about.html @@ -13,52 +13,65 @@

- - 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 + - Strategy + Cityscape at dusk. - Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. - - Learn More - - - - strategy +
+

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. +

+
- How We Work +
+
+ strategy + +

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. - - Learn More - - - - strategy - - Places We Work - - Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. - - Learn More - - strategy - - Collaboration - - Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. - - Learn More - - Let's Work Together +
+ strategy + +

How We Work

+

Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. +

+ +
+
+ strategy +

Places We Work

+

Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. +

+ +
+
+ strategy +

Collaboration

+

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. -