mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-26 05:30:02 +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>
46 lines
No EOL
1.8 KiB
Markdown
46 lines
No EOL
1.8 KiB
Markdown
---
|
|
layout: default
|
|
title: titles.themoneroproject
|
|
permalink: /the-monero-project/index.html
|
|
---
|
|
|
|
<div class="site-wrap">
|
|
<section class="container">
|
|
<div class="row">
|
|
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
|
<div class="info-block">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>Kovri</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs monero-project">
|
|
<p>{% t monero-project.kovri %}</p>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<p><a href="https://www.getkovri.org" class="btn-link btn-fixed">{% t monero-project.kovri_button %}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
|
<div class="info-block">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>Open Alias</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs monero-project">
|
|
<p>{% t monero-project.openalias %}</p>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<p><a href="https://www.openalias.org" class="btn-link btn-fixed">{% t monero-project.openalias_button %}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="untranslated {% t monero-project.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> |