website/templates/index.html
Magic_RB 259373af23
Heavy visual changes
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-04-05 00:23:45 +02:00

46 lines
1.6 KiB
HTML

<!doctype html>
<html lang="en">
{{:include "head.html"}}
<body>
{{:include "navbar.html"}}
<div id="organizer">
<div class="sidebar"></div>
<div id="content">
<div class="card-toplevel">
<a class="card-link" href="https://gitea.redalder.org/Magic_RB/NixNG">
<div class="card-entry">
<img src="/icons/nix-ng.svg" class="card-icon"/>
<div class="card-separator"></div>
<div class="card-body">
<h4 class="card-heading"> NixNG </h4>
<p class="card-content">
A GNU/Linux distribution, similar to NixOS with the main distintion beings its
simpler design, akin to BSDs and Void Linux. It replaces SystemD with runit and in
the future OpenRC, this allows for much lighter systems, which are suitable for
running in containers.
</p>
</div>
</div>
</a>
<a class="card-link" href="https://gitea.redalder.org/RedAlder/ra-containers">
<div class="card-entry">
<img src="/icons/nix-flake.svg" class="card-icon"/>
<div class="card-separator"></div>
<div class="card-body">
<h4 class="card-heading"> ra-containers </h4>
<p class="card-content">
Nix built, fully declarative and configurable container images. They are similar in
function to the official Docker container images and have similar APIs therefore are
a convenient replacement for your existing images, if you need more Nix in your
life.
</p>
</div>
</div>
</a>
</div>
</div>
<div class="sidebar"></div>
</div>
</body>
</html>