@cryptotaxi247 / infra-1 / commits / a03baa6c

terraform: reformat landing pages

Martin Weinelt committed May 17, 2025 at 21:04 UTC a03baa6c66a0e047e00925bf6d089246858fdf92
3 files changed +207 -162
terraform/cache-staging/index.html
+69 -55
@@ -1,59 +1,73 @@
1 <!DOCTYPE html>
2 <html lang="en">
3 - <head>
4 - <title>cache-staging.nixos.org is up</title>
5 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 - <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 - <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css" />
9 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" />
10 - <style>
11 - body {
12 - padding-top: 0;
13 - margin-top: 4em;
14 - margin-bottom: 4em;
15 - }
16 - body > div {
17 - max-width: 800px;
18 - }
19 - p {
20 - text-align: center;
21 - }
22 - .cache {
23 - font-style: italic;
24 - }
25 - </style>
26 - </head>
27 - <body>
28 - <div class="container jumbotron">
29 - <div class="jumbotron">
30 - <p class="lead">
31 - <a href="https://nixos.org/nixos">
32 - <img src="https://nixos.org/logo/nixos-hires.png" width="500px" alt="logo" />
33 - </a>
34 - </p>
3 + <head>
4 + <title>cache-staging.nixos.org is up</title>
5 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 + <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 + <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 + <link
9 + rel="stylesheet"
10 + href="https://nixos.org/bootstrap/css/bootstrap.min.css"
11 + />
12 + <link
13 + rel="stylesheet"
14 + href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css"
15 + />
16 + <style>
17 + body {
18 + padding-top: 0;
19 + margin-top: 4em;
20 + margin-bottom: 4em;
21 + }
22 + body > div {
23 + max-width: 800px;
24 + }
25 + p {
26 + text-align: center;
27 + }
28 + .cache {
29 + font-style: italic;
30 + }
31 + </style>
32 + </head>
33 + <body>
34 + <div class="container jumbotron">
35 + <div class="jumbotron">
36 + <p class="lead">
37 + <a href="https://nixos.org/nixos">
38 + <img
39 + src="https://nixos.org/logo/nixos-hires.png"
40 + width="500px"
41 + alt="logo"
42 + />
43 + </a>
44 + </p>
45
36 - <p class="lead">
37 - <code>https://cache.nixos.org/</code> provides
38 - prebuilt binaries for Nixpkgs and NixOS. It is
39 - used automatically by the Nix package manager to
40 - speed up builds.
41 - </p>
42 - </div>
43 - <hr />
44 - <div class="help">
45 - <p>
46 - If you are having trouble, please reach out through one of the
47 - <a href="https://nixos.org/nixos/support.html">support channels</a>
48 - with the results of
49 - <a href="https://github.com/NixOS/nixos-org-configurations/blob/master/terraform/cache/diagnostic.sh">this diagnostics script</a>
50 - which will help us figure out where the issue lies.
51 - </p>
52 - <p>
53 - For questions, or support, <a href="https://nixos.org/nixos/support.html">
54 - the support page</a> from the NixOS website describes how to get in touch.
55 - </p>
56 - </div>
57 - </div>
58 - </body>
46 + <p class="lead">
47 + <code>https://cache.nixos.org/</code> provides prebuilt binaries for
48 + Nixpkgs and NixOS. It is used automatically by the Nix package manager
49 + to speed up builds.
50 + </p>
51 + </div>
52 + <hr />
53 + <div class="help">
54 + <p>
55 + If you are having trouble, please reach out through one of the
56 + <a href="https://nixos.org/nixos/support.html">support channels</a>
57 + with the results of
58 + <a
59 + href="https://github.com/NixOS/nixos-org-configurations/blob/master/terraform/cache/diagnostic.sh"
60 + >this diagnostics script</a>
61 + which will help us figure out where the issue lies.
62 + </p>
63 + <p>
64 + For questions, or support, <a
65 + href="https://nixos.org/nixos/support.html"
66 + >
67 + the support page</a> from the NixOS website describes how to get in
68 + touch.
69 + </p>
70 + </div>
71 + </div>
72 + </body>
73 </html>
terraform/cache/index.html
+69 -55
@@ -1,59 +1,73 @@
1 <!DOCTYPE html>
2 <html lang="en">
3 - <head>
4 - <title>cache.nixos.org is up</title>
5 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 - <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 - <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css" />
9 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" />
10 - <style>
11 - body {
12 - padding-top: 0;
13 - margin-top: 4em;
14 - margin-bottom: 4em;
15 - }
16 - body > div {
17 - max-width: 800px;
18 - }
19 - p {
20 - text-align: center;
21 - }
22 - .cache {
23 - font-style: italic;
24 - }
25 - </style>
26 - </head>
27 - <body>
28 - <div class="container jumbotron">
29 - <div class="jumbotron">
30 - <p class="lead">
31 - <a href="https://nixos.org/nixos">
32 - <img src="https://nixos.org/logo/nixos-hires.png" width="500px" alt="logo" />
33 - </a>
34 - </p>
3 + <head>
4 + <title>cache.nixos.org is up</title>
5 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 + <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 + <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 + <link
9 + rel="stylesheet"
10 + href="https://nixos.org/bootstrap/css/bootstrap.min.css"
11 + />
12 + <link
13 + rel="stylesheet"
14 + href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css"
15 + />
16 + <style>
17 + body {
18 + padding-top: 0;
19 + margin-top: 4em;
20 + margin-bottom: 4em;
21 + }
22 + body > div {
23 + max-width: 800px;
24 + }
25 + p {
26 + text-align: center;
27 + }
28 + .cache {
29 + font-style: italic;
30 + }
31 + </style>
32 + </head>
33 + <body>
34 + <div class="container jumbotron">
35 + <div class="jumbotron">
36 + <p class="lead">
37 + <a href="https://nixos.org/nixos">
38 + <img
39 + src="https://nixos.org/logo/nixos-hires.png"
40 + width="500px"
41 + alt="logo"
42 + />
43 + </a>
44 + </p>
45
36 - <p class="lead">
37 - <code>https://cache.nixos.org/</code> provides
38 - prebuilt binaries for Nixpkgs and NixOS. It is
39 - used automatically by the Nix package manager to
40 - speed up builds.
41 - </p>
42 - </div>
43 - <hr />
44 - <div class="help">
45 - <p>
46 - If you are having trouble, please reach out through one of the
47 - <a href="https://nixos.org/nixos/support.html">support channels</a>
48 - with the results of
49 - <a href="https://github.com/NixOS/nixos-org-configurations/blob/master/terraform/cache/diagnostic.sh">this diagnostics script</a>
50 - which will help us figure out where the issue lies.
51 - </p>
52 - <p>
53 - For questions, or support, <a href="https://nixos.org/nixos/support.html">
54 - the support page</a> from the NixOS website describes how to get in touch.
55 - </p>
56 - </div>
57 - </div>
58 - </body>
46 + <p class="lead">
47 + <code>https://cache.nixos.org/</code> provides prebuilt binaries for
48 + Nixpkgs and NixOS. It is used automatically by the Nix package manager
49 + to speed up builds.
50 + </p>
51 + </div>
52 + <hr />
53 + <div class="help">
54 + <p>
55 + If you are having trouble, please reach out through one of the
56 + <a href="https://nixos.org/nixos/support.html">support channels</a>
57 + with the results of
58 + <a
59 + href="https://github.com/NixOS/nixos-org-configurations/blob/master/terraform/cache/diagnostic.sh"
60 + >this diagnostics script</a>
61 + which will help us figure out where the issue lies.
62 + </p>
63 + <p>
64 + For questions, or support, <a
65 + href="https://nixos.org/nixos/support.html"
66 + >
67 + the support page</a> from the NixOS website describes how to get in
68 + touch.
69 + </p>
70 + </div>
71 + </div>
72 + </body>
73 </html>
terraform/nixpkgs-tarballs/index.html
+69 -52
@@ -1,56 +1,73 @@
1 <!DOCTYPE html>
2 <html lang="en">
3 - <head>
4 - <title>tarballs.nixos.org is up</title>
5 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 - <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 - <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css" />
9 - <link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" />
10 - <style>
11 - body {
12 - padding-top: 0;
13 - margin-top: 4em;
14 - margin-bottom: 4em;
15 - }
16 - body > div {
17 - max-width: 800px;
18 - }
19 - p {
20 - text-align: center;
21 - }
22 - .cache {
23 - font-style: italic;
24 - }
25 - </style>
26 - </head>
27 - <body>
28 - <div class="container jumbotron">
29 - <div class="jumbotron">
30 - <p class="lead">
31 - <a href="https://nixos.org/nixos">
32 - <img src="https://nixos.org/logo/nixos-hires.png" width="500px" alt="logo" />
33 - </a>
34 - </p>
3 + <head>
4 + <title>tarballs.nixos.org is up</title>
5 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 + <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 + <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 + <link
9 + rel="stylesheet"
10 + href="https://nixos.org/bootstrap/css/bootstrap.min.css"
11 + />
12 + <link
13 + rel="stylesheet"
14 + href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css"
15 + />
16 + <style>
17 + body {
18 + padding-top: 0;
19 + margin-top: 4em;
20 + margin-bottom: 4em;
21 + }
22 + body > div {
23 + max-width: 800px;
24 + }
25 + p {
26 + text-align: center;
27 + }
28 + .cache {
29 + font-style: italic;
30 + }
31 + </style>
32 + </head>
33 + <body>
34 + <div class="container jumbotron">
35 + <div class="jumbotron">
36 + <p class="lead">
37 + <a href="https://nixos.org/nixos">
38 + <img
39 + src="https://nixos.org/logo/nixos-hires.png"
40 + width="500px"
41 + alt="logo"
42 + />
43 + </a>
44 + </p>
45
36 - <p class="lead">
37 - <code>https://tarballs.nixos.org/</code> provides
38 - content-addressable binaries for Nixpkgs and NixOS.
39 - Those are mainly used to bootstrap the various stdenv.
40 - </p>
41 - </div>
42 - <hr />
43 - <div class="help">
44 - <p>
45 - If you are having trouble, please reach out through one of the <a href="https://nixos.org/nixos/support.html">support channels</a>
46 - with the results of <a href="https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba">this diagnostics script</a>
47 - which will help us figure out where the issue lies.
48 - </p>
49 - <p>
50 - For questions, or support, <a href="https://nixos.org/nixos/support.html">
51 - the support page</a> from the NixOS website describes how to get in touch.
52 - </p>
53 - </div>
54 - </div>
55 - </body>
46 + <p class="lead">
47 + <code>https://tarballs.nixos.org/</code> provides content-addressable
48 + binaries for Nixpkgs and NixOS. Those are mainly used to bootstrap the
49 + various stdenv.
50 + </p>
51 + </div>
52 + <hr />
53 + <div class="help">
54 + <p>
55 + If you are having trouble, please reach out through one of the <a
56 + href="https://nixos.org/nixos/support.html"
57 + >support channels</a>
58 + with the results of <a
59 + href="https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba"
60 + >this diagnostics script</a>
61 + which will help us figure out where the issue lies.
62 + </p>
63 + <p>
64 + For questions, or support, <a
65 + href="https://nixos.org/nixos/support.html"
66 + >
67 + the support page</a> from the NixOS website describes how to get in
68 + touch.
69 + </p>
70 + </div>
71 + </div>
72 + </body>
73 </html>