add donate section
This commit is contained in:
parent
da23ee754f
commit
83e8f3f7ef
2 changed files with 36 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue