8 Commits

Author SHA1 Message Date
Sweetbread 47219fe236 l10n: rename folder 2025-08-18 14:10:01 +03:00
Sweetbread 5b10c1a1ca l10n: add font for Japanese 2025-08-18 14:06:28 +03:00
Sweetbread 36734e5f90 l10n: change default section to "common" 2025-08-09 23:52:07 +03:00
Sweetbread d840b3cc7a fixup! l10n: add sections 2025-08-09 23:35:52 +03:00
Sweetbread 100b96aea3 l10n: add de, fr and ja 2025-08-09 23:24:03 +03:00
Sweetbread 7ece57fcea l10n: fix en 2025-08-09 22:52:24 +03:00
Sweetbread 0fa100b0b7 l10n: add sections 2025-08-09 22:48:38 +03:00
Sweetbread 2d86e95796 l10n: add en and ru translation 2025-08-09 02:28:03 +03:00
17 changed files with 24 additions and 233 deletions
-5
View File
@@ -59,7 +59,6 @@ def inject_translations():
if app.debug: if app.debug:
console("sass static/style/main.scss static/style/main.css") console("sass static/style/main.scss static/style/main.css")
console("sass static/style/risdeveau.scss static/style/risdeveau.css")
@app.route("/") @app.route("/")
def index(): def index():
@@ -72,7 +71,3 @@ def host():
@app.route("/us") @app.route("/us")
def us(): def us():
return render_template('us.html') return render_template('us.html')
@app.route("/risdeveau")
def risdeveau():
return render_template('personal/risdeveau.html')
-2
View File
@@ -15,8 +15,6 @@ gitea = Open-Source, selbst gehosteter Git-Repository-Hoster
matrix = Föderierter Messenger matrix = Föderierter Messenger
copyparty = Cloud-Dateispeicher copyparty = Cloud-Dateispeicher
4get = Proxy-Suchmaschine 4get = Proxy-Suchmaschine
tools = Satz verschiedener Werkzeuge
vert = Dateiumwandler
[host] [host]
-2
View File
@@ -15,8 +15,6 @@ gitea = Opensource selfhosted Git repository hosting
matrix = federated instant messenger matrix = federated instant messenger
copyparty = cloud file storage copyparty = cloud file storage
4get = proxy search engine 4get = proxy search engine
tools = set of various tools
vert = file converter
[host] [host]
-2
View File
@@ -15,8 +15,6 @@ gitea = Hébergement de dépôts Git open source en auto-hébergé
matrix = Messagerie fédérée matrix = Messagerie fédérée
copyparty = Stockage de fichiers en cloud copyparty = Stockage de fichiers en cloud
4get = Moteur de recherche proxy 4get = Moteur de recherche proxy
tools = ensemble d'outils variés
vert = convertisseur de fichiers
[host] [host]
-2
View File
@@ -15,8 +15,6 @@ gitea = オープンソースのセルフホスティングGitリポジトリ
matrix = 連合型メッセンジャー matrix = 連合型メッセンジャー
copyparty = クラウドファイルストレージ copyparty = クラウドファイルストレージ
4get = プロキシ検索エンジン 4get = プロキシ検索エンジン
tools = 様々なツールのセット
vert = ファイル変換ツール
[host] [host]
-2
View File
@@ -15,8 +15,6 @@ gitea = Selfhosted хранилище Git-репозиториев со своб
matrix = федеративный мессенджер matrix = федеративный мессенджер
copyparty = облачное хранилище файлов copyparty = облачное хранилище файлов
4get = прокси-поисковик 4get = прокси-поисковик
tools = набор разнообразных утилит
vert = конвертация файлов
[host] [host]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

