website/templates/index.html

46 lines
1.6 KiB
HTML
Raw Normal View History

2021-03-07 14:36:26 +01:00
<!doctype html>
<html lang="en">
{{:include "head.html"}}
<body>
<div id="organizer">
<div class="sidebar"></div>
2021-03-07 14:36:26 +01:00
<div id="content">
{{:include "navbar.html"}}
<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="https://nixos.wiki/images/thumb/2/20/Home-nixos-logo.png/x207px-Home-nixos-logo.png.pagespeed.ic.38jujIAhx5.png" 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>
2021-03-07 14:36:26 +01:00
</div>
<div class="sidebar"></div>
</div>
</body>
</html>