Flere lenker

This commit is contained in:
2023-12-05 15:25:09 +01:00
parent 19951ab9ba
commit a783bdc542
2 changed files with 6 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
html {
background-color: black;
color: white;
font-family: "Noto Sans", "Liberation Sans","Trebuchet MS", Helvetica, sans-serif;
font-family: "Noto Sans", "Liberation Sans", Helvetica, sans-serif;
font-size: x-large;
text-align: center;
--lyseblå: rgb(101, 163, 255);
@@ -34,6 +34,7 @@
}
h2 {
letter-spacing: 5px;
font-stretch: expanded;
margin: 0.1rem;
color: #33d17a;
}
@@ -73,8 +74,10 @@
</ul>
<h3>Mindre viktige lenker:</h3>
<ul class="links">
<li><a href="https://videvad.no/"><img src="img/kamera.svg" alt="Logo" class="logo blue-svg">Videvad webkamera</a></li>
<li><a href="https://fart.trygve.net/"><img src="img/speedometer.svg" alt="Logo" class="logo blue-svg">Nettverkstest</a></li>
<li><a href="https://trygve.me/phpsysinfo"><img src="img/pulse.svg" alt="Logo" class="logo blue-svg">Server status</a></li>
<li><a href="https://git.willy.club/Trygve/"><img src="img/git.svg" alt="Logo" class="logo blue-svg">Mine programmeringsprosjekt</a></li>
</ul>
<h3>Kontakt meg :)</h3>
<p>epost: <a href="mailto:trygve@posteo.no">trygve@posteo.no</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p>