mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-06 08:27:35 +00:00
a22d7eda73
- Deleted flippin' template directories (unnecessary now) - Moved all cussin' HTML to root files instead of in _i18n folder (except for guides) - Replaced all freakin' strings with liquid translation tags - Added all Kevin' strings for each language already merged to their respective .yml files - 40 seconds of testing before sending PR Signed-off-by: rehrar <rehrar@tuta.io>
91 lines
No EOL
4.6 KiB
Markdown
91 lines
No EOL
4.6 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.contributing
|
|
permalink: /get-started/contributing/index.html
|
|
---
|
|
<div class="text-center container description">
|
|
<p>{% t contributing.intro %}</p>
|
|
</div>
|
|
<div class="contribute">
|
|
<section class="container">
|
|
<div class="row">
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.network %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<h3>{% t contributing.develop %}</h3>
|
|
<p>{% t contributing.develop_para1 %} <a href="https://github.com/monero-project">{% t contributing.develop_para2 %}</a> {% t contributing.develop_para3 %} <a href="https://github.com/monero-project/monero/issues">{% t contributing.develop_para4 %}</a></p>
|
|
<h3>{% t contributing.full-node %}</h3>
|
|
<p>{% t contributing.full-node_para %}</p>
|
|
<h3>{% t contributing.mine %}</h3>
|
|
<p>{% t contributing.mine_para1 %} <a href="https://reddit.com/r/MoneroMining">{% t contributing.mine_para2 %}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end full block-->
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.ffs %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<p>{% t contributing.ffs_para1 %} <a href="https://forum.getmonero.org">{% t contributing.ffs_para2 %}</a> {% t contributing.ffs_para3 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end full block-->
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.donate %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<p>{% t contributing.donate_para1 %} <a href="{{site.baseurl}}/community/sponsorships/">{% t contributing.donate_para2 %}</a></p>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<div class="col-lg-6">
|
|
<img src="/img/donate-monero.png" alt=""/>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<img src="/img/donate-bitcoin.png" alt=""/>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-xmr %}</h3>
|
|
<p>{% t contributing.donate-xmr_para %} donate.getmonero.org {% t contributing.or %} 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-btc %}</h3>
|
|
<p>{% t contributing.donate-btc_para %} donate.getmonero.org {% t contributing.or %} 1KTexdemPdxSBcG55heUuTjDRYqbC5ZL8H</p>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-other %}</h3>
|
|
<p>{% t contributing.donate-other_para1 %} <a href="mailto:dev@getmonero.org">dev@getmonero.org</a> {% t contributing.donate-other_para2 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- full block-->
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="untranslated {% t contributing.translated %}">
|
|
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
|
</div> |