{% t global.monero %}
+{% t home.heading %}
{% t home.heading2 %}
-{% t home.monero_is_cash %}
-diff --git a/_i18n/en.yml b/_i18n/en.yml index c62cd1b8..cc8b7d33 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -68,10 +68,11 @@ index: page_title: "Monero - secure, private, untraceable" home: - heading2: A Private Digital Currency - monero_is_cash: Monero is cash for a connected world. It’s fast, private, and secure. With Monero, you are your own bank. You can spend safely, knowing that others cannot see your balances or track your activity. + heading: Monero Means Money + heading2: Private, decentralized cryptocurrency that keeps your finances confidential and secure. whatis: Learn more about Monero - get_started: Get Started + about: About Monero + joincommunity: Join Community choosewallet: Choose a Wallet choosewallet_para: To use Monero, the first thing you are going to need is a wallet. Visit our Downloads page and get the right wallet for you. The Monero wallets are available for a variety of platforms and contain everything you need to use Monero immediately. downloads: Downloads diff --git a/css/custom.css b/css/custom.css index 85e38042..0690a08e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1434,8 +1434,7 @@ p, h4 { h1#main-h1 { font-family: 'Hind', 'Open Sans', sans-serif; font-weight: 700; - font-size: 3.4375rem; - text-transform: uppercase; + font-size: 2.6rem; margin: 0; line-height: 1; padding: 0; @@ -1540,7 +1539,6 @@ h1 { h1#main-h1 { font-size: 3rem; - text-transform: uppercase; margin: 0; } @@ -2603,9 +2601,9 @@ img.monero-logo { display: block; } -.main-info #btn-primary-box { +.main-info #btn-top-box { display: flex; - justify-content: center; + justify-content: space-between; } .main-info p a.btn-auto, a.btn-primary { @@ -2618,6 +2616,12 @@ img.monero-logo { padding: 0; } +a.btn-primary-top { + background-color: #d26e2b; + border: 2px solid #d26e2b; + color: #ffffff; +} + .main-info p a.btn-auto:hover, a.btn-primary:hover, .main-info p a.btn-auto:focus, a.btn-primary:focus, .main-info p a.btn-auto:active, a.btn-primary:active { background-color: #ce5e14; border: 2px solid #ce5e14; @@ -2704,6 +2708,11 @@ p.main-downloads { padding-left: 0.5rem; } +a.btn-primary-top { + margin-top: 1rem; + padding: 0; +} + } @media only screen and (max-width: 62rem) { @@ -2757,6 +2766,12 @@ p.main-downloads { padding-left: 0; } +.main-info #btn-top-box { + display: flex; + justify-content: space-evenly; + flex-wrap: wrap; +} + } @media only screen and (max-width: 48rem) { diff --git a/index.html b/index.html index ff3da55b..b32d394a 100644 --- a/index.html +++ b/index.html @@ -23,11 +23,11 @@ permalink: index.html
{% t home.monero_is_cash %}
-