120 lines
3.0 KiB
HTML
120 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sweet Bread</title>
|
|
|
|
<link rel="stylesheet" href="/static/style/main.css">
|
|
<link rel="icon" type="image/webp" href="/static/icon/us/risdeveau.webp" />
|
|
<script
|
|
src="https://track.codrs.ru/api/script.js"
|
|
data-site-id="1"
|
|
defer
|
|
></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
h3 {
|
|
margin-block-end: 0;
|
|
}
|
|
|
|
{% if g.is_mobile %}
|
|
.qr img { width: 100%; }
|
|
.blocks.qr {
|
|
flex-wrap: nowrap;
|
|
overflow-x: auto;
|
|
width: calc(100vw - 1rem);
|
|
scroll-behavior: smooth;
|
|
scroll-snap-type: x mandatory;
|
|
}
|
|
|
|
.blocks.qr::-webkit-scrollbar { display: none; }
|
|
|
|
.block.qr {
|
|
flex: 0 0 calc(100vw - 2rem);
|
|
scroll-snap-align: start;
|
|
max-width: 16rem;
|
|
}
|
|
{% else %}
|
|
.qr img { width: 13.66rem; /* (x + 1) * 3 + 1 = 45 */ }
|
|
{% endif %}
|
|
|
|
.qr p {
|
|
text-align: center;
|
|
}
|
|
|
|
.badges .block {
|
|
flex: 1;
|
|
text-wrap-mode: nowrap;
|
|
}
|
|
|
|
.badges .block:hover {
|
|
flex: 1.5;
|
|
transform: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h3>Development</h3>
|
|
<div class="blocks badges">
|
|
<a class="block" href="//g.codrs.ru/Sweetbread">
|
|
<img class="icon" src="/static/icon/service/gitea.webp" />
|
|
Gitea
|
|
</a>
|
|
<a class="block" href="https://github.com/VerySweetBread">
|
|
<img class="icon" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" />
|
|
GitHub
|
|
</a>
|
|
<a class="block" href="https://git.kolibrios.org/Sweetbread">
|
|
<img class="icon" src="https://git.kolibrios.org/assets/img/logo.svg" />
|
|
KolibriOS Git
|
|
</a>
|
|
</div>
|
|
|
|
<h3>Contacts</h3>
|
|
<div class="blocks badges">
|
|
<a class="block" href="https://matrix.to/#/@risdeveau:codrs.ru">
|
|
Matrix
|
|
</a>
|
|
<a class="block" href="//b.codrs.ru/@risdeveau">
|
|
<img class="icon" src="/static/icon/service/sharkey.webp" />
|
|
Fediverse
|
|
</a>
|
|
<a class="block" href="mailto:risdeveau@codrs.ru">
|
|
<img class="icon" src="" />
|
|
Mail
|
|
</a>
|
|
</div>
|
|
|
|
<h3>Game accounts</h3>
|
|
<div class="blocks badges">
|
|
<a class="block" href="https://steamcommunity.com/id/risdeveau">
|
|
<img class="icon" src="https://store.steampowered.com/favicon.ico" />
|
|
Steam
|
|
</a>
|
|
<a class="block" href="https://gamebanana.com/members/3899828">
|
|
<img class="icon" src="https://images.gamebanana.com/static/img/favicon/favicon.ico" />
|
|
GameBanana
|
|
</a>
|
|
</div>
|
|
|
|
<h3>Wallets</h3>
|
|
<div class="blocks qr">
|
|
<div class="block qr">
|
|
<p>POL, BNB</p>
|
|
<img src="/static/img/risdeveau/wallets/evm.webp">
|
|
</div>
|
|
|
|
<div class="block qr">
|
|
<p>TON</p>
|
|
<img src="/static/img/risdeveau/wallets/ton.webp">
|
|
</div>
|
|
|
|
<div class="block qr">
|
|
<p>XMR</p>
|
|
<img src="/static/img/risdeveau/wallets/xmr.webp">
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |