summaryrefslogtreecommitdiff
path: root/src/mirrors
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-29 05:51:24 -0500
committerZach van Rijn <me@zv.io>2021-05-29 05:51:24 -0500
commit7af1bb7e6e9334315eaa860b43f39a71bce53d19 (patch)
treec7264c8f468a33d7b1cccef8c206c6bbc7b52eea /src/mirrors
parent773b8a5f19d1b60fc42aaa200129af496ede173b (diff)
downloadsite-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.gz
site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.bz2
site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.xz
site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.zip
Tabs --> Spaces.
Diffstat (limited to 'src/mirrors')
-rw-r--r--src/mirrors/index.html80
1 files changed, 40 insertions, 40 deletions
diff --git a/src/mirrors/index.html b/src/mirrors/index.html
index b1d7d19..c1d7f71 100644
--- a/src/mirrors/index.html
+++ b/src/mirrors/index.html
@@ -1,54 +1,54 @@
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <meta name="description" content="">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="description" content="">
<meta name="keywords" content="">
- <title>Adélie Linux | Mirrors</title>
- <!-- Favicon -->
+ <title>Adélie Linux | Mirrors</title>
+ <!-- Favicon -->
<link href="/assets/images/favicon.png" rel="shortcut icon">
- <!-- CSS -->
- <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
- <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
- <link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
- <link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
- <link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
- <link href="/assets/css/theme.css" rel="stylesheet">
- <!-- Fonts/Icons -->
- <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
- <link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
- <link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
- </head>
- <body>
-
- <!-- Header -->
- <div class="header right absolute-dark sticky">
+ <!-- CSS -->
+ <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
+ <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
+ <link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
+ <link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
+ <link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
+ <link href="/assets/css/theme.css" rel="stylesheet">
+ <!-- Fonts/Icons -->
+ <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
+ <link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
+ <link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
+ </head>
+ <body>
+
+ <!-- Header -->
+ <div class="header right absolute-dark sticky">
__HEADER__
- </div>
- <!-- end Header -->
+ </div>
+ <!-- end Header -->
- <div class="section-lg">
- <div class="container">
+ <div class="section-lg">
+ <div class="container">
<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 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" id="mirrorstatus"><!-- populated by js from cron job --></table>
- </div>
- </div><!-- end row -->
- </div><!-- end container -->
- </div>
+ <div class="row">
+ <div class="col-12 col-xl-10 offset-xl-1">
+ <table class="table cart-table" id="mirrorstatus"><!-- populated by js from cron job --></table>
+ </div>
+ </div><!-- end row -->
+ </div><!-- end container -->
+ </div>
__INDEPENDENT_SHADE__
__FOOTER__
- </body>
+ </body>
<script type="text/javascript">
$("#mirrorstatus").load('https://infra.adelielinux.org/status.html');
</script>