Skip to content

Commit

Permalink
Increase Foresight sponsorship to Diamond (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored Dec 12, 2023
1 parent f44cf82 commit 15c5f1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions sass/components/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

$tiers: (
('tier': 'patron', 'color': $color-white, 'height': 190px),
('tier': 'diamond', 'color': #a3daeb, 'height': 120px),
('tier': 'platinum', 'color': $color-white, 'height': 100px),
('tier': 'gold', 'color': $color-gold, 'height': 90px),
('tier': 'silver', 'color': #bbb, 'height': 80px),
Expand Down
15 changes: 9 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,20 +214,23 @@ <h3 class="sponsors__amount">Over $100,000 / year</h3>
<div class="sponsors__content">
</div>
</div> -->
<div class="sponsors sponsors--platinum">
<h2 class="sponsors__title">Platinum Sponsors</h2>
<h3 class="sponsors__amount">$1,000 / month</h3>
<div class="sponsors sponsors--diamond">
<h2 class="sponsors__title">Diamond Sponsors</h2>
<h3 class="sponsors__amount">$4,000 / month</h3>
<div class="sponsors__content">
<a class="sponsors__link" href="https://www.foresightmining.com">
<img class="sponsors__logo" style="height: 140px" src="assets/Foresight_Spatial_Labs.svg"
alt="Foresight Spatial Labs logo" />
</a>
</div>
</div>
<div class="sponsors sponsors--platinum">
<h2 class="sponsors__title">Platinum Sponsors</h2>
<h3 class="sponsors__amount">$1,000 / month</h3>
<div class="sponsors__content">
<a class="sponsors__link" href="https://www.embark-studios.com">
<img class="sponsors__logo" src="assets/embark.png" alt="Embark Studios logo" />
</a>
<a class="sponsors__link" href="https://meetkai.com/careers">
<img class="sponsors__logo" style="max-height: 120px" src="assets/meetkai.png" alt="MeetKai logo" />
</a>
<a class="sponsors__link" href="https://www.encultured.ai/">
<img class="sponsors__logo" style="max-height: 60px" src="assets/Encultured.png"
alt="Encultured AI logo" />
Expand Down

0 comments on commit 15c5f1d

Please sign in to comment.