More cheeky template changes
This commit is contained in:
parent
61beee8d3b
commit
929aa29663
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
@ -13,7 +13,7 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<div class="row justify-space-between half-margin">
|
<div class="row justify-space-between half-margin">
|
||||||
<div>
|
<div>
|
||||||
<a href="/"><b>YOLOCOLO</b></a>💊
|
🦉 <a href="/"><b>YOLOCOLO</b></a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
@ -7,42 +7,17 @@
|
|||||||
<h1>CAPSUL TYPES & PRICING</h1>
|
<h1>CAPSUL TYPES & PRICING</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row half-margin">
|
<div class="row half-margin">
|
||||||
<table>
|
<p>
|
||||||
<thead>
|
Rates for this service isn't set yet. You can see Cyberia's Capsul pricing
|
||||||
<tr>
|
on <a href="https://capsul.org/pricing">their website</a>.
|
||||||
<th>type</th>
|
</p>
|
||||||
<th>monthly*</th>
|
|
||||||
<th>cpus</th>
|
|
||||||
<th>mem</th>
|
|
||||||
<th>ssd</th>
|
|
||||||
<th>net</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{% for vm_size_key, vm_size in vm_sizes.items() %}
|
|
||||||
<tr>
|
|
||||||
<td>{{ vm_size_key }}</td>
|
|
||||||
<td>${{ vm_size['dollars_per_month'] }}</td>
|
|
||||||
<td>{{ vm_size['vcpus'] }}</td>
|
|
||||||
<td>{{ vm_size['memory_mb'] }}</td>
|
|
||||||
<td>25G</td>
|
|
||||||
<td>{{ vm_size['bandwidth_gb_per_month'] }}</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row half-margin">
|
<div>
|
||||||
<pre>
|
<pre>
|
||||||
* net is calculated as a per-month average
|
SUPPORTED OPERATING SYSTEMS:
|
||||||
* vms are billed for a minimum of 24 hours upon creation
|
|
||||||
* all VMs come standard with one public IPv4 address
|
|
||||||
|
|
||||||
SUPPORTED OPERATING SYSTEMS:
|
|
||||||
|
|
||||||
|
{% for os_id, os in operating_systems.items() %} - {{ os.description }}
|
||||||
{% for os_id, os in operating_systems.items() %} - {{ os.description }}
|
{% endfor %}
|
||||||
{% endfor %}
|
</pre>
|
||||||
</pre>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -7,20 +7,14 @@
|
|||||||
<h1>SUPPORT</h1>
|
<h1>SUPPORT</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row half-margin">
|
<div class="row half-margin">
|
||||||
<a href="mailto:support@cyberia.club?subject=Please%20help!">support@cyberia.club</a>
|
<a href="mailto:yolocolo@doesthisthing.work?subject=Please%20help!">yolocolo@doesthisthing.work</a>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block subcontent %}
|
{% block subcontent %}
|
||||||
<p>
|
<p>
|
||||||
Note: We maintain a searchable archive of all support emails at
|
You can also find us on Matrix: <a
|
||||||
<a href="https://lists.cyberia.club/~cyberia/support">https://lists.cyberia.club/~cyberia/support</a>
|
href="https://matrix.to/#/#untitled-hosting.public:autonomic.zone">#untitled-hosting.public:autonomic.zone</a>.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If you do not want your mail to appear in a public archive, email <a href="mailto:capsul@cyberia.club?subject=Please%20help!">capsul@cyberia.club</a> instead.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Please describe your problem or feature request, and we will do our best to get back to you promptly. Thank you very much.
|
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user