aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
committerAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
commitb0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch)
treeae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /_includes/downloads/alpha.html
downloadwww-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip
Initial version
Diffstat (limited to '_includes/downloads/alpha.html')
-rw-r--r--_includes/downloads/alpha.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html
new file mode 100644
index 0000000..15d2d27
--- /dev/null
+++ b/_includes/downloads/alpha.html
@@ -0,0 +1,17 @@
+<div class="col-xs-12 col-md-6">
+ <h4>Boot Media</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="iso" arch="alpha" id="minimal" title="Minimal Installation CD" %}
+ </div>
+ <h4>Stage Archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="alpha" id="alpha" title="Stage 3" %}
+ </div>
+</div>
+<div class="col-xs-12 col-md-6">
+ <h4>Details (Contents, Hashes, and Signatures)</h4>
+ <ul>
+ <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li>
+ <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3-alpha/">Stage 3</a></li>
+ </ul>
+</div> \ No newline at end of file