Minor improvements

This commit is contained in:
Eduard Urbach 2017-10-06 06:49:11 +02:00
parent c0d57e51c9
commit e27e5a9256
3 changed files with 37 additions and 20 deletions

View File

@ -12,9 +12,9 @@ component Sidebar(user *arn.User)
SidebarButton("Forum", "/forum", "comment") SidebarButton("Forum", "/forum", "comment")
SidebarButton("Explore", "/explore", "th") SidebarButton("Explore", "/explore", "th")
SidebarButton("Artworks", "/artworks", "paint-brush") //- SidebarButton("Artworks", "/artworks", "paint-brush")
SidebarButton("Soundtracks", "/soundtracks", "headphones") SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("AMVs", "/amvs", "video-camera") //- SidebarButton("AMVs", "/amvs", "video-camera")
//- SidebarButton("Games", "/games", "gamepad") //- SidebarButton("Games", "/games", "gamepad")
SidebarButton("Users", "/users", "globe") SidebarButton("Users", "/users", "globe")
//- SidebarButton("Search", "/search", "search") //- SidebarButton("Search", "/search", "search")

View File

@ -3,6 +3,8 @@ component WebDev
h1.page-title WebDev h1.page-title WebDev
h2 Tests
.buttons .buttons
a.button.mountable(href="https://developers.google.com/speed/pagespeed/insights/?url=https://notify.moe/&tab=desktop", target="_blank", rel="noopener") a.button.mountable(href="https://developers.google.com/speed/pagespeed/insights/?url=https://notify.moe/&tab=desktop", target="_blank", rel="noopener")
Icon("external-link") Icon("external-link")
@ -12,4 +14,23 @@ component WebDev
span Mozilla Observatory span Mozilla Observatory
a.button.mountable(href="https://html5.validator.nu/?doc=https://notify.moe", target="_blank", rel="noopener") a.button.mountable(href="https://html5.validator.nu/?doc=https://notify.moe", target="_blank", rel="noopener")
Icon("external-link") Icon("external-link")
span HTML5 Validator span HTML5 Validator
h2 Browser Support
.buttons
a.button.mountable(href="http://caniuse.com/#feat=webp", target="_blank", rel="noopener")
Icon("external-link")
span WebP
a.button.mountable(href="http://caniuse.com/#feat=push-api", target="_blank", rel="noopener")
Icon("external-link")
span Push API
a.button.mountable(href="http://caniuse.com/#feat=serviceworkers", target="_blank", rel="noopener")
Icon("external-link")
span Service Worker
a.button.mountable(href="http://caniuse.com/#feat=intersectionobserver", target="_blank", rel="noopener")
Icon("external-link")
span Intersection Observer
a.button.mountable(href="http://caniuse.com/#feat=requestidlecallback", target="_blank", rel="noopener")
Icon("external-link")
span Request Idle Callback

View File

@ -12,10 +12,9 @@ var items = []*arn.Item{
Includes: Includes:
* Special highlight on the forums * Special highlight on the forums
* Customizable cover image for your profile * High priority for your personal suggestions
* Custom title for profile and forums * Access to the VIP channel on Discord
* Your suggestions will have a high priority * Early access to new features`,
* Access to the VIP channel on Discord`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRaritySuperior, Rarity: arn.ItemRaritySuperior,
Order: 1, Order: 1,
@ -30,10 +29,9 @@ Includes:
Includes: Includes:
* Special highlight on the forums * Special highlight on the forums
* Customizable cover image for your profile * High priority for your personal suggestions
* Custom title for profile and forums * Access to the VIP channel on Discord
* Your suggestions will have a high priority * Early access to new features`,
* Access to the VIP channel on Discord`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityRare, Rarity: arn.ItemRarityRare,
Order: 2, Order: 2,
@ -48,10 +46,9 @@ Includes:
Includes: Includes:
* Special highlight on the forums * Special highlight on the forums
* Customizable cover image for your profile * High priority for your personal suggestions
* Custom title for profile and forums * Access to the VIP channel on Discord
* Your suggestions will have a high priority * Early access to new features`,
* Access to the VIP channel on Discord`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityUnique, Rarity: arn.ItemRarityUnique,
Order: 3, Order: 3,
@ -66,10 +63,9 @@ Includes:
Includes: Includes:
* Special highlight on the forums * Special highlight on the forums
* Customizable cover image for your profile * High priority for your personal suggestions
* Custom title for profile and forums * Access to the VIP channel on Discord
* Your suggestions will have a high priority * Early access to new features`,
* Access to the VIP channel on Discord`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityLegendary, Rarity: arn.ItemRarityLegendary,
Order: 4, Order: 4,
@ -80,7 +76,7 @@ Includes:
Name: "Anime Support Ticket", Name: "Anime Support Ticket",
Price: 100, Price: 100,
Description: `Support the makers of your favourite anime by using an anime support ticket. Description: `Support the makers of your favourite anime by using an anime support ticket.
Anime Notifier uses 8% of the money to handle the transaction fees while the remaining 92% go directly Anime Notifier uses 10% of the money to handle the transaction fees while the remaining 90% go directly
to the studios involved in the creation of your favourite anime.`, to the studios involved in the creation of your favourite anime.`,
Icon: "ticket", Icon: "ticket",
Rarity: arn.ItemRarityRare, Rarity: arn.ItemRarityRare,