From 08cd8895b28c6b81702499017c3d495c21969a5c Mon Sep 17 00:00:00 2001 From: Kevin Samuel Date: Fri, 13 Oct 2023 20:27:50 +0530 Subject: [PATCH] home (#9) * pretty home page * rearrange; services > tools & quick > links --- src/_includes/navlist.md | 4 ++-- src/index.md | 19 ++++++++++++++----- src/{quick.md => links.md} | 0 src/{services.md => tools.md} | 2 +- src/{services => tools}/feemailformat.md | 0 static/site.css | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) rename src/{quick.md => links.md} (100%) rename src/{services.md => tools.md} (85%) rename src/{services => tools}/feemailformat.md (100%) 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 --- -{{site.name}} is called what it is -because it's a free domain that happened -to also be pretty catchy. +
+

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/quick.md b/src/links.md similarity index 100% rename from src/quick.md rename to src/links.md diff --git a/src/services.md b/src/tools.md similarity index 85% rename from src/services.md rename to src/tools.md index d91f718..9ac8330 100644 --- a/src/services.md +++ b/src/tools.md @@ -14,7 +14,7 @@ little easier in this uni… maybe… -- [Fee Payment Email Format](/services/feemailformat) +- [Fee Payment Email Format](./feemailformat) MORE COMING SOON…

…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;}