From 874cc1f5920a031e5dc75cc58cc1df5fe40bce26 Mon Sep 17 00:00:00 2001 From: Nick Verdina Date: Sun, 18 Aug 2019 20:17:56 -0500 Subject: [PATCH 1/2] Finished Sprint without Stretch in this file --- README.md | 11 +-- about.html | 102 +++++++++++++++++---------- css/index.css | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 44 ++++++++---- 4 files changed, 289 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 2714561736..6ffa899b1f 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,16 @@ 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? +1. If you were to describe semantic HTML to the next cohort of students, what would you say? Semantic HTML uses tags and comments to help screen readers and people reading your code to understand the reason for groups of text. -2. Name two big differences between ```display: block;``` and ```display: inline;```. -3. What are the 4 areas of the box model? +2. Name two big differences between ```display: block;``` and ```display: inline;```.Block creates a line of text/images that occupies an entire line all the way left to right on the page. Inline creates an area of text that can be on the same line as another div/p/etc on the page. -4. While using flexbox, what axis does the following property work on: ```align-items: center```? +3. What are the 4 areas of the box model? In order of inner most to outer most: content itself, padding, border, and margin. -5. Explain why git is valuable to a team of developers. +4. While using flexbox, what axis does the following property work on: ```align-items: center```? The vertical axis is what align-items works with. + +5. Explain why git is valuable to a team of developers. With git you can merge thousands of peoples work so that a team can work collaboratively. 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..71f57bb8c5 100644 --- a/about.html +++ b/about.html @@ -11,57 +11,85 @@ - + +
- - 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 - + + Image of cityscape +
+

About

- strategy - - How We Work - - 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.

+
- Learn More +
+
+
+ + strategy + +

Strategy


+

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

How We Work


+ +

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

- Learn More +

Learn More

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

Places We Work


- Learn More +

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

- Let's Work Together +

Learn More

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

Collaboration


-
-
+
+ +
+

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.

+
+