Skip to content

Instantly share code, notes, and snippets.

@rdesfo
Created June 22, 2016 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdesfo/f28ae858dbfe6fc182516b9a90be9d98 to your computer and use it in GitHub Desktop.
Save rdesfo/f28ae858dbfe6fc182516b9a90be9d98 to your computer and use it in GitHub Desktop.
Tribute Page
<div container-fluid>
<body>
<div>
<!--
TODO: img needs to adjust with text
-->
<div class="jumbotron text-center">
<h1>NixOS</h1>
<p><big>The Purely Functional Linux Distribution</big></p>
<figure>
<img src="https://pbs.twimg.com/media/Cc8La9BXIAAWi8i.jpg:large" class="img-responsive" alt="nixos kde screenshot" longdesc="test"></img>
<figcaption class="text-center">Image of user enjoying webcam in the latest unstable branch</figcaption>
</figure>
<div class="text-left" style="margin: 10px 10px 0px 100px">
<p>Here is NixOS development timeline</p>
</div>
<div class="text-left" style="margin: 0px 200px 10px 200px">
<ul>
<li><b><time datetime="2003-12-16">2003</time></b> - The first Nix paper.</li>
<li><b><time datetime="2005-09-16">2005</time></b> - Nix 0.9 has been released. This is a new major release that provides quite a few performance improvements and bug fixes, as well as a number of new features</li>
<li><b><time datetime="2007-1-23">2007</time></b> - NixOS now works on x86_64 machines. A 64-bit ISO is available.</li>
<li><b><time datetime="2009-1-5">2009</time></b> - Nix and NixOS releases are now built in Hydra, the new Nix-based continuous build system. </li>
<li><b><time datetime="2010-8-18">2010</time></b> - NixOS now supports Xfce</li>
<li><b><time datetime="2012-5-11">2012</time></b> - Nix 1.0 has been released</li>
<li><b><time datetime="2013-1-21">2013</time></b> - NixOS has switched from Upstart to systemd</li>
<li><b><time datetime="2014-4-30">2014</time></b> - NixOS 14.04 “Baboon” has been released, the second stable release branch.</li>
<li><b><time datetime="2015-7-9">2015</time></b> - The NixOS Foundation was started to improve our ability to maintain and extend the infrastructure used by the Nix related projects.</li>
<li><b><time datetime="2016-4-1">2016</time></b> - NixOS 16.03 “Emu” has been released, the fourth stable release branch.</li>
</ul>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<!--
quote
-->
<blockquote cite="http://nixos.org/">
<q>NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages.</q>
<footer>from the <cite title="NixOS manual">NixOS manual</cite></footer>
</blockquote>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-3">
<p>
A
<a href="https://en.wikipedia.org/wiki/NixOS" target="_blank">Wikipedia entry</a> does exist, but you find much more information on the
<a href="http://nixos.org/" target="_blank">projects homepage</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</div>
body {
margin: 60px 60px 60px 60px
}
.img-responsive {
margin: 0 auto;
width: 80%;
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />

Tribute Page

This is my tribute page for freecodecamp. It's currently unfinished, but should be down soon. :)

A Pen by Ryan on CodePen.

License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment