update
This commit is contained in:
parent
fc56c59563
commit
c118f06003
3 changed files with 241 additions and 197 deletions
|
@ -1,70 +1,98 @@
|
|||
<html lang="en" data-theme="toggle">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<header class="nav-links">
|
||||
<div class="left">
|
||||
<a class="inactive" href="/">FAQ</a>
|
||||
<a class="inactive" href="/policy">policies</a>
|
||||
<a class="inactive" href="/pricing">pricing</a>
|
||||
<a class="active" href="/console">console</a>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<header class="nav-links">
|
||||
<div class="left">
|
||||
<a class="inactive" href="/">FAQ</a>
|
||||
<a class="inactive" href="/policy">policies</a>
|
||||
<a class="inactive" href="/pricing">pricing</a>
|
||||
<a class="active" href="/console">console</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<i>E408-AEE4</i>
|
||||
<a class="button" href="#">Logout</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="console">
|
||||
<div class="console-left">Bronze Discipline</div>
|
||||
<div class="console-right">
|
||||
<button>Restart</button><button>Power Off</button><button class="alert">Reinstall</button>
|
||||
</div>
|
||||
<div class="right">
|
||||
<i>E408-AEE4</i>
|
||||
<a class="button" href="#">Logout</a>
|
||||
<div class="console-uname">
|
||||
Debian GNU/Linux 12 (bookworm)<br />
|
||||
<i>6.1.0-28-amd64</i>
|
||||
<ul>
|
||||
<li>IPv4: 65.132.212.89</li>
|
||||
<li>IPv6: 2603:3001:6db:4900::fbf2</li>
|
||||
<li>Status: Running</li>
|
||||
<li>Uptime: 14 Days 14:32:04</li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="console">
|
||||
<div class="console-left">Bronze Discipline</div>
|
||||
<div class="console-right">
|
||||
<button>Restart</button><button>Power Off</button
|
||||
><button class="alert">Reinstall</button>
|
||||
<div class="console-resources">
|
||||
<label for="mem">Memory Usage</label>
|
||||
<div id="mem" class="progress">
|
||||
<div class="bar" style="width: 20%"></div>
|
||||
</div>
|
||||
<div class="console-uname">
|
||||
Debian GNU/Linux 12 (bookworm)<br />
|
||||
<i>6.1.0-28-amd64</i>
|
||||
<ul>
|
||||
<li>IPv4:</li>
|
||||
<li>IPv6:</li>
|
||||
<li>Status: Running</li>
|
||||
<li>Uptime: 14 Days 14:32:04</li>
|
||||
</ul>
|
||||
<div>
|
||||
<small>589.02 MB of 5.79 GB Used </small>
|
||||
<small>5.21 GB Free</small>
|
||||
</div>
|
||||
<div class="console-resources">
|
||||
<label for="mem">Memory Usage</label>
|
||||
<div id="mem" class="progress">
|
||||
<div class="bar" style="width: 20%"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="console-resources">
|
||||
<label for="cpu">vCPU Usage</label>
|
||||
<div id="cpu" class="progress">
|
||||
<div class="bar" style="width: 10%"></div>
|
||||
</div>
|
||||
<div>
|
||||
<small>2 Cores</small>
|
||||
<small>10% Utilization</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="console-log">
|
||||
<details>
|
||||
<summary>Instance Event Log</summary>
|
||||
<div>
|
||||
<small>589.02 MB of 5.79 GB Used </small>
|
||||
<small>5.21 GB Free</small>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Time</th>
|
||||
<th>Description</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>00:03:43</td>
|
||||
<td>Backup Job</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>00:08:43</td>
|
||||
<td></td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>00:05:43</td>
|
||||
<td>Install Debian 12</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</div>
|
||||
</div>
|
||||
<div class="console-resources">
|
||||
<label for="cpu">vCPU Usage</label>
|
||||
<div id="cpu" class="progress">
|
||||
<div class="bar" style="width: 10%"></div>
|
||||
</div>
|
||||
<div>
|
||||
<small>2 Cores</small>
|
||||
<small>10% Utilization</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="console-log">
|
||||
<details>
|
||||
<summary>Instance Event Log</summary>
|
||||
asdasdasd
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
(c) Attribution-ShareAlike 4.0 International <br />
|
||||
A service by
|
||||
<a href="https://myco.systems/">MycoSystems LLC</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</table>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
(c) Attribution-ShareAlike 4.0 International <br />
|
||||
A service by
|
||||
<a href="https://myco.systems/">MycoSystems LLC</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,142 +1,144 @@
|
|||
<html lang="en" data-theme="toggle">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<header class="nav-links">
|
||||
<div class="left">
|
||||
<a class="inactive" href="/">FAQ</a>
|
||||
<a class="inactive" href="/policy">policies</a>
|
||||
<a class="active" href="/pricing">pricing</a>
|
||||
<a class="inactive" href="/console">console</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<i>E408-AEE4</i>
|
||||
<a class="button" href="#">Logout</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="grid">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<header class="nav-links">
|
||||
<div class="left">
|
||||
<a class="inactive" href="/">FAQ</a>
|
||||
<a class="inactive" href="/policy">policies</a>
|
||||
<a class="active" href="/pricing">pricing</a>
|
||||
<a class="inactive" href="/console">console</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<i>E408-AEE4</i>
|
||||
<a class="button" href="#">Logout</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="grid">
|
||||
<div>
|
||||
<header>
|
||||
<h3 class="pricing-header">compute</h3>
|
||||
</header>
|
||||
<div>
|
||||
<header>
|
||||
<h3>compute</h3>
|
||||
</header>
|
||||
<div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>type</th>
|
||||
<th>monthly</th>
|
||||
<th>cpus</th>
|
||||
<th>mem</th>
|
||||
<th>ssd</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>us-east-xs</td>
|
||||
<td>$4.50</td>
|
||||
<td>1</td>
|
||||
<td>1G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-s</td>
|
||||
<td>$6.75</td>
|
||||
<td>2</td>
|
||||
<td>2G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-m</td>
|
||||
<td>$9.00</td>
|
||||
<td>4</td>
|
||||
<td>4G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-l</td>
|
||||
<td>$13.50</td>
|
||||
<td>4</td>
|
||||
<td>6G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-xl</td>
|
||||
<td>$18.00</td>
|
||||
<td>6</td>
|
||||
<td>8G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<i>
|
||||
<br />Available operating systems:<br />
|
||||
- FreeBSD 14.2<br />- NetBSD 10.1<br />- Arch Linux<br />- Ubuntu
|
||||
22.04<br />- Rocky Linux 9<br />- Alpine Linux 3.21<br />- Debian 12
|
||||
</i>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>type</th>
|
||||
<th>monthly</th>
|
||||
<th>cpus</th>
|
||||
<th>mem</th>
|
||||
<th>ssd</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>us-east-xs</td>
|
||||
<td>$4.50</td>
|
||||
<td>1</td>
|
||||
<td>1G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-s</td>
|
||||
<td>$6.75</td>
|
||||
<td>2</td>
|
||||
<td>2G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-m</td>
|
||||
<td>$9.00</td>
|
||||
<td>4</td>
|
||||
<td>4G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-l</td>
|
||||
<td>$13.50</td>
|
||||
<td>4</td>
|
||||
<td>6G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-xl</td>
|
||||
<td>$18.00</td>
|
||||
<td>6</td>
|
||||
<td>8G</td>
|
||||
<td>32G</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<i>
|
||||
<br />Available operating systems:<br />
|
||||
- FreeBSD 14.2<br />- NetBSD 10.1<br />- Arch Linux<br />- Ubuntu
|
||||
22.04<br />- Rocky Linux 9<br />- Alpine Linux 3.21<br />- Debian 12
|
||||
</i>
|
||||
</div>
|
||||
<div>
|
||||
<header>
|
||||
<h3 class="pricing-header">bricks</h3>
|
||||
</header>
|
||||
<div>
|
||||
<header>
|
||||
<h3>bricks</h3>
|
||||
</header>
|
||||
<div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>type</th>
|
||||
<th>monthly</th>
|
||||
<th>size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>us-east-xs</td>
|
||||
<td>$2.15</td>
|
||||
<td>256G</td>
|
||||
</tr>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>type</th>
|
||||
<th>monthly</th>
|
||||
<th>size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>us-east-xs</td>
|
||||
<td>$2.15</td>
|
||||
<td>256G</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>us-east-s</td>
|
||||
<td>$4.35</td>
|
||||
<td>512G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-s</td>
|
||||
<td>$4.35</td>
|
||||
<td>512G</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>us-east-m</td>
|
||||
<td>$8.50</td>
|
||||
<td>1000G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-m</td>
|
||||
<td>$8.50</td>
|
||||
<td>1000G</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>us-east-l</td>
|
||||
<td>$12.75</td>
|
||||
<td>1500G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>us-east-l</td>
|
||||
<td>$12.75</td>
|
||||
<td>1500G</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>us-east-xl</td>
|
||||
<td>$17.00</td>
|
||||
<td>2000G</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<i>
|
||||
<br />
|
||||
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.
|
||||
</i>
|
||||
<tr>
|
||||
<td>us-east-xl</td>
|
||||
<td>$17.00</td>
|
||||
<td>2000G</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
(c) Attribution-ShareAlike 4.0 International <br />
|
||||
A service by
|
||||
<a href="https://myco.systems/">MycoSystems LLC</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<i>
|
||||
<br />
|
||||
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.
|
||||
</i>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
(c) Attribution-ShareAlike 4.0 International <br />
|
||||
A service by
|
||||
<a href="https://myco.systems/">MycoSystems LLC</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
20
styles.css
20
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue