github link
This commit is contained in:
parent
de945f3226
commit
8e5435220e
3 changed files with 17 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
||||||
module github.com/polen/prixdugaz
|
module github.com/Polensky/prixdugaz
|
||||||
|
|
||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,17 @@ html, body { height: 100%; margin: 0; padding: 0; }
|
||||||
color: var(--primary-foreground);
|
color: var(--primary-foreground);
|
||||||
}
|
}
|
||||||
#topnav nav a svg { flex-shrink: 0; }
|
#topnav nav a svg { flex-shrink: 0; }
|
||||||
|
.github-link {
|
||||||
|
margin-left: auto;
|
||||||
|
display: flex; align-items: center;
|
||||||
|
color: var(--muted-foreground);
|
||||||
|
padding: 5px 6px; border-radius: 6px;
|
||||||
|
transition: background 0.12s, color 0.12s;
|
||||||
|
}
|
||||||
|
.github-link:hover {
|
||||||
|
background: var(--muted);
|
||||||
|
color: var(--foreground);
|
||||||
|
}
|
||||||
|
|
||||||
/* ── App shell ───────────────────────────────────────── */
|
/* ── App shell ───────────────────────────────────────── */
|
||||||
#app {
|
#app {
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,11 @@
|
||||||
Statistiques
|
Statistiques
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
<a href="https://github.com/Polensky/prixdugaz" target="_blank" rel="noopener noreferrer" class="github-link" aria-label="GitHub">
|
||||||
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
|
||||||
|
<path d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.009-.868-.013-1.703-2.782.605-3.369-1.342-3.369-1.342-.454-1.154-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836a9.59 9.59 0 0 1 2.504.337c1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.744 0 .267.18.579.688.481C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- ── Content area (htmx swap target) ── -->
|
<!-- ── Content area (htmx swap target) ── -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue