Add Square as Enterprise Sponsor on About page

This commit is contained in:
wiz 2021-04-07 16:55:50 +09:00
parent dee614f6ac
commit 00b564149d
No known key found for this signature in database
GPG Key ID: A394E332255A6173
3 changed files with 14 additions and 2 deletions

View File

@ -45,8 +45,15 @@
<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>

View File

@ -25,6 +25,11 @@
margin: 6px;
}
.enterprise_sponsor {
margin-left: 40px;
margin-right: 40px;
}
.text-small {
font-size: 12px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB