diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 17:13:25 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 17:13:25 +0200 |
| commit | af893f71c9a8d8d5ca815ed44ed0879287e4cf87 (patch) | |
| tree | 152328b7f04112f42dfa193802c85a54f357f85f | |
| parent | b75c526c061fab817c0a60b9ec0be4c939dcabc6 (diff) | |
fix: fixed text links
| -rw-r--r-- | info.html | 2 | ||||
| -rw-r--r-- | log.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <div class="content"> <h1>Projets</h1> <p>La plupart de mes projets sont trouvables sur <a class="text-link" href="https://github.com/Laitram31" style="color:#333333">Github</a>.</p> - <p>ET MAINTENANT EN EXCLUSIVITE : <a href="https://git.marcelus.net" style="color: orange">git.marcelus.net</a></p> + <p>ET MAINTENANT EN EXCLUSIVITE : <a class="text-link" href="https://git.marcelus.net" style="color: orange">git.marcelus.net</a></p> <hr class="section-sep"> <h1>Mes machines</h1> <p> @@ -12,7 +12,7 @@ <p>13 janvier 2024<br> Waaaaa ça fait 3 mois<br> Kokkola, Finlande, l'appart de Yann et Lucas<br> - J'ai mis en place mon <a href="https://git.marcelus.net">serveur git</a>, ça marche c'est joli c'est réfrigéré (comme la Finlande, mais pas littéralement)<br> + J'ai mis en place mon <a class="text-link" style="color: #59cbe8" href="https://git.marcelus.net">serveur git</a>, ça marche c'est joli c'est réfrigéré (comme la Finlande, mais pas littéralement)<br> Il fait -4°C, ce qui est plutôt 'chaud' pour la période et quand on a vécu les -33° en arrivant. Je crois que je commence à me sentir mieux, mais j'attends encore désepérément une réponse de la prof de musique...<br> <h2>Mémoire 5</h2> <p>30 octobre 2023<br> |
