mirror of
https://github.com/RedGrox2013/AloeGames-Site.git
synced 2026-07-13 23:16:58 +00:00
Добавлена ссылка на gitea
This commit is contained in:
@@ -44,6 +44,12 @@ header {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-left {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.lang-switch {
|
.lang-switch {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
@@ -58,6 +64,27 @@ header {
|
|||||||
box-shadow: 0 0 10px var(--accent-glow);
|
box-shadow: 0 0 10px var(--accent-glow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gitea-link {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 6px 12px;
|
||||||
|
border-radius: 12px;
|
||||||
|
background: var(--card);
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gitea-link img {
|
||||||
|
height: 24px;
|
||||||
|
width: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gitea-link:hover {
|
||||||
|
background: var(--card-hover);
|
||||||
|
box-shadow: 0 0 10px var(--accent-glow);
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding: 120px 40px;
|
padding: 120px 40px;
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
|
|||||||
+9
-3
@@ -14,10 +14,16 @@
|
|||||||
<canvas id="bgCanvas"></canvas>
|
<canvas id="bgCanvas"></canvas>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="logo">
|
<div class="header-left">
|
||||||
<!-- <img src="images/logo.png" height="30"> -->
|
<div class="logo">
|
||||||
AloeGames
|
AloeGames
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a class="gitea-link" href="https://gitea.aloegames.com" rel="noopener">
|
||||||
|
<img src="https://about.gitea.com/gitea-text.svg" alt="Gitea logo">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="lang-switch" onclick="toggleLang()">RU / EN</div>
|
<div class="lang-switch" onclick="toggleLang()">RU / EN</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user