monero-site/the-monero-project/index.md
erciccione 1d534a4a04
Remove 'untranslated' snippet logic from all pages (except where it's called using 'include')
It's not compatible with Weblate and will be not needed after the migration
2020-01-27 12:26:31 +01:00

43 lines
1.6 KiB
Markdown

---
layout: default
title: titles.themoneroproject
permalink: /the-monero-project/index.html
---
{% t global.lang_tag %}
<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.kovri.io" 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>