2
0

Add donation addresses.

This commit is contained in:
Maarten Billemont 2018-06-21 11:28:21 -04:00
parent 979398a325
commit 7421e1b0a5
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<h5>BTC(<samp title="Bitcoin Donations Address">1GGCx62ypC1jiHuRYREZBUnUR6PiChqRmN</samp>) ● ETH(<samp title="Ethereum Donations Address">0x0e9a563950b4cabd1a5d60ce69056afca53cdc82</samp>)</h5>
<footer> <footer>
<div> <div>

View File

@ -46,6 +46,15 @@ h3 {
font-size: 1.5em; font-size: 1.5em;
font-weight: 400; font-weight: 400;
} }
h4 {
}
h5 {
margin: 0;
font-size: 0.8em;
text-align: center;
color: rgba(200, 200, 200, 1);
}
hr { hr {
margin: 2em -2em 1em; margin: 2em -2em 1em;
} }
@ -149,7 +158,6 @@ header {
nav:last-child { nav:last-child {
align-content: space-evenly; align-content: space-evenly;
color: black;
color: white; color: white;
text-shadow: 0 1px 1px white; text-shadow: 0 1px 1px white;
text-shadow: 0 1px 1px black; text-shadow: 0 1px 1px black;
@ -194,6 +202,7 @@ section {
footer { footer {
padding: 2em 20px; padding: 2em 20px;
border-top: 1px solid rgba(200, 200, 200, 1);
background: rgba(240, 240, 240, 1); background: rgba(240, 240, 240, 1);
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {