From 2f074245dfa3710010aaabe2ce762eb0d9032ddd Mon Sep 17 00:00:00 2001 From: kevinnls Date: Fri, 13 Oct 2023 20:24:48 +0530 Subject: [PATCH] pretty home page --- src/_includes/navlist.md | 4 ++-- src/index.md | 19 ++++++++++++++----- static/site.css | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) 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/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;}