Add wallets

This commit is contained in:
2025-09-27 09:01:29 +03:00
parent bd00562100
commit 2d342e8c66
5 changed files with 34 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

+11
View File
@@ -150,6 +150,17 @@ footer {
}
}
.blocks {
display: flex;
flex-wrap: wrap;
margin-top: .5rem;
gap: .5rem;
.block {
margin-top: 0;
}
}
.icon {
width: 1.5em;
vertical-align: middle;
+23
View File
@@ -12,6 +12,12 @@
defer
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
img {
width: 13rem;
}
</style>
</head>
<body>
<main>
@@ -30,6 +36,23 @@
<p><a href="https://steamcommunity.com/id/risdeveau">Steam</a></p>
<p><a href="mailto:risdeveau@codrs.ru">Mail</a></p>
</div>
<div class="blocks">
<div class="block">
<p style="text-align: center;">EVM (ETH, POL, BNB)</p>
<img src="/static/img/risdeveau/wallets/evm.webp">
</div>
<div class="block">
<p style="text-align: center;">TON</p>
<img src="/static/img/risdeveau/wallets/ton.webp">
</div>
<div class="block">
<p style="text-align: center;">XMR</p>
<img src="/static/img/risdeveau/wallets/xmr.webp">
</div>
</div>
</main>
</body>
</html>