home: add hangouts card

This commit is contained in:
erciccione 2021-05-13 09:57:33 +02:00
parent 685fc3eae2
commit a3fe2caa3d
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
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 -->