Minor changes

This commit is contained in:
2017-06-20 11:13:56 +02:00
parent bed8ae4108
commit 6bd57a9135
5 changed files with 18 additions and 13 deletions

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

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

13
pages/webdev/webdev.pixy Normal file
View File

@ -0,0 +1,13 @@
component WebDev
h2.page-title WebDev
.light-button-group
a.light-button(href="https://developers.google.com/speed/pagespeed/insights/?url=https://notify.moe/&tab=desktop", target="_blank", rel="noopener")
Icon("external-link")
span Google PageSpeed
a.light-button(href="https://observatory.mozilla.org/analyze.html?host=notify.moe", target="_blank", rel="noopener")
Icon("external-link")
span Mozilla Observatory
a.light-button(href="https://html5.validator.nu/?doc=https://notify.moe", target="_blank", rel="noopener")
Icon("external-link")
span HTML5 Validator