From 9fe78b96a67b6923584bd199c99fc4d91a8bc696 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 15 Mar 2025 16:23:39 -0400 Subject: [PATCH] update --- console/A2D1-KB21/index.html | 192 +++++++++++++------------ pricing/index.html | 271 ++++++++++++++++++----------------- styles.css | 22 +-- 3 files changed, 254 insertions(+), 231 deletions(-) diff --git a/console/A2D1-KB21/index.html b/console/A2D1-KB21/index.html index 7708378..39f486a 100644 --- a/console/A2D1-KB21/index.html +++ b/console/A2D1-KB21/index.html @@ -1,99 +1,111 @@ - - - - - -
-
-
- Bronze Discipline
A2D1-KB21 +
+ Debian GNU/Linux 12 (bookworm)
+ 6.1.0-28-amd64 +
    +
  • IPv4: 65.132.212.89
  • +
  • IPv6: 2603:3001:6db:4900::fbf2
  • +
  • Status: Running
  • +
  • Uptime: 14 Days 14:32:04
  • +
+
+
+ +
+
-
- +
+ 589.02 MB of 5.79 GB Used + 5.21 GB Free
-
- Debian GNU/Linux 12 (bookworm)
- 6.1.0-28-amd64 -
    -
  • IPv4: 65.132.212.89
  • -
  • IPv6: 2603:3001:6db:4900::fbf2
  • -
  • Status: Running
  • -
  • Uptime: 14 Days 14:32:04
  • -
+
+
+ +
+
-
- -
-
-
+
+ 2 Cores + 10% Utilization +
+
+
+ +
+
+
+
+ 12.2 GB of 32 GB Used + 19.8 GB Free +
+
+
+
+ Instance Event Log
- 589.02 MB of 5.79 GB Used - 5.21 GB Free + + + + + + + + + + + + + + + + + + + + + + + + + +
hh:mm:ssDescriptionStatus
00:03:43Backup JobOK
00:08:43Backup JobOK
00:05:43Install Debian 12OK
-
-
- -
-
-
-
- 2 Cores - 10% Utilization -
-
-
-
- Instance Event Log -
- - - - - - - - - - - - - - - - - - - - - - - - - -
hh:mm:ssDescriptionStatus
00:03:43Backup JobOK
00:08:43Backup JobOK
00:05:43Install Debian 12OK
-
-
-
-
-
- - - + + + + + + + + \ No newline at end of file diff --git a/pricing/index.html b/pricing/index.html index 7cae0ba..b282e08 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -1,142 +1,149 @@ - - - - - -
-
+ + + + + + +
+
+
+
+

compute

+
-
-

compute

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
typemonthlycpusmemssd
us-east-xs$4.5011G32G
us-east-s$6.7522G32G
us-east-m$9.0044G32G
us-east-l$13.5046G32G
us-east-xl$18.0068G32G
-
- -
Available operating systems:
- - FreeBSD 14.2
- NetBSD 10.1
- Arch Linux
- Ubuntu - 22.04
- Rocky Linux 9
- Alpine Linux 3.21
- Debian 12 -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
typemonthlycpusmemssd
us-east-xs$4.5011G32G
us-east-s$6.7522G32G
us-east-m$9.0044G32G
us-east-l$13.5046G32G
us-east-xl$18.0068G32G
+ +
+ compute instances are QEMU virtual machines with shared CPU on an AMD EPYC 3rd gen system with ECC memory. +
+ compute instances get given x86-64-v2-AES cores instead of the host's instruction set. +
+
Available operating systems:
+ - FreeBSD 14.2
- NetBSD 10.1
- Arch Linux
- Ubuntu + 22.04
- Rocky Linux 9
- Alpine Linux 3.21
- Debian 12 +
+
+
+
+

bricks

+
-
-

bricks

-
-
- - - - - - - - - - - - - - +
typemonthlysize
us-east-xs$2.15256G
+ + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - -
typemonthlysize
us-east-xs$2.15256G
us-east-s$4.35512G
us-east-s$4.35512G
us-east-m$8.501000G
us-east-m$8.501000G
us-east-l$12.751500G
us-east-l$12.751500G
us-east-xl$17.002000G
-
- -
- Bricks are sections of a shared RAIDz pool made up of HDDs, they can - be resized but this is a manual process so please inform us by - email. -
+ + us-east-xl + $17.00 + 2000G + + +
-
-
-
- (c) Attribution-ShareAlike 4.0 International
- A service by - MycoSystems LLC -
- - + +
+ Bricks are sections of a shared RAIDz pool made up of HDDs, they can + be resized but this is a manual process so please inform us by + email. +
+ +
+
+ + + + \ No newline at end of file diff --git a/styles.css b/styles.css index 8fef001..965ede7 100644 --- a/styles.css +++ b/styles.css @@ -224,10 +224,18 @@ section { display: grid; font-weight: 600; grid-template-columns: repeat(2, 1fr); - grid-template-rows: repeat(3, 1fr); + grid-template-rows: 2rem repeat(3, 1fr); gap: 0; } +.console i { + font-size: 0.9rem; +} + +.console p { + grid-column: span 2; +} + .console-left, .console-right { color: #f1c9c0; @@ -238,6 +246,7 @@ section { border-bottom: 2px solid #f1c9c0; height: 100%; max-height: 3.5rem; + margin-bottom: 1rem; } .console-right button, @@ -292,10 +301,6 @@ section { height: 100%; } -.console i { - font-size: 0.9rem; -} - .console-log { grid-column: span 2; } @@ -326,7 +331,7 @@ details div { } .console-uname { - grid-row: span 2; + grid-row: span 3; } .console-uname li:before { @@ -356,9 +361,8 @@ tr a::after { display: inline-block; width: 12px; height: 12px; - background: url('data:image/svg+xml;utf8,') - no-repeat center center; + background: url('data:image/svg+xml;utf8,') no-repeat center center; background-size: contain; margin-left: 0.5rem; vertical-align: middle; -} +} \ No newline at end of file