diff options
author | Alex Legler <alex@a3li.li> | 2014-09-06 16:36:36 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-09-06 16:36:36 +0200 |
commit | 211b814b9f742734e53254383b0c3fb50684cdb4 (patch) | |
tree | 4d6e59b81d0e06af40eaf74a9d84efe92e7558eb /outages | |
download | static-sites-211b814b9f742734e53254383b0c3fb50684cdb4.tar.gz static-sites-211b814b9f742734e53254383b0c3fb50684cdb4.tar.bz2 static-sites-211b814b9f742734e53254383b0c3fb50684cdb4.zip |
Initial version.
Contains current tyrian markup, http error pages, as well as a page for
the bytemark outage later this month.
Diffstat (limited to 'outages')
-rw-r--r-- | outages/2014-09-bytemark.html | 22 | ||||
-rw-r--r-- | outages/index.html | 9 |
2 files changed, 31 insertions, 0 deletions
diff --git a/outages/2014-09-bytemark.html b/outages/2014-09-bytemark.html new file mode 100644 index 0000000..5c7e0d5 --- /dev/null +++ b/outages/2014-09-bytemark.html @@ -0,0 +1,22 @@ +--- +title: "Gentoo Linux — Website unavailable" +layout: box +boxtitle: "Moving Day!" +boxicon: "fa fa-truck" +contact: "mailto:infra@gentoo.org" +--- +<p><strong>The servers running the Gentoo website are moving homes tonight.</strong></p> + +<p>The awesome folks at Bytemark are doing their best to get our site back up as soon as possible.</p> + +<h2 style="margin-top: 2em;"><span class="glyphicon glyphicon-time"></span> In the meantime…</h2> +<p>You can browse an archived version of our website from the <a href="http://www.archive.org">Internet Archive</a>:</p> +<p> + <a class="btn btn-primary btn-lg" role="button" href="https://web.archive.org/web/20140828074816/http://www.gentoo.org/">Archived Gentoo website</a> + <a class="btn btn-primary btn-lg" role="button" href="https://web.archive.org/web/20140807184634/http://www.gentoo.org/doc/en/handbook/">Archived Gentoo Handbook</a> +</p> +<p>Or, use the <button type="button" class="btn btn-default btn-lg" disabled="disabled"><span class="glyphicon glyphicon-globe"></span> gentoo.org Sites</button> menu in the top-right corner of this page to visit our other websites.</p> + +<h2 style="margin-top: 2em;"><span class="glyphicon glyphicon-bullhorn"></span> Status updates</h2> +<p>We'll publish any updates to the progress as we learn more on our <em>Infrastructure Status</em> website:</p> +<p><a class="btn btn-primary btn-lg" role="button" href="http://infra-status.gentoo.org/#pk_campaign=outage&pk_kwd=201409-bytemark">Visit Infra Status</a></p>
\ No newline at end of file diff --git a/outages/index.html b/outages/index.html new file mode 100644 index 0000000..2b6ae43 --- /dev/null +++ b/outages/index.html @@ -0,0 +1,9 @@ +--- +layout: tyrian +--- + +<h1 class="first-header">Outage Information Pages</h1> + +<p>This directory contains custom outage information pages used for longer outages of important sites.</p> + +<p>(no listing available)</p>
\ No newline at end of file |