Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
laid out first 6 sections
  • Loading branch information
mdr19002 committed May 8, 2020
1 parent 95d6ed9 commit e5b7aaf
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
29 changes: 27 additions & 2 deletions css/main.css
Expand Up @@ -198,10 +198,32 @@ textarea {
padding: 50px;
}

.jon {
#section-5-logos{
list-style-type: none;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

#section-5-logos li {
margin: 15px;
}

.jon {
padding: 15px;
}

#section-6-img{
width: min-content;
margin: 0 auto;
}

#section-6-text {
text-align: center;
max-width: 35%;
margin: 0 auto;
}

@media (min-width: 484px) {
#section-1 {
background-image: url(/img/bg-1_md.jpeg);
Expand Down Expand Up @@ -286,9 +308,12 @@ textarea {
#section-5 {
background-image: url(/img/bg-2_lg.jpg);
}
.jon{
width: 30%;
}
#section-5-jons {
display: flex;
justify-content: space-around;
justify-content: space-evenly;
}

}
Expand Down
Binary file added img/.DS_Store
Binary file not shown.
Binary file modified img/partner-logo-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/partner-logo-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/partner-logo-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/partner-logo-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/partner-logo-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 12 additions & 11 deletions index.html
Expand Up @@ -105,25 +105,26 @@
<p class="light-italic">“Aenean eu leo quam. Pellentesque ornare sem lacinia qua emere wancerid elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Etiasem malesuada magn”</p>
</div>
</div>
<div id="section-5-logos">
<ul>
<li><img></li>
<li><img></li>
<li><img></li>
<li><img></li>
<li><img></li>
<ul id="section-5-logos">
<li><img src="img/partner-logo-1.png"></li>
<li><img src="img/partner-logo-2.png"></li>
<li><img src="img/partner-logo-3.png"></li>
<li><img src="img/partner-logo-4.png"></li>
<li><img src="img/partner-logo-5.png"></li>
</ul>
</div>
</section>

<section class="dark-gray medium" id="section-6">
<div>
<div id="section-6-text">
<p class="salmon small">SERIOUSLY</p>
<h3 class="title">So start on this soon.</h3>
<p class="tiny">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Etiasem malesuada magn. Vestibulum felis euismod semper.</p>
</div>
<div>
<img>
<div id="section-6-img">
<picture>
<source media="(min-width: 950px)" srcset="img/window.png">
<img alt="generic browser window" src="img/window-2.png">
</picture>
</div>
</section>

Expand Down

0 comments on commit e5b7aaf

Please sign in to comment.