diff --git a/static/img/risdeveau/wallets/evm.webp b/static/img/risdeveau/wallets/evm.webp new file mode 100644 index 0000000..64e3b0d Binary files /dev/null and b/static/img/risdeveau/wallets/evm.webp differ diff --git a/static/img/risdeveau/wallets/ton.webp b/static/img/risdeveau/wallets/ton.webp new file mode 100644 index 0000000..318e3e9 Binary files /dev/null and b/static/img/risdeveau/wallets/ton.webp differ diff --git a/static/img/risdeveau/wallets/xmr.webp b/static/img/risdeveau/wallets/xmr.webp new file mode 100644 index 0000000..5ec90af Binary files /dev/null and b/static/img/risdeveau/wallets/xmr.webp differ diff --git a/static/style/main.scss b/static/style/main.scss index 49a5e2b..368128a 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -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; diff --git a/templates/personal/risdeveau/index.html b/templates/personal/risdeveau/index.html index a34092d..ecc9faf 100644 --- a/templates/personal/risdeveau/index.html +++ b/templates/personal/risdeveau/index.html @@ -12,6 +12,12 @@ defer > + +
@@ -30,6 +36,23 @@

Steam

Mail

+ +
+
+

EVM (ETH, POL, BNB)

+ +
+ +
+

TON

+ +
+ +
+

XMR

+ +
+
\ No newline at end of file