UI overhaul, import fixes, fix user store
This commit is contained in:
@@ -3,9 +3,9 @@ import Menu from "filesystem/Menu.svelte";
|
||||
import Footer from "layout/Footer.svelte";
|
||||
import { drop_target } from "lib/DropTarget";
|
||||
import AddressReputation from "./AddressReputation.svelte";
|
||||
import FeatureTable from "./FeatureTable.svelte";
|
||||
import GetStarted from "./GetStarted.svelte";
|
||||
import Pricing from "./Pricing.svelte";
|
||||
import SubscriptionPlans from "./SubscriptionPlans.svelte";
|
||||
|
||||
let upload_widget
|
||||
</script>
|
||||
@@ -28,26 +28,6 @@ let upload_widget
|
||||
content delivery. We will store and serve your files at an extremely
|
||||
competitive rate.
|
||||
</p>
|
||||
<div class="prices">
|
||||
<div>
|
||||
<div>Storage pricing</div>
|
||||
<div>€ 4 / TB / month</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Egress pricing</div>
|
||||
<div>€ 1 / TB</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2>What Nova is good at</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Serving large files to millions of people worldwide
|
||||
</li>
|
||||
<li>
|
||||
Storing files for less money than all the competition
|
||||
</li>
|
||||
</ul>
|
||||
<Pricing/>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -107,6 +87,11 @@ let upload_widget
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<header>
|
||||
<h1>Subscription plans</h1>
|
||||
</header>
|
||||
<SubscriptionPlans/>
|
||||
|
||||
<header>
|
||||
<h1>Get started</h1>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user