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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
57 changes: 37 additions & 20 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,67 @@
<body>
<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.
<header>
<section class="top-content">
<img class="logo" src="img\lambda-black.png"></img>

<div class="text-container">
<nav class="header nav">
<a href=#>Home</a>
<a href=#>About</a>
<a href=#>Products</a>
<a href=#>Blog</a>
<a href=#>Contact</a>
</nav>
</header>
<img src="img\jumbo-about.png"></img>


<section class="top-content2">
<div class="text-container">

<h2>About</h2>

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



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

Strategy
<h2>Strategy</h2>

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

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

<h2>Learn More</h2>


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

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

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

Learn More

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

<h2>Learn More</h2>

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

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

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

Learn More
<h2>Learn More</h2>

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

Collaboration
<h2>Collaboration</h2>

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

Learn More
<h2>Learn More</h2>

Let's Work Together
<h2>Let's Work Together</h2>

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

<footer>
<nav>
Expand Down
149 changes: 146 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,31 @@ p {
margin: 0 auto;
}

.header nav {
margin-top: 40px;
width: 400px;
justify-content: space-between;
display: flex;
}
.top-content {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin-bottom: 20px;
border-bottom: 1px dashed black;

}

.top-content .text-container {
width: 48%;
padding: 0 1%;
padding-bottom: 20px;
padding-bottom: 20px;
display: flex;
justify-content: space-between;
}

.top-content2 {
display: flex;
justify-content: space-evenly;
}

.middle-content {
Expand All @@ -93,6 +106,7 @@ p {
.middle-content h2 {
padding: 0 2%;
margin-bottom: 0;
border-top: 1px dashed black;
}

.middle-content .boxes {
Expand Down Expand Up @@ -143,4 +157,133 @@ footer nav {
footer nav a {
color: white;
text-decoration: none;
}
}

.box1 {
display: justify-content;
background: teal;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box2 {
display: justify-content;
background: gold;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box3 {
display: justify-content;
background: cadetblue;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box4 {
display: justify-content;
background: coral;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}


.box5 {
display: justify-content;
background: crimson;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box6 {
display: justify-content;
background: forestgreen;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box7 {
display: justify-content;
background: darkorchid;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box8 {
display: justify-content;
background: hotpink;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box9 {
display: justify-content;
background: indigo;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.box10 {
display: justify-content;
background: dodgerblue;
width: 95px;
height: 75px;
padding: 20px;
box-sizing: border-box;
border: 2px solid black;
margin: 15px;
text-align: center;
}

.row {
display: flex;
}

.column {
flex: 50%;
}
41 changes: 28 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,48 @@

<body>
<div class="container">

<section class="top-content">
<header>
<section class="top-content">
<img class="logo" src="img\lambda-black.png"></img>

<div class="text-container">
<h2>The Future</h2>
<nav class="header nav">
<a href=#>Home</a>
<a href=#>About</a>
<a href=#>Products</a>
<a href=#>Blog</a>
<a href=#>Contact</a>
</nav>
</header>
<img src="img\jumbo.jpg"></img>

<section class="top-content2">
<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>

<section class="middle-content">

<h2>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="box1">Box 1</div>
<div class="box2">Box 2</div>
<div class="box3">Box 3</div>
<div class="box4">Box 4</div>
<div class="box5">Box 5</div>
<div class="box6">Box 6</div>
<div class="box7">Box 7</div>
<div class="box8">Box 8</div>
<div class="box9">Box 9</div>
<div class="box10">Box 10</div>
</div>

</section>
Expand Down