Skip to content

Commit

Permalink
Add Square as Enterprise Sponsor on About page
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Apr 7, 2021
1 parent dee614f commit 00b5641
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/src/app/components/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,15 @@ <h5 i18n="about.about-the-project">The Mempool Open Source Project</h5>

<h3 i18n="about.sponsors.enterprise">Enterprise Sponsors 🚀</h3>

<a href="https://gemini.com" target="_blank">
<div class="profile_photo d-inline-block" title="Gemini">
<a href="https://squarecrypto.org/" target="_blank">
<div class="profile_photo enterprise_sponsor d-inline-block" title="Square Crypto">
<img class="profile_img" src="/resources/profile/sqcrypto.png" />
Square
</div>
</a>

<a href="https://gemini.com/" target="_blank">
<div class="profile_photo enterprise_sponsor d-inline-block" title="Gemini">
<img class="profile_img" src="/resources/profile/gemini.svg" />
Gemini
</div>
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/app/components/about/about.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
margin: 6px;
}

.enterprise_sponsor {
margin-left: 40px;
margin-right: 40px;
}

.text-small {
font-size: 12px;
}
Expand Down
Binary file added frontend/src/resources/profile/sqcrypto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00b5641

Please sign in to comment.