Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
110 changes: 69 additions & 41 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,61 +11,89 @@

</head>

<body>
<body link="black">

<div class="container about-page">

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.


<img src="img/about-plan.png" alt="strategy">

Strategy

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

Learn More

<nav class="topNavigationBar">
<img class="lambda-black" src="img/lambda-black.png" alt="Lambda logo">
<div><a href="index.html">Home</a></div>
<div><a href="about.html">About</a></div>
<div>Products</div>
<div>Blog</div>
<div><a href="contact.html">Contact</a></div>
</nav>

<img class="jumbo-about" src="img/jumbo-about.png" alt="Image of cityscape">
<section class="aboutSection">
<h2>About</h2>

<img src="img/about-working.png" alt="strategy">

How We Work

Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
<p>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.</p>
</section>

Learn More
<hr>
<div class=learnMoreBoxesDiv>
<section class="learnMoreBoxes">

<img class="boxImages" src="img/about-plan.png" alt="strategy">

<h2>Strategy</h2><br>

<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>

<p class="learn">Learn More</p>
<hr>

<img src="img/about-office.png" alt="strategy">

Places We Work

</section>

Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
<section class="learnMoreBoxes">

<img class="boxImages" src="img/about-working.png" alt="strategy">

<h2>How We Work</h2><br>

<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>

Learn More
<p class="learn">Learn More</p>
<hr>

</section>

<img src="img/about-meeting.png" alt="strategy">

Collaboration

Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
<section class="learnMoreBoxes">
<img class="boxImages" src="img/about-office.png" alt="strategy">

<h2>Places We Work</h2><br>

Learn More
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>

Let's Work Together
<p class="learn">Learn More</p>
<hr>
</section>

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.
<section class="learnMoreBoxes">
<img class="boxImages" src="img/about-meeting.png" alt="strategy">

<h2>Collaboration</h2><br>

<footer>
<nav>
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>

<p class="learn">Learn More</p>
<hr>
</section>
</div> <!-- learnMoreBoxesDiv -->

<div class="bottom">
<h1>Let's Work Together</h1>

<p>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.</p>
</div>
<footer>
<nav class="footerNav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="contact.html">Contact</a>
</nav>
</footer>
</div><!-- container -->
Expand Down
49 changes: 49 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!doctype html>

<html lang="en">
<head>
<meta charset="utf-8">

<title>Sprint Challenge - Home</title>

<link href="https://fonts.googleapis.com/css?family=Roboto|Rubik" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">

</head>

<body link="black">
<div class="container">
<nav class="topNavigationBar">
<img class="lambda-black" src="img/lambda-black.png" alt="Lambda logo">
<div><a href="index.html">Home</a></div>
<div><a href="about.html">About</a></div>
<div>Products</div>
<div>Blog</div>
<div><a href="contact.html">Contact</a></div>
</nav>



<img class="jumbo" src="img/jumbo.jpg" alt="Image of car lights">


<form action="thankyou.html">
<p>Email us your questions/concerns.</p>
<textarea name="comments" cols="102" rows="4">Enter your comments/questions/concerns here...</textarea>
<input type="submit" name="Submit" value="Submit">
</form></br>



<footer>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="contact.html">Contact</a>
</nav>
</footer>
</div><!-- container -->
</body>
</html>
181 changes: 180 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,183 @@ footer nav {
footer nav a {
color: white;
text-decoration: none;
}
}

.topNavigationBar{
display: flex;
margin-bottom: 40px;
margin-top: 9px;
font-size: 14px;
align-items: baseline;
width:100%;
justify-items: left;


}

nav .lambda-black{
margin-left: 0px;
}
.jumbo{
margin-bottom: 20px;
}

nav div{
margin: 40px 40px 0px 44px;
display:flex;

width: 100%;

}
a:link, a:visited{
text-decoration: none;
/* color: black; */
}
.boxOne{
background: teal;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}

.boxTwo{
background: gold;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxThree{
background: cadetblue;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxFour{
background: coral;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxFive{
background: crimson;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxSix{
background: forestgreen;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxSeven{
background: darkorchid;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxEight{
background: hotpink;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.boxNine{
background: indigo;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}

.boxTen{
background: dodgerblue;
width: 100%;
height: 100px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}

.about-page{
width:80%;
margin: auto;
}

.jumbo-about{
width: 100%;
}

.learn{
border: 2px black solid;
padding: 10px 30px;
margin-top: 25px;
width: 145px;
border-radius: 10px;
font-size: 16px;
text-align: center;
background: #ffffff;
}

hr{
border-top:1px dashed #000;
margin-top: 20px;
margin-bottom: 20px;
}

.aboutSection{
margin: 20px;
}

.learnMoreBoxesDiv{
display:flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin-bottom: 30px;
}

.learnMoreBoxes{
width: 45%;
margin: 20px 10px 10px 5px ;
}

.bottom {
margin: 0px 20px 20px 20px;
}

.boxImages{
width: 100%;
margin-bottom: 20px;
}

a {
text-decoration: none;
}

Loading