Improved frontpage

This commit is contained in:
Eduard Urbach 2017-06-25 16:56:42 +02:00
parent 8d0aa54333
commit ed184e1f60
5 changed files with 39 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -24,9 +24,9 @@ component LoggedInMenu(user *arn.User)
NavigationButton("Watching list", "/extension/embed", "home") NavigationButton("Watching list", "/extension/embed", "home")
NavigationButton("Dash", "/", "dashboard") NavigationButton("Dash", "/", "dashboard")
NavigationButton("Anime", "/anime", "television")
NavigationButton("Profile", "/+", "user") NavigationButton("Profile", "/+", "user")
NavigationButton("Forum", "/forum", "comment") NavigationButton("Forum", "/forum", "comment")
NavigationButton("Anime", "/anime", "television")
FuzzySearch FuzzySearch

View File

@ -1,7 +1,12 @@
component FrontPage component FrontPage
p Anime Notifier 4.0 is currently under construction. .frontpage
p h2 notify.moe
a(href="https://paypal.me/blitzprog", target="_blank", rel="noopener") Support the development
p img.screenshot(src="/images/elements/extension-screenshot.png", alt="Screenshot of the browser extension")
a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener") Source on GitHub
Login
.footer
a(href="https://paypal.me/blitzprog", target="_blank", rel="noopener") Support the development
span |
a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener") Source on GitHub

View File

@ -1,11 +1,19 @@
.login-buttons .frontpage
horizontal-wrap vertical
width 100% align-items center
justify-content center
.login-button h2
// font-size 2.5rem
font-weight normal
letter-spacing 3px
text-transform uppercase
.footer
text-align center
margin-top content-padding
.login-button-image .screenshot
max-width 236px max-width 100%
max-height 44px border-radius 3px
box-shadow shadow-medium
margin-bottom 2rem

11
pages/login/login.scarlet Normal file
View File

@ -0,0 +1,11 @@
.login-buttons
horizontal-wrap
width 100%
justify-content center
.login-button
//
.login-button-image
max-width 236px
max-height 44px