Redesign home page
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 240 KiB |
BIN
res/static/img/inflating_star.xcf
Normal file
BIN
res/static/img/inflating_star.xcf
Normal file
Binary file not shown.
BIN
res/static/img/map.webp
Normal file
BIN
res/static/img/map.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
res/static/img/map.xcf
Normal file
BIN
res/static/img/map.xcf
Normal file
Binary file not shown.
@@ -190,15 +190,15 @@ pre>code {
|
||||
|
||||
.page_content {
|
||||
background: var(--body_background);
|
||||
border-radius: 8px;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.page_content,
|
||||
.page_margins,
|
||||
footer {
|
||||
margin-right: 16px;
|
||||
margin-left: 16px;
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user