Redesign home page to show new subscription plans

This commit is contained in:
2023-09-14 21:11:41 +02:00
parent 97bd3462b1
commit f0f4951911
7 changed files with 265 additions and 164 deletions

View File

@@ -3,7 +3,7 @@
<nav id="page_navigation" class="page_navigation">
<a href="/#">Home</a>
<a href="/#pro">Subscriptions</a>
<a href="/#prepaid">Prepaid plans</a>
<a href="/#prepaid">For creators</a>
<hr />
{{if .Authenticated}}<a href="/user">{{.User.Username}}</a>
<a href="/user/filemanager#files">My Files</a>

View File

@@ -4,18 +4,6 @@
<head>
{{template "meta_tags" "Free file sharing service"}}
<style>
/* Override the default background with something spectacular */
header, footer, .checkers {
background-image: url("/res/img/nebula.webp");
background-color: var(--background_color);
background-blend-mode: luminosity;
color: #ffffff;
box-shadow: inset 0 0 10px -4px var(--shadow_color);
border: none;
}
</style>
<script>
window.api_endpoint = '{{.APIEndpoint}}';
window.user = {{.User}};