These are supposed to be tools and the sort that will +make EFL University a little easier.
-These are supposed to be tools that will -make EFL University a little easier. + +diff --git a/src/_includes/navlist.md b/src/_includes/navlist.md
index 1615a79..b015d63 100644
--- a/src/_includes/navlist.md
+++ b/src/_includes/navlist.md
@@ -1,3 +1,3 @@
-- [Services](/services)
-- [Quick](/quick)
+- [Tools](/tools)
+- [Links](/links)
diff --git a/src/index.md b/src/index.md
index 054a996..c11cd42 100644
--- a/src/index.md
+++ b/src/index.md
@@ -3,11 +3,20 @@ layout: base
title: home
---
- These are supposed to be tools and the sort that will
+make EFL University a little easier.{{site.name}}
is called what it is
-because it's a free domain that happened
-to also be pretty catchy.
+
…someone has to make them and they are lazy
diff --git a/src/services/feemailformat.md b/src/tools/feemailformat.md similarity index 100% rename from src/services/feemailformat.md rename to src/tools/feemailformat.md diff --git a/static/site.css b/static/site.css index 485dc1d..f5ddbf6 100644 --- a/static/site.css +++ b/static/site.css @@ -1 +1 @@ -body{display:flex;flex-direction:column;justify-content:space-between;min-height:100dvh;min-height:100vh;}header{--spacing:.1rem;}header h1{--typography-spacing-vertical:0px;}footer h1{--typography-spacing-vertical:.3rem;--font-size:1rem;}main{flex-grow:1;} +body{display:flex;flex-direction:column;justify-content:space-between;min-height:100dvh;min-height:100vh;}header{--spacing:.1rem;}header h1{--typography-spacing-vertical:0px;}footer h1{--typography-spacing-vertical:.3rem;--font-size:1rem;}main{flex-grow:1;}.m-a{margin:auto;}