mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 02:21:10 +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>
53 lines
No EOL
2 KiB
Markdown
53 lines
No EOL
2 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.about
|
|
permalink: /resources/about/index.html
|
|
---
|
|
|
|
<div class="about-monero">
|
|
<section class="container">
|
|
<div class="row">
|
|
<!-- left two-thirds block-->
|
|
<div class="full col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t about.history %}</h2>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<p>{% t about.history_para1 %} <a href="https://bitcointalk.org/index.php?topic=563821.0">{% t about.history_para2 %}</a> {% t about.history_para3 %}</p>
|
|
<p>{% t about.history_para4 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end right one-third block-->
|
|
</div>
|
|
<div class="row">
|
|
<!-- left two-thirds block-->
|
|
<div class="full col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t about.values %}</h2>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<p>{% t about.values_para %}</p>
|
|
<h3>{% t about.security %}</h3>
|
|
<p>{% t about.security_para %}</p>
|
|
<h3>{% t about.privacy %}</h3>
|
|
<p>{% t about.privacy_para %}</p>
|
|
<h3>{% t about.decentralization %}</h3>
|
|
<p>{% t about.decentralization_para %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end right one-third block-->
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="untranslated {% t about.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> |