diff --git a/console/index.html b/console/index.html index c809dea..49e31d5 100644 --- a/console/index.html +++ b/console/index.html @@ -1,70 +1,98 @@ - - - - - -
-
-
Bronze Discipline
-
- +
+ +
+
-
- Debian GNU/Linux 12 (bookworm)
- 6.1.0-28-amd64 -
    -
  • IPv4:
  • -
  • IPv6:
  • -
  • Status: Running
  • -
  • Uptime: 14 Days 14:32:04
  • -
+
+ 589.02 MB of 5.79 GB Used + 5.21 GB Free
-
- -
-
-
+
+
+ +
+
+
+
+ 2 Cores + 10% Utilization +
+
+
+
+ Instance Event Log
- 589.02 MB of 5.79 GB Used - 5.21 GB Free + + + + + + + + + + + + + + + + + + + + + + + + + - -
- -
-
-
-
- 2 Cores - 10% Utilization -
-
-
-
- Instance Event Log - asdasdasd -
-
- - -
- (c) Attribution-ShareAlike 4.0 International
-     A service by - MycoSystems LLC -
- - +
TimeDescriptionStatus
00:03:43Backup JobOK
00:08:43OK
00:05:43Install Debian 12OK
+
+
+
+
+ + + + \ No newline at end of file diff --git a/pricing/index.html b/pricing/index.html index 2780a93..cd5019a 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -1,142 +1,144 @@ - - - - - -
-
+ + + + + + +
+
+
+
+

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
+ +
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 777b798..7b7ace7 100644 --- a/styles.css +++ b/styles.css @@ -73,6 +73,10 @@ h1 { text-align: center; } +.pricing-header { + margin-bottom: 0; +} + /* Paragraph Styles */ p { margin-bottom: 13px; @@ -220,7 +224,7 @@ section { display: grid; font-weight: 600; grid-template-columns: repeat(2, 1fr); - grid-template-rows: repeat(6, 1fr); + grid-template-rows: repeat(3, 1fr); } .console-right button, @@ -232,10 +236,13 @@ section { font-size: inherit !important; padding: 0.85rem; padding-bottom: 0.55rem; + padding-top: 0.55rem; text-decoration: none; font-size: 0.9rem !important; - font-weight: 600;; + font-weight: 600; + ; } + .console-right button:hover { background-color: #9a756c; } @@ -285,6 +292,11 @@ section { cursor: pointer; } +details div { + max-height: 100px !important; + overflow: scroll; +} + .console-header { display: flex; flex-direction: row; @@ -295,8 +307,10 @@ section { .console-right { text-align: end; } + .console-left { text-align: start; + font-size: large; } .console-uname { @@ -314,4 +328,4 @@ section { font-size: 0.85rem; list-style-type: none; padding-left: 2rem; -} +} \ No newline at end of file