Redesign home page

This commit is contained in:
2024-11-18 17:09:27 +01:00
parent e56fa4d4da
commit b5b5caa329
18 changed files with 299 additions and 179 deletions

View File

@@ -3,9 +3,8 @@
menu
</button>
<nav id="page_navigation" class="page_navigation">
<a href="/#">Home</a>
<a href="/#pro">Subscriptions</a>
<a href="/#prepaid">For creators</a>
<a href="/home#">Home</a>
<a href="/home#pro">Get Premium</a>
<hr />
{{if .Authenticated}}
<a href="/user">{{.User.Username}}</a>
@@ -21,7 +20,6 @@
{{else}}
<a href="/login">Login</a>
<a href="/register">Register</a>
<a href="/history">Upload History</a>
{{end}}
<hr />
<a href="/about">Questions & Answers</a>