diff --git a/app/assets/images/ethereum_address.png b/app/assets/images/ethereum_address.png new file mode 100644 index 0000000..4c54c60 Binary files /dev/null and b/app/assets/images/ethereum_address.png differ diff --git a/app/assets/stylesheets/donations.sass b/app/assets/stylesheets/donations.sass index e17e70d..de42096 100644 --- a/app/assets/stylesheets/donations.sass +++ b/app/assets/stylesheets/donations.sass @@ -14,4 +14,11 @@ font-size: 24px margin: 15px width: 80px - height: 80px \ No newline at end of file + height: 80px + +.crypto_address + word-wrap: break-word + font-weight: bold + +img.crypto_address + margin: 5px diff --git a/app/views/pages/donation.de.slim b/app/views/pages/donation.de.slim index 9eaa825..6328ee3 100644 --- a/app/views/pages/donation.de.slim +++ b/app/views/pages/donation.de.slim @@ -66,7 +66,7 @@ h2 Via Kreditkarte online spenden -h2 Mit Bitcoin und Bitcoin Cash spenden +h2 Mit Bitcoin, Bitcoin Cash oder ethereum spenden .row .col-md-6.col-xs-12 p @@ -74,14 +74,18 @@ h2 Mit Bitcoin und Bitcoin Cash spenden div | Gerne nehmen wir auch Spenden via Bitcoin unter folgender Adresse entgegen: br - strong 1LaYbTiCjhrUhxrQ9D5BQUfxPmRqJ7Q3gG + span.crypto_address 1LaYbTiCjhrUhxrQ9D5BQUfxPmRqJ7Q3gG + br + | oder Bitcoin Cash: + br + i.crypto_address 1LVGcneFcYqCkhDFNsnhWb6x7cCHHxakg9 .col-md-6.col-xs-12 p - = image_tag '1LVGcneFcYqCkhDFNsnhWb6x7cCHHxakg9.png', alt: 'Bitcoin Cash Adresse: 1LVGcneFcYqCkhDFNsnhWb6x7cCHHxakg9', width: '150', class: 'pull-right' + = image_tag 'ethereum_address.png', alt: 'Ethereum Adresse: 0x8747d7F53FdaCD01bb269757E2bdd885B3033A45', width: '150', class: 'pull-right crypto_address' div - | Oder Bitcoin Cash unter folgender Adresse: + | Gerne nehmen wir auch Spenden via Ethereum unter folgender Adresse entgegen: br - strong 1LVGcneFcYqCkhDFNsnhWb6x7cCHHxakg9 + span.crypto_address 0x8747d7F53FdaCD01bb269757E2bdd885B3033A45 .clearfix h2 Per Überweisung spenden