feat: add link to git repositories on webui

This commit is contained in:
Alexis Fourmaux 2026-05-13 22:00:55 +02:00
parent 2a8cfdcaed
commit 300c8a370c
3 changed files with 17 additions and 1 deletions

View file

@ -33,9 +33,23 @@ header {
margin-bottom: 1rem;
padding-bottom: 0.3rem;
padding-top: 0.3rem;
display: flex;
justify-content: space-between;
& h1 {
padding-left: 3rem;
}
a {
display: inline-flex;
align-items: center;
padding-right: 3rem;
img {
max-width: 40px;
filter: invert(28%) sepia(83%) saturate(712%) hue-rotate(141deg)
brightness(93%) contrast(99%);
}
}
}
main {

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="92pt" height="92pt" viewBox="0 0 78 78"><path fill="#100f0d" transform="translate(10 10) rotate(-45 29 29)" d="M5,58c-2.76142,0 -5,-2.23858 -5,-5v-48c0,-2.76142 2.23858,-5 5,-5h33v12.54404c-2.06553,0.94801 -3.5,3.03446 -3.5,5.45596c0,0.73514 0.13221,1.43941 0.37415,2.09031l-15.28384,15.28384c-0.6509,-0.24194 -1.35517,-0.37415 -2.09031,-0.37415c-3.31371,0 -6,2.68629 -6,6c0,3.31371 2.68629,6 6,6c3.31371,0 6,-2.68629 6,-6c0,-0.73514 -0.13221,-1.43941 -0.37415,-2.09031l14.87415,-14.87415l0,11.50851c-2.06553,0.94801 -3.5,3.03446 -3.5,5.45596c0,3.31371 2.68629,6 6,6c3.31371,0 6,-2.68629 6,-6c0,-2.42149 -1.43447,-4.50795 -3.5,-5.45596l0,-12.08808c2.06553,-0.94801 3.5,-3.03446 3.5,-5.45596c0,-2.42149 -1.43447,-4.50795 -3.5,-5.45596l0,-12.54404h10c2.76142,0 5,2.23858 5,5v48c0,2.76142 -2.23858,5 -5,5z"/></svg>

After

Width:  |  Height:  |  Size: 858 B

View file

@ -10,6 +10,7 @@
<body>
<header>
<h1>SimuGaz</h1>
<a href="https://forge.ungol.fr/afourmaux-agreg"><img src="/assets/images/git.svg"></a>
</header>
<main>