guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: bayfront: Update the bordeaux.guix.gnu.org


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Update the bordeaux.guix.gnu.org HTML file.
Date: Wed, 18 Aug 2021 06:52:05 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 20c37cc  hydra: bayfront: Update the bordeaux.guix.gnu.org HTML file.
20c37cc is described below

commit 20c37cc6ec2abe14a632ac382ad2e8926370a278
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Aug 18 11:51:16 2021 +0100

    hydra: bayfront: Update the bordeaux.guix.gnu.org HTML file.
    
    * hydra/nginx/html/bordeaux/index.html: Add some CSS and tweak some
    styling, plus update the substitute availability message.
---
 hydra/nginx/html/bordeaux/index.html | 121 +++++++++++++++++++++++++++++++----
 1 file changed, 107 insertions(+), 14 deletions(-)

diff --git a/hydra/nginx/html/bordeaux/index.html 
b/hydra/nginx/html/bordeaux/index.html
index f6c904b..fa71696 100644
--- a/hydra/nginx/html/bordeaux/index.html
+++ b/hydra/nginx/html/bordeaux/index.html
@@ -8,33 +8,126 @@
          padding: 0 0 3em 1em;
          font-family: sans-serif;
      }
+     .bod {
+         margin: auto;
+         max-width: 70rem;
+         padding: 0 1rem;
+     }
+     .asterisk {
+         font-style: italic;
+         font-size: small;
+         text-align: right;
+     }
+     .asterisk a {
+         text-decoration: none;
+     }
+     .asterisk a:hover {
+         text-decoration: underline;
+     }
+     a.totop {
+         float: right;
+         text-decoration: none !important;
+         color: transparent !important;
+     }
+     a.totop:hover {
+         color: #999 !important;
+     }
+     a.totop::after {
+         content: " ↑";
+         font-weight: bold;
+         color: #999 !important;
+     }
+     .feat {   background-color: #222;
+         color: #fff;
+         margin-top: 5em;
+         padding: 1em 0 2.5em 0;
+     }
+     .feat a {
+         color: #fff;
+     }
+     .feat code {
+         background-color: #111;
+     }
+     h2 {
+         margin: 1em 0;
+         padding-top: 1em;
+     }
+     p, ol, ul, dl {
+         margin: 1.6em 0;
+         line-height: 1.8em;
+     }
+     a {       color: #333; }
+     a:hover {         text-decoration: underline; }
+     a:img {   border: none; }
+     code {
+         padding: .8ex;
+         background-color: #333;
+         border-radius: .5ex;
+         font-size: 110%;
+         color: #fff; }
+     code a {  color: #fff; }
+     dl {      margin-left: 2em; }
+     dt {      font-weight: bold; }
+     dd {      margin: 1ex 0 2em 1em; }
+     li {      margin-top: 1ex; }
+     a:hover .logo {
+         opacity: .8;
+     }
+     .alert {
+         position: fixed;
+         left: 0;
+         top: 0;
+         width: 100%;
+         margin: 0;
+         padding: .5ex;
+         color: #fff;
+         background: #c00;
+         font-size: large;
+         box-shadow: 0 .1em 1em rgba(0,0,0,1);
+         text-align: center;
+         z-index: 10;
+     }
+     .alert:before {
+         content: "\26A0 ";
+         font-size: large;
+     }
+     .alert.good {
+         color: #fff;
+         background: #0c0;
+     }
+     .alert.good:before {
+         content: none;
+     }
     </style>
   </head>
   <body>
+    <img
+      src="https://guix.gnu.org/static/base/img/Guix.png";
+      style="display:block; margin: 0 auto 1em auto" />
     <h1>bordeaux.guix.gnu.org</h1>
 
     <p>
       This is a
       <a href="https://guix.gnu.org/manual/en/html_node/Substitutes.html";
-         target="_blank">
-        substitute server
-      </a>
+         target="_blank">substitute server</a>
       for <a href="https://guix.gnu.org/";
              target="_blank">Guix</a>.
     </p>
 
-    <p>
-      Availability for <b>x86_64-linux</b>, <b>i686-linux</b> and
-      <b>powerpc64le-linux</b> should be good.  <b>aarch64-linux</b>
-      is a work in progress, and availability for <b>armhf-linux</b>
-      plus <b>i586-gnu</b> is limited.
-    </p>
+    <div style="font-size: x-large;">
+      <p>
+        Availability for <b>x86_64-linux</b>, <b>i686-linux</b>,
+        <b>aarch64-linux</b>, <b>armhf-linux</b> and
+        <b>powerpc64le-linux</b> should be good.  <b>i586-gnu</b>
+        substitutes aren't currently available.
+      </p>
 
-    <p>
-      Cross built packages from x86_64-linux to <b>i586-pc-gnu</b> are
-      also available, <b>aarch64-linux-gnu</b>,
-      <b>arm-linux-gnueabihf</b> availability is limited.
-    </p>
+      <p>
+        Cross built packages from x86_64-linux to <b>i586-pc-gnu</b> are
+        also available, <b>aarch64-linux-gnu</b>,
+        <b>arm-linux-gnueabihf</b> availability is limited.
+      </p>
+    </div>
 
     <h2>Using these substitutes</h2>
     <p>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]