From 6f7396d4e3dee6b28a1c3fd9851306f1f59c7d38 Mon Sep 17 00:00:00 2001 From: erciccione <erciccione@protonmail.com> Date: Wed, 10 Mar 2021 10:22:45 +0100 Subject: [PATCH] what is monero: add action buttons and remove redundant header --- _i18n/en.yml | 4 ++++ get-started/what-is-monero/index.md | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 5b8a4fba..e3286fcd 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -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 diff --git a/get-started/what-is-monero/index.md b/get-started/what-is-monero/index.md index 7f166cdd..cb3b1520 100644 --- a/get-started/what-is-monero/index.md +++ b/get-started/what-is-monero/index.md @@ -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>