2023-11-29 15:09:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="no">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>trygve.net</title>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2023-12-03 18:03:28 +00:00
|
|
|
<meta name="description" content="Trygves side 😎" />
|
2023-11-29 15:09:47 +00:00
|
|
|
<link rel="icon" href="favicon.png">
|
2023-11-30 15:23:10 +00:00
|
|
|
<style>
|
2023-11-30 15:39:51 +00:00
|
|
|
html {
|
2023-11-30 15:23:10 +00:00
|
|
|
background-color: black;
|
|
|
|
color: white;
|
2023-12-05 14:25:09 +00:00
|
|
|
font-family: "Noto Sans", "Liberation Sans", Helvetica, sans-serif;
|
2023-11-30 15:23:10 +00:00
|
|
|
font-size: x-large;
|
|
|
|
text-align: center;
|
2023-11-30 16:00:36 +00:00
|
|
|
--lyseblå: rgb(101, 163, 255);
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
2023-11-30 15:39:51 +00:00
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
body {
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
}
|
2023-11-30 15:23:10 +00:00
|
|
|
a:link {
|
2023-11-30 16:00:36 +00:00
|
|
|
color: var(--lyseblå);
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
|
|
|
a:visited {
|
2023-11-30 16:00:36 +00:00
|
|
|
color: var(--lyseblå);
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
letter-spacing: 0.2px;
|
|
|
|
font-size: 3em;
|
|
|
|
margin: 0.1rem;
|
|
|
|
color: #33d17a;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
letter-spacing: 5px;
|
2023-12-05 14:25:09 +00:00
|
|
|
font-stretch: expanded;
|
2023-11-30 15:23:10 +00:00
|
|
|
margin: 0.1rem;
|
|
|
|
color: #33d17a;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
2023-11-30 16:32:04 +00:00
|
|
|
margin-top: 1.5em;
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
2023-11-30 16:32:04 +00:00
|
|
|
ul, p {
|
|
|
|
margin-top: 0.2em;
|
2023-11-30 15:39:51 +00:00
|
|
|
padding: 0;
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
|
|
|
.links {
|
2023-11-30 15:39:51 +00:00
|
|
|
list-style: none;
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
2023-11-30 16:32:04 +00:00
|
|
|
.links li {
|
|
|
|
margin: 0.6em;
|
|
|
|
}
|
2023-11-30 15:23:10 +00:00
|
|
|
.logo {
|
|
|
|
height: 0.8em;
|
|
|
|
width: auto;
|
|
|
|
margin-right: 0.2em;
|
2023-11-30 15:39:51 +00:00
|
|
|
vertical-align: middle;
|
2023-11-30 15:23:10 +00:00
|
|
|
}
|
2024-04-09 20:26:20 +00:00
|
|
|
.height-override {
|
|
|
|
height: 1em;
|
|
|
|
}
|
2023-11-30 16:00:36 +00:00
|
|
|
.blue-svg {
|
|
|
|
filter: brightness(0) saturate(100%) invert(60%) sepia(54%) saturate(2103%) hue-rotate(192deg) brightness(100%) contrast(103%);
|
|
|
|
}
|
2023-11-30 15:23:10 +00:00
|
|
|
</style>
|
2023-11-29 15:09:47 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Velkommen</h1>
|
|
|
|
<h2>til sida mi!</h2>
|
|
|
|
<h3>Viktige lenker:</h3>
|
2023-11-30 15:23:10 +00:00
|
|
|
<ul class="links">
|
|
|
|
<li><a href="https://nextcloud.trygve.net/"><img src="img/nextcloud.svg" alt="Logo" class="logo">Nextcloud</a></li>
|
|
|
|
<li><a href="https://live.trygve.net/"><img src="img/opost.svg" alt="Logo" class="logo">Liveresultater</a></li>
|
2023-12-03 18:03:28 +00:00
|
|
|
<li><a href="https://filer.trygve.net/"><img src="img/opplasting.svg" alt="Logo" class="logo blue-svg">Filopplasting</a></li>
|
2023-11-29 15:09:47 +00:00
|
|
|
</ul>
|
|
|
|
<h3>Mindre viktige lenker:</h3>
|
2023-11-30 15:23:10 +00:00
|
|
|
<ul class="links">
|
2024-04-09 20:26:20 +00:00
|
|
|
<li><a href="http://trygve.net:8888/fuglekasse/"><img src="img/blåmeis.png" alt="Logo" class="logo height-override">Direktesending fra fuglekassa</a></li>
|
2023-12-05 14:25:09 +00:00
|
|
|
<li><a href="https://videvad.no/"><img src="img/kamera.svg" alt="Logo" class="logo blue-svg">Videvad webkamera</a></li>
|
2023-11-30 16:13:55 +00:00
|
|
|
<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>
|
2023-12-05 14:25:09 +00:00
|
|
|
<li><a href="https://git.willy.club/Trygve/"><img src="img/git.svg" alt="Logo" class="logo blue-svg">Mine programmeringsprosjekt</a></li>
|
2023-11-29 15:09:47 +00:00
|
|
|
</ul>
|
|
|
|
<h3>Kontakt meg :)</h3>
|
2023-12-07 16:21:52 +00:00
|
|
|
<p>epost: <a href="mailto:hei@trygve.net">hei@trygve.net</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p>
|
2023-11-29 15:09:47 +00:00
|
|
|
</body>
|
2024-04-09 20:26:20 +00:00
|
|
|
</html>
|