diff --git a/site/pages/index.md b/site/pages/index.md index f281eab..f88d347 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -1,5 +1,7 @@ -# Welcome +# Zoey's Website -Welcome to the site! +Welcome to the site! It's still very much a work in progress. -Testing a change. +Links: + +- [GitHub](https://github.com/Zoeycode) diff --git a/site/static/site.css b/site/static/site.css index 2b8ee27..bf52da3 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -2,3 +2,22 @@ body { font-family: sans-serif; margin: 0; } + +header.main-header { + display: block; + padding: 4px; + background-color: #0ad; +} + +a { + text-decoration: none; +} + +a:hover, +a:focus { + text-decoration: underline; +} + +main.page { + margin: 8px; +} diff --git a/site/templates/base.hbs b/site/templates/base.hbs index 1c1b170..65bc59e 100644 --- a/site/templates/base.hbs +++ b/site/templates/base.hbs @@ -3,11 +3,18 @@ {{{head}}} + - {{{page}}} +
+ Zoey's website | + she/her +
+
+ {{{page}}} +