mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
commit
e10f5a88bb
3 changed files with 13 additions and 0 deletions
|
@ -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
BIN
img/community-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
10
index.html
10
index.html
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue