Improved frontpage
This commit is contained in:
parent
8d0aa54333
commit
ed184e1f60
BIN
images/elements/extension-screenshot.png
Normal file
BIN
images/elements/extension-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -24,9 +24,9 @@ component LoggedInMenu(user *arn.User)
|
||||
NavigationButton("Watching list", "/extension/embed", "home")
|
||||
|
||||
NavigationButton("Dash", "/", "dashboard")
|
||||
NavigationButton("Anime", "/anime", "television")
|
||||
NavigationButton("Profile", "/+", "user")
|
||||
NavigationButton("Forum", "/forum", "comment")
|
||||
NavigationButton("Anime", "/anime", "television")
|
||||
|
||||
FuzzySearch
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
component FrontPage
|
||||
p Anime Notifier 4.0 is currently under construction.
|
||||
p
|
||||
a(href="https://paypal.me/blitzprog", target="_blank", rel="noopener") Support the development
|
||||
.frontpage
|
||||
h2 notify.moe
|
||||
|
||||
p
|
||||
a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener") Source on GitHub
|
||||
img.screenshot(src="/images/elements/extension-screenshot.png", alt="Screenshot of the browser extension")
|
||||
|
||||
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
|
@ -1,11 +1,19 @@
|
||||
.login-buttons
|
||||
horizontal-wrap
|
||||
width 100%
|
||||
justify-content center
|
||||
.frontpage
|
||||
vertical
|
||||
align-items 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
|
||||
max-width 236px
|
||||
max-height 44px
|
||||
.screenshot
|
||||
max-width 100%
|
||||
border-radius 3px
|
||||
box-shadow shadow-medium
|
||||
margin-bottom 2rem
|
11
pages/login/login.scarlet
Normal file
11
pages/login/login.scarlet
Normal 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
|
Loading…
Reference in New Issue
Block a user