Skip to content

Commit

Permalink
Sponsors: Better section dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie committed Sep 29, 2023
1 parent 41701f6 commit eced66f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sponsors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
<script>
insertFrom("sponsor.md")
</script>

<h2>Giga-Brain Sponsors</h2>
<br>
<hr>
<h2>Giga-Brain Sponsors</h2>
<hr>
<div class="sponsors">
<a href="https://www.fathomwerx.com"><img src="images/fathomwerx.png"></a>
<a href="https://www.matterlabs.co"><img src="images/matterLabs.png"></a>
</div>
<hr>

<h2>Big Brain Sponsors</h2>
<br>
<hr>
<div class="sponsors">
<a href="https://ghaasfoundation.org">
<img src="images/GHF_WebsiteHeaderLogo.svg"></a>
Expand All @@ -54,17 +54,15 @@ <h2>Big Brain Sponsors</h2>
<img src="../images/postageOne.jpg"></a>
</div>
<hr>

<h2>Large Brain Sponsors</h2>
<br>
<hr>
<div class="sponsors">
<a href="https://www.harborfreight.com" style="width: 30%;">
<img src="images/harborfreight-logo.svg"></a>
<a href="https://www.revrobotics.com" style="width: 30%;">
<img src="images/revLogo.png"></a>
</div>


<style>
html, body {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ td>img {

.sponsors-page>h2 {
text-align: center;
margin: 1.5em;
}

.sponsors {
Expand Down

0 comments on commit eced66f

Please sign in to comment.