summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a0cfccd
--- /dev/null
+++ b/index.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+ <title>Krebs</title>
+</head>
+<body style="background-color: black; color: red">
+ <marquee direction="right" scrollamount="10" scrolldelay="2">
+ <pre style="line-height: 5px;">
+ x x x x
+xx x xx xx xx x
+xx x xx xx xx x
+ xxx x x xxx
+ xxx xxxxx xxx
+ x xxxxxxx x
+ xxxxxxxxxxxxx
+ xxxxxxx
+ xxxxxxxxxxx
+ x xxx x
+ x x x x x x
+ x x x x x x
+ x xx x x xx x
+ </pre>
+ </marquee>
+ <h2>Krebs Projects</h2>
+ <h3>krops</h3>krops - <b>kr</b>ebs <b>ops</b> is the new shit in continuous deployment.
+ It does not smell. It is fresh. Go for it.
+ <ul>
+ <li>Palos article on krops.</li>
+ </ul>
+ <h3>Nixos Generators</h3>Generate your NixOS configuration files with one nix file - how cool is that?
+ <ul>
+ <li>Example file for installing on NixOS on a Laptop.</li>
+ </ul>
+ <h3>Nix-Writer</h3>Lambda on steroids. Use your favourite programming language in the nix language
+ (hm ok, except maybe VBScript).
+ <ul>
+ <li>One file that generates code with the help of Haskell, Python and C/++.</li>
+ </ul>
+ <h3>Stockholm</h3>Your computer as hostage, but he likes it!
+ Checkout our Stockholm repository.
+ <!--<p><a href="krops.html" title="krops">krops - <b>kr</b>ebs <b>ops</b></a></p>-->
+ <!--<p><a href="nix-generators.html" title="Nix Writer">Nixos Generators</a></p>-->
+ <!--<p><a href="nix-writer.html" title="Nix Writer">Nix-Writer</a></p>-->
+ <!--<p><a href="stockholm.html" title="Stockholm">Stockholm</a></p>-->
+</body>
+</html> \ No newline at end of file