Merge pull request #1622

home: add hangouts card
This commit is contained in:
luigi1111 2021-05-21 22:39:38 -04:00 committed by GitHub
commit e10f5a88bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -97,6 +97,9 @@ home:
researchlab_para: The MRL (Monero Research Lab) is a very important part of Monero. Researchers and cryptographers from all over the world meet to find new ways to improve Monero. Read their papers and join them!
visitmrl: Visit the MRL
contributing: Contributing
meetcommunity: "Meet the community!"
meetus: "The members of the Monero community are all over the world. You can find us on multiple platforms. Come meet us!"
hangouts: Hangouts
hangouts:
intro: The Monero community is diverse and varied. We come from all over, but we definitely have some places we like to hang out together. You'll find most of them below. Join us!

BIN
img/community-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View file

@ -151,6 +151,16 @@ permalink: index.html
<p><a href="{{site.baseurl}}/resources/research-lab/" class="btn-link btn-fixed">{% t home.visitmrl %}</a></p>
</div>
</div>
<div class="row middle-xs info-block-row private">
<div class="col-lg-6 col-md-6 col-sm-8 col-xs-8 why-text">
<h3>{% t home.meetcommunity %}</h3>
<p>{% t home.meetus %}</p>
<p><a href="{{site.baseurl}}/community/hangouts/" class="btn-link btn-fixed">{% t home.hangouts %}</a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-4 col-xs-4 center-xs">
<img src="/img/community-logo.png" width="1500" height="1500" loading="lazy" alt="Contribute" class="main-icon">
</div>
</div>
</div>
</section>
<!-- END Full Block -->