mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
84 lines
3.1 KiB
HTML
84 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>nilstrieb.dev</title>
|
|
<link rel="stylesheet" href="static/theme.css" />
|
|
</head>
|
|
<body>
|
|
<div class="main-content">
|
|
<div class="main-content-inner">
|
|
<h1>secret back alley</h1>
|
|
<a href="/">getting out</a>
|
|
<div>
|
|
<p>
|
|
hey! psst! you might have found the secret back alley. granted, it was not very secret.
|
|
but that's the thing with back alleys, they're not really secret, yet people usually
|
|
don't go there.
|
|
</p>
|
|
<p>
|
|
so while you're here, i have some things for you. secret websites i host. you may use
|
|
them, but don't abuse them. i really mean it! or else i will be forced to move them out
|
|
of the secret back alley into my secret bunker, where you won't have access to them at
|
|
all. and you don't want that, do you?
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h2>uptime</h2>
|
|
<p>
|
|
uptime is my
|
|
<a href="https://github.com/Nilstrieb/uptime"
|
|
>personal hand-written status page website</a
|
|
>. how do you know that it's handwritten? its performance is absolutely horrible, that's
|
|
why!
|
|
</p>
|
|
<a href="https://uptime.nilstrieb.dev" class="call-to-action">
|
|
<span>uptime.nilstrieb.dev</span>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<h2>OLAT</h2>
|
|
<p>
|
|
you've ever wanted to use a
|
|
<a href="https://www.openolat.com/">professional learning platform</a> that's used by
|
|
real schools for things that may not be very appropriate on the school instance? i
|
|
kinda, uh... do, so that's why this exists.
|
|
</p>
|
|
<a href="https://olat.nilstrieb.dev" class="call-to-action">
|
|
<span>olat.nilstrieb.dev</span>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<h2>HugoChat</h2>
|
|
<p>
|
|
the <a href="https://github.com/C0RR1T/HugoChat">brilliant chat platform</a> for all
|
|
your needs.
|
|
</p>
|
|
<a href="https://hugo-chat.nilstrieb.dev" class="call-to-action">
|
|
<span>hugo-chat.nilstrieb.dev</span>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<h2>CORS</h2>
|
|
<p>
|
|
running <a href="https://github.com/nilstrieb-lehre/davinci-cors">CORS</a>, for your
|
|
creative organized relaxed school life.
|
|
</p>
|
|
<a href="https://cors-school.nilstrieb.dev/" class="call-to-action">
|
|
<span>cors-school.nilstrieb.dev</span>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<h2>cargo-bisect-rustc-service</h2>
|
|
<p>
|
|
<a href="https://github.com/Nilstrieb/cargo-bisect-rustc-service">webscale bisection</a> at your fingertips
|
|
</p>
|
|
<a href="https://bisect-rustc.nilstrieb.dev/" class="call-to-action">
|
|
<span>bisect-rustc.nilstrieb.dev</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|