Rename FNX to Nova

This commit is contained in:
2026-01-26 22:23:36 +01:00
parent 70e8353a50
commit 70a22d4a06
22 changed files with 67 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ let upload_widget
<div class="page_content">
<section>
<p>
FNX.storage is a platform for cost-effective cloud storage and
Nova.storage is a platform for cost-effective cloud storage and
content delivery. We will store and serve your files at an extremely
competitive rate.
</p>
@@ -36,7 +36,7 @@ let upload_widget
<div>€ 1 / TB</div>
</div>
</div>
<h2>What FNX is good at</h2>
<h2>What Nova is good at</h2>
<ul>
<li>
Serving large files to millions of people worldwide
@@ -147,11 +147,11 @@ header > h1 {
.header_image_container {
text-align: initial;
margin: auto;
margin-bottom: 1.5em; /*Offset for menu button*/
height: 150px;
margin-bottom: 50px;
height: 100px;
width: 500px;
max-width: 100%;
background-image: url("/res/img/header_orbitron.webp");
background-image: url("/res/img/header.webp");
background-repeat: no-repeat;
background-size: contain;
background-position: center;

View File

@@ -18,7 +18,7 @@ let egress = $state(10) // TB
let avg_file_size = $state(1000) // kB
$effect(() => {
// FNX has a minimum file size of 10kB. Calculate the number of files from
// Nova has a minimum file size of 10kB. Calculate the number of files from
// storage and avg file size, then calculate storage usage based on that.
fnx_storage = Math.max(storage * 4, ((storage*10)/avg_file_size)*4)
fnx_egress = egress * 1
@@ -67,14 +67,14 @@ $effect(() => {
<div class="bars">
<div>
<div>
FNX.storage - <Euro amount={fnx_total*1e6}/> / month<br/>
Nova.storage - <Euro amount={fnx_total*1e6}/> / month<br/>
<Euro amount={fnx_storage*1e6}/> storage,
<Euro amount={fnx_egress*1e6}/> egress
<ProgressBar used={fnx_total} total={price_max}/>
</div>
{#if avg_file_size < 10}
<div>
FNX counts a minimum file size of 10 kB. Files smaller than that
Nova counts a minimum file size of 10 kB. Files smaller than that
are rounded up to 10 kB.
</div>
{/if}
@@ -105,16 +105,16 @@ $effect(() => {
</div>
<p>
Note that while FNX.storage might not seem to be the cheapest option in some
Note that while Nova.storage might not seem to be the cheapest option in some
cases, most cloud providers have extra hidden costs for API calls and
region-specific prices. This makes it very hard to accurately compare the
pricing of these platforms. FNX.storage includes no hidden costs, I only
pricing of these platforms. Nova.storage includes no hidden costs, I only
charge for storage and egress.
</p>
<p>
Large cloud providers like Amazon, Microsoft and Google are excluded from
this calculation because their pricing is too complex accurately compare
them. Just assume that FNX wil be cheaper.
them. Just assume that Nova wil be cheaper.
</p>
<style>