178 lines
No EOL
5.5 KiB
HTML
178 lines
No EOL
5.5 KiB
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Start</title>
|
|
<style>
|
|
:root {
|
|
--wallpaper: url("None");
|
|
|
|
/* Special */
|
|
--background: #18161d;
|
|
--foreground: #a4a0ac;
|
|
--cursor: #a4a0ac;
|
|
|
|
/* Colors */
|
|
--color0: #18161d;
|
|
--color1: #ff7780;
|
|
--color2: #68b183;
|
|
--color3: #bda014;
|
|
--color4: #54a5ff;
|
|
--color5: #da89b2;
|
|
--color6: #79a8c3;
|
|
--color7: #a4a0ac;
|
|
--color8: #bd9b87;
|
|
--color9: #ef873d;
|
|
--color10: #08b885;
|
|
--color11: #d39710;
|
|
--color12: #a294fe;
|
|
--color13: #ec7aca;
|
|
--color14: #4ab0b9;
|
|
--color15: #a4a0ac;
|
|
}
|
|
|
|
:root {
|
|
--spacing: 8px;
|
|
--width: 500px;
|
|
--font-family: monospace;
|
|
font-size: 16px;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background-color: var(--background);
|
|
color: var(--foreground);
|
|
font-family: var(--font-family);
|
|
}
|
|
|
|
.page {
|
|
margin: calc(4 * var(--spacing)) auto 0;
|
|
|
|
padding: var(--spacing);
|
|
width: 100%;
|
|
max-width: var(--width);
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
outline: none;
|
|
background-color: var(--background);
|
|
color: var(--foreground);
|
|
border: 1px solid var(--foreground);
|
|
padding: var(--spacing);
|
|
}
|
|
|
|
.group {
|
|
width: 100%;
|
|
margin-bottom: calc(2 * var(--spacing));
|
|
}
|
|
|
|
header {
|
|
margin-bottom: calc(2 * var(--spacing));
|
|
}
|
|
|
|
main {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
margin-left: var(--spacing);
|
|
}
|
|
|
|
li:not(:first-child) {
|
|
margin-left: var(--spacing);
|
|
}
|
|
|
|
li:not(:first-child):before {
|
|
content: "/";
|
|
margin-right: var(--spacing);
|
|
}
|
|
|
|
h2 {
|
|
margin-bottom: calc(0.5 * var(--spacing));
|
|
font-size: 1rem;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page">
|
|
<header>
|
|
<form action="https://google.ch/search">
|
|
<input type="search" name="q" autofocus placeholder="Search...">
|
|
</form>
|
|
</header>
|
|
<main>
|
|
<div class="group">
|
|
<h2>Organization</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://mail.zoho.eu">Mail</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://cloud.schaer.dev/apps/calendar">Calendar</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://cloud.schaer.dev/apps/files">Files</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="group">
|
|
<h2>Entertainment</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://media.kaderli.dev">Jellyfin</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://news.kaderli.dev/">Miniflux</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://yewtu.be">YouTube</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://www.twitch.tv/directory/following">Twitch</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://www.netflix.com">Netflix</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="group">
|
|
<h2>Social</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://www.reddit.com">Reddit</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://fosstodon.org">Mastodon</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://twitter.com">Twitter</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="group">
|
|
<h2>Programming</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://git.kaderli.dev">Gitea</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://ci.kaderli.dev">Concourse</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://gitlab.com/severinkaderli">GitLab</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="group">
|
|
<h2>Hosting</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://www.digitalocean.com">DigitalOcean</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://www.backblaze.com">Backblaze</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="group">
|
|
<h2>Guild Wars 2</h2>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" href="https://wiki.guildwars2.com/wiki/Event_timers">Event
|
|
Timers</a></li>
|
|
<li><a rel="noopener noreferrer" href="https://gw2efficiency.com">gw2efficiency</a></li>
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |