Skip to content

completed #1299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,23 @@ 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 the proper way to markup a website vs. a <div> soup that is marked up for stylistic purposes. Semantic HTML is meant to provide meaning to your content so that things such as the browser and other website can interact with it more effectively-->
2. What are the 4 areas of the box model?
<!-- 1) Content -->
<!-- 2) Padding -->
<!-- 3) Border -->
<!-- 1) Margin -->

3. While using flexbox, what axis does the following property work on: ```align-items: center```?
<!-- The cross axis. That is the axis perpendicular to the main axis.
For example: If the flex-direction: row; is set the main axis is up and down, and the cross axis is side to side. When switching the flex-direction: column; the main-axis goes with the content up to down, while the cross-axis is then side to side. Remember that the cross-axis always crosses over the contents direction.
-->

4. Explain why git is valuable to a team of developers.
<!-- Version control. Teams save, and break up multiple parts of the product without altering the completed versions. -->

5. Define mobile-first design in your own words.
<!-- Designing a product or website based on the layout of 300-500px first before going on to wider pixel layouts such as tablet, and desktop. Mobile first design prevents conetent form not scaling to smaller screen sizes, as their is less real estate to work with the smaller the device. -->

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
98 changes: 64 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,75 +1,105 @@
<!doctype html>

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

<title>Sprint Challenge - Home</title>
<head>
<meta charset="utf-8">

<link href="https://fonts.googleapis.com/css?family=Roboto|Rubik" rel="stylesheet">
<link rel="stylesheet" href="style/index.css">
<title>Sprint Challenge - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Roboto|Rubik" rel="stylesheet">
<link rel="stylesheet" href="style/index.css">

</head>

<body>
<div class="container">


<div class="nav-box" >
<nav class="top-nav">
<ul>
<li class="logo"></li><img class="logo" src="assets/lambda-black.png" alt="Lambda Logo"></li>
<li> <a href="home.html">HOME</a></li>
<li> <a href=>ABOUT</a></li>
<li> <a href="#">PRODUCTS</a></li>
<li> <a href="#">BLOG</a></li>
<li> <a href="#">CONTACT</a></li>
</ul>
</nav>
</div>
<section class="hero">
<img src="assets/jumbo.jpg" alt="Busy highway at night">
</section>


<section class="top-content">
<div class="text-container">
<h2>The Future</h2>
<p>Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.</p>
<p>Proin sed quam sed tellus vestibulum ultrices quis in nunc.
Phasellus id dui id tortor tincidunt efficitur.
Proin faucibus imperdiet erat, non varius lacus.
Maecenas non nisl id turpis egestas tincidunt.
Nam condimentum venenatis magna eget finibus.</p>
</div>
<div class="text-container">
<h2>The Past</h2>
<p>Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.</p>
<p>Proin sed quam sed tellus vestibulum ultrices quis in nunc.
Phasellus id dui id tortor tincidunt efficitur.
Proin faucibus imperdiet erat, non varius lacus.
Maecenas non nisl id turpis egestas tincidunt.
Nam condimentum venenatis magna eget finibus.</p>
</div>
</section>

<section class="middle-content">
<h2>Why Did It Have To Be Boxes...</h2>

<h2 class="yBox"> Why Did It Have To Be Boxes...</h2>

<div class="boxes">
<div class="box">Box 1</div>
<div class="box">Box 2</div>
<div class="box">Box 3</div>
<div class="box">Box 4</div>
<div class="box">Box 5</div>
<div class="box">Box 6</div>
<div class="box">Box 7</div>
<div class="box">Box 8</div>
<div class="box">Box 9</div>
<div class="box">Box 10</div>
<div class="box box1">1</div>
<div class="box box2">2</div>
<div class="box box3">3</div>
<div class="box box4">4</div>
<div class="box box5">5</div>
<div class="box box6">6</div>
<div class="box box7">7</div>
<div class="box box8">8</div>
<div class="box box9">9</div>
<div class="box box10">10</div>
</div>

</section>

<section class="bottom-content">

<div class="text-container">
<h2>That's</h2>
<p>Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
<p>Phasellus id dui id tortor tincidunt efficitur.
Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
</div>
<div class="text-container">
<h2>No</h2>
<p>Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
<p>Phasellus id dui id tortor tincidunt efficitur.
Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
</div>
<div class="text-container">
<h2>Moon</h2>
<p>Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
<p>Phasellus id dui id tortor tincidunt efficitur.
Proin sed quam sed tellus vestibulum ultrices quis in nunc.</p>
</div>

</section>

<footer>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
<nav class="bottom-nav">
<a href="home.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="#">PRODUCTS</a>
<a href="#">BLOG</a>
<a href="#">CONTACT US</a>
</nav>
</footer>
</div><!-- container -->
</div><!-- container -->
</body>

</html>
Loading