diff --git a/web/landing_page.css b/web/landing_page.css index eacbbc24..cc939eaf 100644 --- a/web/landing_page.css +++ b/web/landing_page.css @@ -2,12 +2,12 @@ body { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; margin: 0; } -nav { +header { background-color: {{.HeaderColor}}; color: #fff; font-size: 2rem; padding: 1rem; } -.main { +main { padding: 1rem; } diff --git a/web/landing_page.html b/web/landing_page.html index 7c5859ac..68c40170 100644 --- a/web/landing_page.html +++ b/web/landing_page.html @@ -1,21 +1,24 @@ - - + - + + {{.Name}} - -
- {{if .Description}}

{{.Description}}

{{end}} +
+

{{.Name}}

+
+
+ {{if .Description}}

{{.Description}}

{{end}} {{if .Version}}
Version: {{.Version}}
{{end}} -
    - {{ range .Links }} -
  • {{.Text}}{{if .Description}}: {{.Description}}{{end}}
  • - {{ end }} +
    +
      + {{ range .Links }} +
    • {{.Text}}{{if .Description}}: {{.Description}}{{end}}
    • + {{ end }}
    -
+