what is monero: add action buttons and remove redundant header

This commit is contained in:
erciccione 2021-03-10 10:22:45 +01:00
parent 8e9da2a307
commit 6f7396d4e3
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 8 additions and 3 deletions

View file

@ -505,6 +505,10 @@ what-is-monero:
electronic: Monero is electronic cash that allows fast, inexpensive payments to and from anywhere in the world.
electronic_para1: With Monero, there are no wire transfer or check clearing fees, no multi-day holding periods, and no fraudulent chargebacks. Because Monero is decentralized, it is not constrained by any particular legal jurisdiction and provides safety from capital control.
videos: Monero Videos (English)
aboutb: About
walletb: Get a Wallet
getb: Get Monero
joinb: Join a workgroup
about:
history: A Brief History

View file

@ -9,14 +9,12 @@ permalink: /get-started/what-is-monero/index.html
<div class="row">
<section class="container about-monero full col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col"><h2>{% t what-is-monero.need-to-know %}</h2></div>
</div>
<div class="row middle-xs info-block-row private">
<div class="col-lg-7 col-md-6 col-sm-8 col-xs-12 why-text">
<h3>{% t what-is-monero.leading %}</h3>
<p>{% t what-is-monero.leading_para1 %}</p>
<p>{% t what-is-monero.leading_para2 %}</p>
<p><a href="{{ site.baseurl }}/downloads/" class="btn-link btn-fixed">{% t what-is-monero.walletb %}</a></p>
</div>
<div class="col-lg-5 col-md-6 col-sm-4 col-xs-12 last-sm first-xs center-xs">
<img src="/img/crypto-lock.png" width="1500" height="1500" loading="lazy" alt="Encrypted lock" class="main-icon">
@ -30,12 +28,14 @@ permalink: /get-started/what-is-monero/index.html
<h3>{% t what-is-monero.confidential %}</h3>
<p>{% t what-is-monero.confidential_para1 %}</p>
<p>{% t what-is-monero.confidential_para2 %}</p>
<p><a href="{{ site.baseurl }}/resources/about/" class="btn-link btn-fixed">{% t what-is-monero.aboutb %}</a></p>
</div>
</div>
<div class="row middle-xs info-block-row">
<div class="col-lg-7 col-md-6 col-sm-8 col-xs-12 why-text">
<h3>{% t what-is-monero.electronic %}</h3>
<p>{% t what-is-monero.electronic_para1 %}</p>
<p><a href="{{ site.baseurl }}/community/merchants/" class="btn-link btn-fixed">{% t what-is-monero.getb %}</a></p>
</div>
<div class="col-lg-5 col-md-6 col-sm-4 col-xs-12 last-sm first-xs center-xs">
<img src="/img/monero-electronic-cash.png" width="1500" height="1500" loading="lazy" alt="Electronic cash" class="main-icon">
@ -49,6 +49,7 @@ permalink: /get-started/what-is-monero/index.html
<h3>{% t what-is-monero.grassroots %}</h3>
<p>{% t what-is-monero.grassroots_p1 %} <a href="/resources/research-lab">{% t what-is-monero.grassroots_p2 %}</a> {% t what-is-monero.grassroots_p3 %} <a href="https://www.openhub.net/p/monero" target="_blank" rel="noreferrer noopener">{% t what-is-monero.grassroots_p4 %}</a> {% t what-is-monero.grassroots_p5 %}</p>
<p>{% t what-is-monero.grassroots_p6 %} <a href="/community/hangouts">{% t what-is-monero.grassroots_p7 %}</a> {% t what-is-monero.grassroots_p8 %}</p>
<p><a href="{{ site.baseurl }}/community/workgroups/" class="btn-link btn-fixed">{% t what-is-monero.joinb %}</a></p>
</div>
</div>
</div>