+13 -77
View File
@@ -44,7 +44,7 @@ body {
main { main {
max-width: 45rem; max-width: 45rem;
margin-inline: auto; margin-inline: auto;
padding: 0 .5rem; padding: 0 8px;
flex: 1 0 auto; flex: 1 0 auto;
} }
@@ -54,10 +54,9 @@ h1 {
a { a {
color: unset; color: unset;
text: { text-decoration: underline;
decoration: underline {color: $blue}; text-decoration-color: $blue;
underline-offset: 1px; text-underline-offset: 1px;
}
transition: 0.3s ease; transition: 0.3s ease;
&:hover { &:hover {
@@ -68,7 +67,6 @@ a {
transition: none !important; transition: none !important;
display: inline-block; display: inline-block;
transform: scale(.98) !important; transform: scale(.98) !important;
background-color: $mantle !important;
} }
&.block { &.block {
@@ -76,24 +74,16 @@ a {
&:hover { &:hover {
transform: scale(1.02) translateY(-.25rem); transform: scale(1.02) translateY(-.25rem);
background-color: $surface1;
} }
} }
} }
p {
margin: .5rem;
}
ul {
margin-top: .25rem;
}
header { header {
display: flex; display: flex;
flex-direction: row-reverse;
justify-content: space-between; justify-content: space-between;
background-color: $mantle; background-color: $mantle;
padding: .5rem; padding: 8px;
font-size: larger; font-size: larger;
} }
@@ -101,9 +91,9 @@ footer {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
background-color: $mantle; background-color: $crust;
margin-top: 2rem; margin-top: 32px;
padding: 1rem; padding: 16px;
column-gap: 4ch; column-gap: 4ch;
} }
@@ -111,7 +101,7 @@ footer {
font-family: Monocraft, monospace; font-family: Monocraft, monospace;
background-color: $mantle; background-color: $mantle;
border-radius: 2px; border-radius: 2px;
padding: 0 .25rem; padding: 0 4px;
color: $subtext0; color: $subtext0;
overflow-wrap: anywhere; overflow-wrap: anywhere;
@@ -124,11 +114,11 @@ footer {
.block { .block {
display: block; display: block;
background-color: $surface0; background-color: $surface0;
border-radius: .5rem; border-radius: 8px;
padding: .5rem; padding: 8px;
& + & { & + & {
margin-top: .5rem; margin-top: 8px;
} }
&.red { &.red {
@@ -139,8 +129,6 @@ footer {
} }
&.green { &.green {
background-color: color.mix($surface0, $green, 60%); background-color: color.mix($surface0, $green, 60%);
&:hover { background-color: color.mix($surface1, $green, 60%); }
&:active { background-color: color.mix($mantle, $green, 60%) !important; }
} }
& .header { & .header {
@@ -154,64 +142,12 @@ footer {
} }
} }
.blocks {
display: flex;
flex-wrap: wrap;
margin-top: .5rem;
gap: .5rem;
& + &,
& + .block,
.block + & {
margin-top: .5rem;
}
.block {
margin-top: 0;
}
}
.badges {
.block {
flex: 1;
text-wrap-mode: nowrap;
text-align: -webkit-center;
&:hover {
flex: 1.5;
transform: none;
}
}
}
.icon { .icon {
width: 1.5em; width: 1.5em;
vertical-align: middle; vertical-align: middle;
border-radius: .2em; border-radius: .2em;
} }
::-webkit-scrollbar {
width: .5rem;
&-button {
display: none;
}
&-track {
background-color: $base;
}
&-thumb {
background-color: $overlay0;
border-radius: .25rem;
&:hover {
background-color: $overlay1;
}
}
}
@font-face { @font-face {
font-family: Monocraft; font-family: Monocraft;
src: url("/static/font/Monocraft.ttc"); src: url("/static/font/Monocraft.ttc");
-33
View File
@@ -1,33 +0,0 @@
h3 {
margin-block-end: 0;
}
.qr {
img { width: 100% }
p { text-align: center; }
&.blocks {
flex-wrap: nowrap;
overflow-x: auto;
width: calc(100vw - 1rem);
max-width: 45rem;
scroll: {
behavior: smooth;
snap-type: x mandatory;
}
&::-webkit-scrollbar { display: none; }
&:hover .block.qr:not(:hover) {
filter: blur(5px);
transition: all 0.3s ease;
}
}
&.block {
flex: 0 0 calc(100vw - 2rem);
scroll-snap-align: start;
max-width: 13.666rem;
}
}
-5
View File
@@ -6,11 +6,6 @@
<link rel="stylesheet" href="/static/style/main.css"> <link rel="stylesheet" href="/static/style/main.css">
<link rel="icon" type="image/webp" href="/static/icon/codrs.webp" /> <link rel="icon" type="image/webp" href="/static/icon/codrs.webp" />
<script src="/static/script/copy-mono.js"> </script> <script src="/static/script/copy-mono.js"> </script>
<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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
+4 -6
View File
@@ -1,10 +1,4 @@
<header> <header>
{%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a>
{%- else %}
<div></div>
{%- endif %}
<div class="header-links"> <div class="header-links">
{%- for (l, t) in ( {%- for (l, t) in (
('us', _('about us')), ('us', _('about us')),
@@ -17,4 +11,8 @@
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
</div> </div>
{%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a>
{%- endif %}
</header> </header>
+5 -5
View File
@@ -3,7 +3,7 @@
{% block title %}{{ _('about host') }}{% endblock %} {% block title %}{{ _('about host') }}{% endblock %}
{% block content %} {% block content %}
<a href="https://play2go.cloud/?ref_id=4baFoOIp5QE" target="_blank" class="block"> <a href="https://play2go.cloud/" target="_blank" class="block">
<strong>{{ _("host:hoster") }}</strong>: play2go <strong>{{ _("host:hoster") }}</strong>: play2go
<p>{{ _('host:hoster_descr') }}</p> <p>{{ _('host:hoster_descr') }}</p>
</a> </a>
@@ -11,10 +11,10 @@
<div class="block"> <div class="block">
<strong>{{ _("host:specifications") }}</strong>: <strong>{{ _("host:specifications") }}</strong>:
<ul> <ul>
<li>CPU: Ryzen i9@3.4GHz (4 cores)</li> <li>CPU: Ryzen i9</li>
<li>RAM: 8 GiB</li> <li>RAM: 16 GiB</li>
<li>SSD: 150 GB</li> <li>SSD: 120 GiB</li>
<li>ETH: 500Mb/s</li> <li>ETH: 500GiB/s</li>
<li>Loc: Deutchland, Frankfurt am Mein</li> <li>Loc: Deutchland, Frankfurt am Mein</li>
</ul> </ul>
</div> </div>
+1 -3
View File
@@ -25,15 +25,13 @@
<p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> &mdash; {{ _('index.descr:matrix') }}</p> <p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> &mdash; {{ _('index.descr:matrix') }}</p>
<p><a href="https://c.codrs.ru" target="_blank"><strong>Copyparty</strong></a> &mdash; {{ _('index.descr:copyparty') }}</p> <p><a href="https://c.codrs.ru" target="_blank"><strong>Copyparty</strong></a> &mdash; {{ _('index.descr:copyparty') }}</p>
<p><a href="https://s.codrs.ru" target="_blank"><strong>4get</strong></a> &mdash; {{ _('index.descr:4get') }}</p> <p><a href="https://s.codrs.ru" target="_blank"><strong>4get</strong></a> &mdash; {{ _('index.descr:4get') }}</p>
<p><a href="https://tools.codrs.ru" target="_blank"><strong>IT-tools</strong></a> &mdash; {{ _('index.descr:tools') }}</p>
<p><a href="https://vert.codrs.ru" target="_blank"><strong>Vert</strong></a> &mdash; {{ _('index.descr:vert') }}</p>
</div> </div>
<div class="block"> <div class="block">
<div> <div>
<strong>DNS</strong>: <strong>DNS</strong>:
<ul> <ul>
<li><span class="mono">64.188.64.176</span></li> <li><span class="mono">193.222.99.172</span></li>
<li>DoT: <span class="mono">codrs.ru:853</span></li> <li>DoT: <span class="mono">codrs.ru:853</span></li>
<li>DoH: <span class="mono">dns.codrs.ru</span></li> <li>DoH: <span class="mono">dns.codrs.ru</span></li>
</ul> </ul>
-88
View File
@@ -1,88 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Sweet Bread</title>
<link rel="stylesheet" href="/static/style/main.css">
<link rel="stylesheet" href="/static/style/risdeveau.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">
</head>
<body>
<header>
<a href="{{ url_for('index') }}">Coders Squad</a>
</header>
<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">
<img class="icon" src="https://matrix.org/assets/favicon.ico" />
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="https://discord.com/users/459823895256498186">
<img class="icon" src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" />
Discord
</a>
<a class="block" href="mailto:risdeveau@codrs.ru">
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>
+1 -1
View File
@@ -3,7 +3,7 @@
{% block title %}О нас{% endblock %} {% block title %}О нас{% endblock %}
{% block content %} {% block content %}
<a href="{{ url_for('risdeveau') }}" class="block green"> <a href="#" class="block green">
<div class="header"> <div class="header">
<img src="/static/icon/us/risdeveau.webp" class="icon"/> <img src="/static/icon/us/risdeveau.webp" class="icon"/>
Sweetbread Sweetbread