add donate section

This commit is contained in:
Alex Grintsvayg 2021-03-29 06:46:42 -04:00
parent da23ee754f
commit 83e8f3f7ef
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
2 changed files with 36 additions and 0 deletions

View file

@ -134,6 +134,33 @@ export default function Home() {
<Email />
<div className="content">
<h2 className="content__section-title">Donate</h2>
<div className="content__subtitle">
If you want to go far, go together.
</div>
<table className="content__table">
<tr>
<th>BTC</th>
<td>
<code>bc1qtfylps0guegw83el0tn3c7s35cyy728fskk6a8</code>
</td>
</tr>
<tr>
<th>ETH & ERC</th>
<td>
<code>0x13Dd57244116Ae29fd4346436494AAF4C72c5e84</code>
</td>
</tr>
<tr>
<th>LBC</th>
<td>
<code>Lbc1qwpt9caexxzqlpw07h7jyh28r60hf86t9xn6flk</code>
</td>
</tr>
</table>
</div>
<div className="content">
<h2 className="content__section-title">Try LBRY</h2>
<div className="content__subtitle">

View file

@ -230,6 +230,15 @@ main {
}
}
.content__table {
border-collapse: collapse;
font-size: 1.2rem;
th {
padding-right: 1rem;
text-align: right;
}
}
.content__img {
position: relative;