Skip to content

Commit

Permalink
Remove sponsors section
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and fhunleth committed May 12, 2022
1 parent 12e99f2 commit dbbd6f3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 39 deletions.
29 changes: 0 additions & 29 deletions css/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,35 +172,6 @@ $primary: #a72b2a;
}
}

.home-sponsors {
margin-top: 6rem;

h6 {
font-size: 1rem;
color: #929394;
text-align: center;
margin-bottom: 1.5rem;
}

.grid {
display: grid;
grid-template-columns: repeat(4, max-content);
justify-content: space-between;
align-items: center;

@media (max-width: 980px) {
grid-template-columns: max-content max-content;
grid-row-gap: 4rem;
justify-content: space-around;
align-items: center;

img {
margin: auto;
}
}
}
}

.home-about {
background: #f6f6f6;
margin-bottom: 16rem;
Expand Down
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ <h1>Manage OTA firmware updates across your devices</h1>
</div>
</div>

<div class="home-sponsors content-container josh-js" data-josh-anim-name="fadeIn">
<h6>Sponsored by</h6>
<div class="grid">
<img src="images/le-tote-logo.jpg" alt="Le Tote" />
<img src="images/very-logo.png" alt="Very" />
<img src="images/smart-rent-logo.png" alt="SmartRent" />
<img src="images/allied-logo.png" alt="Allied Component Works" />
</div>
</div>

<div class="home-about">
<div class="content-container">
<div class="section-header josh-js" data-josh-anim-name="fadeIn">
Expand Down
Binary file removed static/images/allied-logo.png
Binary file not shown.
Binary file removed static/images/le-tote-logo.jpg
Binary file not shown.
Binary file removed static/images/smart-rent-logo.png
Binary file not shown.
Binary file removed static/images/very-logo.png
Binary file not shown.

0 comments on commit dbbd6f3

Please sign in to comment.