summaryrefslogtreecommitdiff
path: root/src/mirrors
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-25 12:57:22 -0500
committerZach van Rijn <me@zv.io>2021-05-25 12:57:22 -0500
commit4de618841b31783de532a0aa61487bf515a32b75 (patch)
tree1a51a3b88b6f4a2496ff085536e7ac932d86003e /src/mirrors
parent0a5015eec26eeebb205e860c64b5472f1f16ab41 (diff)
downloadsite-ng-4de618841b31783de532a0aa61487bf515a32b75.tar.gz
site-ng-4de618841b31783de532a0aa61487bf515a32b75.tar.bz2
site-ng-4de618841b31783de532a0aa61487bf515a32b75.tar.xz
site-ng-4de618841b31783de532a0aa61487bf515a32b75.zip
Add preliminary Mirrors page, flags to match, and update some copy.
Diffstat (limited to 'src/mirrors')
-rw-r--r--src/mirrors/index.html141
1 files changed, 130 insertions, 11 deletions
diff --git a/src/mirrors/index.html b/src/mirrors/index.html
index 495aeea..8b6ed5e 100644
--- a/src/mirrors/index.html
+++ b/src/mirrors/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
- <title>Coming Soon</title>
+ <title>Adélie Linux | Mirrors</title>
<!-- Favicon -->
<link href="/assets/images/favicon.png" rel="shortcut icon">
<!-- CSS -->
@@ -28,17 +28,136 @@ __HEADER__
</div>
<!-- end Header -->
- <div class="section-fullscreen">
+ <div class="section-lg">
<div class="container">
- <div class="position-middle">
- <div class="row">
- <div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3">
- <h1 class="display-4 font-weight-bold">Coming Soon</h1>
- <h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5>
- <a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a>
- </div>
- </div><!-- end row -->
- </div><!-- end position-middle -->
+ <div class="margin-bottom-70">
+ <div class="row">
+ <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
+ <h2>Mirrors</h2>
+ <p>You may download Adélie assets from any of the following locations. Some mirrors may perform better than others based on where you live. Please get in touch if you are willing to sponsor a mirror.</p>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-12 col-xl-10 offset-xl-1">
+ <table class="table cart-table">
+ <thead>
+ <tr>
+ <th scope="col"><!-- country flag --></th>
+ <th scope="col">Location</th>
+ <th scope="col">Name</th>
+ <th scope="col">Speed</th>
+ <th scope="col">Freshness</th>
+ <th scope="col">Uptime</th>
+ <th scope="col">Sponsor</th>
+ <th scope="col">Protocol</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td colspan="8"><strong>Official</strong>&nbsp;&mdash;&nbsp;Part of Adélie's core infrastructure.</td>
+ </tr>
+ <tr>
+ <td>
+ <img src="../assets/images/flags/w40-webp/us.webp" alt="">
+ </td>
+ <td>Texas,<br />USA</td>
+ <td>us1-distfiles</td>
+ <td>1 Gbps</td>
+ <td>0 days, 00:00:00</td>
+ <td>0 days, 00:00:00</td>
+ <td>Adélie Linux</td>
+ <td>
+ <strong>
+ <a href="http://distfiles.adelielinux.org/">http</a><br />
+ <a href="https://distfiles.adelielinux.org/">https</a><br />
+ <a href="rsync://distfiles.adelielinux.org/distfiles">rsync</a>
+ </strong>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="8"><strong>Affiliated</strong>&nbsp;&mdash;&nbsp;Operated by Adélie's developers and friends.</td>
+ </tr>
+ <tr>
+ <td>
+ <img src="../assets/images/flags/w40-webp/de.webp" alt="">
+ </td>
+ <td>Nuremberg,<br />Germany</td>
+ <td>eu1-distfiles</td>
+ <td>1 Gbps</td>
+ <td>0 days, 00:00:00</td>
+ <td>0 days, 00:00:00</td>
+ <td>Leuhta Labs</td>
+ <td>
+ <strong>
+ <a href="http://eu1-distfiles.adelielinux.org/">http</a><br />
+ <a href="https://eu1-distfiles.adelielinux.org/">https</a><br />
+ <a href="rsync://eu1-distfiles.adelielinux.org/distfiles/">rsync</a><br />
+ </strong>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="../assets/images/flags/w40-webp/us.webp" alt="">
+ </td>
+ <td>Pennsylvania,<br />USA</td>
+ <td>us2-distfiles</td>
+ <td>100 Mbps</td>
+ <td>0 days, 00:00:00</td>
+ <td>0 days, 00:00:00</td>
+ <td>ionFish Group</td>
+ <td>
+ <strong>
+ <a href="">http</a><br />
+ <a href="">https</a><br />
+ <a href="">rsync</a><br />
+ <a href="">ftp</a>
+ </strong>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="8"><strong>Third-Party</strong>&nbsp;&mdash;&nbsp;Community-managed mirrors over which we have no control.</td>
+ </tr>
+ <tr>
+ <td>
+ <img src="../assets/images/flags/w40-webp/us.webp" alt="">
+ </td>
+ <td>Illinois,<br />USA</td>
+ <td>servercentral</td>
+ <td>10 Gbps</td>
+ <td>0 days, 00:00:00</td>
+ <td>0 days, 00:00:00</td>
+ <td>ServerCentral<br />Turing Group</td>
+ <td>
+ <strong>
+ <a href="http://mirrors.servercentral.com/adelie/">http</a><br />
+ <a href="https://mirrors.servercentral.com/adelie/">https</a>
+ </strong>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="../assets/images/flags/w40-webp/us.webp" alt="">
+ </td>
+ <td>Indiana,<br />USA</td>
+ <td>purdue</td>
+ <td>10 Gbps</td>
+ <td>0 days, 00:00:00</td>
+ <td>0 days, 00:00:00</td>
+ <td>Purdue Linux<br />Users Group</td>
+ <td>
+ <strong>
+ <a href="http://plug-mirror.rcac.purdue.edu/adelie/">http</a><br />
+ <a href="https://plug-mirror.rcac.purdue.edu/adelie/">https</a><br />
+ <a href="rsync://plug-mirror.rcac.purdue.edu/adelie/">rsync</a><br />
+ <a href="ftp://plug-mirror.rcac.purdue.edu/adelie/">ftp</a>
+ </strong>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div><!-- end row -->
</div><!-- end container -->
</div>