diff --git a/README.md b/README.md index d17421efd1..6ba31fc41e 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 by your project manager 1. If you were to describe semantic HTML to the next cohort of students, what would you say? + semantic HTML is HTML tags that are specific like section, header, body, footer, while un semantic would be like divs 2. Name two big differences between ```display: block;``` and ```display: inline;```. + display block lets you set a width and height on the element and the margins and paddings are respected 3. What are the 4 areas of the box model? + Margin Border Padding Content 4. While using flexbox, what axis does the following property work on: ```align-items: center```? + the vertical or secondary axis 5. Explain why git is valuable to a team of developers. + allows many devs from different areas to collaberate on a single product 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 9f133e274a..68d3bc4c73 100644 --- a/about.html +++ b/about.html @@ -13,56 +13,78 @@
- - 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 - - Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. - - Learn More - - - - strategy - - How We Work - - 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 - - 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 + +

Strategy

+ +

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


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


+ +
+
+
+ +
+

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.

+
+