Merge pull request #1911

sponsorships: add section with past sponsors
This commit is contained in:
luigi1111 2022-04-05 11:06:11 -04:00 committed by GitHub
commit 93e8580996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -157,10 +157,10 @@ merchants:
sponsorships:
intro: The following businesses actively support the Monero Project in its goal to bring financial privacy to the world. We couldn't be more grateful for their contributions. If you would like to sponsor the Monero Project and be listed on this page, please send an email to dev@getmonero.org.
tari: Tari Labs sponsors the CDN used by this website.
globee: GloBee sponsors the main Monero website infrastructure.
symas: Symas sponsors its CTO Howard Chu (hyc) for his work on the Monero codebase.
forknetworking: Fork Networking provides a server which is used for development.
macstadium: MacStadium sponsors a dedicated Mac Mini that is used for Mac-related development.
pastsponsors: Past sponsors
team:
introduction: Workgroups are formed by community members who join forces to achieve a common goal. They have different structures and goals. On this page we list some of the more active workgroups and some tips to get you started, if you wish to contribute to any of them.

View file

@ -56,4 +56,22 @@ permalink: /community/sponsorships/index.html
</div>
</div>
</section>
<section class="container">
<div class="row">
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="info-block">
<h2>{% t sponsorships.pastsponsors %}</h2>
<ul>
<li><a href="https://globee.com">Globee</a></li>
<li><a href="https://www.navicat.com">Navicat</a></li>
<li><a href="https://www.forked.net">Forked</a></li>
<li><a href="https://www.kitware.com/">Kitware</a></li>
<li><a href="https://dome9.com/">Dome9 Security</a></li>
<li><a href="https://www.jetbrains.com/">JetBrains</a></li>
<li><a href="https://mymonero.com/">My Monero</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>