Implemented ratings UI

This commit is contained in:
2017-06-08 11:51:34 +02:00
parent 74b405e4b4
commit 4a6e4378ce
12 changed files with 92 additions and 18 deletions

9
pages/awards/awards.go Normal file
View File

@ -0,0 +1,9 @@
package awards
import "github.com/aerogo/aero"
import "github.com/animenotifier/notify.moe/components"
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Awards())
}

8
pages/awards/awards.pixy Normal file
View File

@ -0,0 +1,8 @@
component Awards
h2.page-title Awards
ul
li
a(href="https://developers.google.com/speed/pagespeed/insights/?url=https://notify.moe/&tab=desktop", target="_blank", rel="noopener") Google PageSpeed
li
a(href="https://observatory.mozilla.org/analyze.html?host=notify.moe", target="_blank", rel="noopener") Mozilla Observatory