diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-11 00:14:34 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-11 00:14:34 +0100 |
commit | f1f0cf6203a40d185afea04069d01dd72a5cc8be (patch) | |
tree | 549ac7d7017a2d53743a4fa55eb7ace304a2ee42 /src | |
parent | f510b46302e3d0ab05424b33ed7cf2ccaaefa904 (diff) |
Add crypto addresses
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto.html | 15 | ||||
-rw-r--r-- | src/index.html.erb | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/src/crypto.html b/src/crypto.html new file mode 100644 index 0000000..ee96e3b --- /dev/null +++ b/src/crypto.html @@ -0,0 +1,15 @@ +<p>BTC: <code>15CRCVx5okbTDwU6M4kmA1JGTimtFkZFak</code> </p> + +<p>ETH and Ethereum tokens: <code>0x8370f8De24c4Dc0459CF22DAaAe259f89A03e626</code> +</p> + +<p>CELO and Celo tokens: <code>0x207a9efcf1114f7cbc110526689f9cb417a7bfc8</code> +</p> + +<p>DOGE: <code>DDBsGmC5L55LUAUoHZAZJkb12m1ZUetTBS</code> </p> +<p> +XMR: +<code> + 3a9nnjbS38daKSM7reXJE3CydjZMxdj6Yu4YLvP1zN7TfrHGBjiEKy6PPAuznSYpG6Af1ip6qBkn85Lahtqj7fZVQKMdJu +</code> +</p> diff --git a/src/index.html.erb b/src/index.html.erb index 122d6c2..536b15a 100644 --- a/src/index.html.erb +++ b/src/index.html.erb @@ -18,9 +18,9 @@ <hr /> <ul class='links'> <li><a href='mailto:<%= Email %>'>Email</a></li> - <li><a href=<%= path_to 'key'%>>PGP</a></li> + <li><a href='<%= path_to 'key' %>'>PGP</a></li> <li> <a href='https://git.m-chrzan.xyz'>Code</a> </li> - <li><a href='https://linkedin.com/in/marcin-chrzanowski'>LinkedIn</a></li> + <li><a href='<%= path_to 'crypto' %>'>Crypto</a></li> </ul> |