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
10 changes: 4 additions & 6 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<body>


<nav>

<img src="img/lambda-black.png" alt="lambda-black">
Expand All @@ -26,9 +25,9 @@
</nav>



<img src="img/jumbo-about.png" alt="jumbo-about" class="jumbo-about">

<div class="jumbo-about">
<img src="img/jumbo-about.png" alt="jumbo-about" >
</div>
<div class="about">

<h2>About</h2>
Expand Down Expand Up @@ -89,7 +88,6 @@ <h2 class="header-about2">Let's Work Together</h2>
</nav>
</footer>
</div>
</div>
<!-- container -->
</div><!-- container -->
</body>
</html>
22 changes: 10 additions & 12 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ footer nav {
footer nav a {
color: white;
text-decoration: none;
position: relative;
right:435px;
}
header nav{
display: flex;
Expand All @@ -152,20 +154,16 @@ header nav{
margin:30px ;

}
header nav{
position: relative;
left:400px;
}


nav a {

color: black;
text-decoration: none;
}
.jumbo{
position: relative;
left:510px;
width:45%;
margin: 0 auto;
width:800px;
padding-bottom: 30px;
}

Expand Down Expand Up @@ -203,19 +201,19 @@ padding-bottom: 30px;
}

.jumbo-about{
position: relative;
left:510px;
width: 850px;
margin:0 auto
}
.about{
width:45%;

height: 12%;
padding-top:10px;
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 2px dotted black;
position: relative;
left:510px;
top:5px;
width: 850px;
margin:0 auto
}
nav {
display: flex;
Expand Down
139 changes: 70 additions & 69 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,77 +13,78 @@

<body>
<header>
<nav>
<a href="index.html">Contact</a>
<a href="about.html">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="#">Home</a>
<img src="img/lambda-black.png" alt="lambda-black">
</nav>

</header>
<img src="img/jumbo.jpg" alt="jumbo" class="jumbo">

<div class="container">

<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>
</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>
</div>
</section>

<section class="middle-content">

<h2>Why Did It Have To Be Boxes...</h2>

<div class="boxes">
<div class="box" id= "a">Box 1</div>
<div class="box" id= "b">Box 2</div>
<div class="box" id= "c">Box 3</div>
<div class="box" id= "d">Box 4</div>
<div class="box" id= "e">Box 5</div>
<div class="box" id= "f">Box 6</div>
<div class="box" id= "g">Box 7</div>
<div class="box" id= "h">Box 8</div>
<div class="box" id= "i">Box 9</div>
<div class="box" id ="j">Box 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>
</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>
</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>
</div>
<nav>
<a href="index.html">Contact</a>
<a href="about.html">About</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="#">Home</a>
<img src="img/lambda-black.png" alt="lambda-black">
</nav>

</section>
</header>
<div class="jumbo">
<img src="img/jumbo.jpg" alt="jumbo" >
</div>
<div class="container">

<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>
</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>
</div>
</section>

<section class="middle-content">

<h2>Why Did It Have To Be Boxes...</h2>

<footer>
<nav>
<a class="about-a" href="#">Home</a>
<a class="about-a" href="#">About</a>
<a class="about-a" href="#">Products</a>
<a class="about-a" href="#">Blog</a>
<a class="about-a" href="#">Contact</a>
</nav>
</footer>
</div>
<div class="boxes">
<div class="box" id= "a">Box 1</div>
<div class="box" id= "b">Box 2</div>
<div class="box" id= "c">Box 3</div>
<div class="box" id= "d">Box 4</div>
<div class="box" id= "e">Box 5</div>
<div class="box" id= "f">Box 6</div>
<div class="box" id= "g">Box 7</div>
<div class="box" id= "h">Box 8</div>
<div class="box" id= "i">Box 9</div>
<div class="box" id ="j">Box 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>
</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>
</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>
</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>
</footer>
</div>
<!-- container -->
</body>
</html>