From 398fa7d10a74fb007399b50570bd1cbc84bebfe7 Mon Sep 17 00:00:00 2001 From: YueSteveYin Date: Mon, 21 Oct 2024 00:43:23 -0700 Subject: [PATCH] merge chagne --- layouts/_default/home.html | 175 +++++++++-------------------------- layouts/_default/person.html | 12 +-- layouts/_default/planet | 153 ++++++++++++++++++++++++++++++ 3 files changed, 202 insertions(+), 138 deletions(-) create mode 100644 layouts/_default/planet diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 2d814a1..e419cb4 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -8,7 +8,7 @@ style="background-image: url(/img/background/titleBackground.webp); text-align: center;" >

{{ .Title }} @@ -29,14 +29,14 @@

/>

-
+
{{ .Content }}
@@ -51,159 +51,70 @@

} -
- {{ $blkClass := `group relative block w-full p-2 text-center leading-tight duration-100 sm:w-64` }} - {{ $hedClass := `text-gray font-sans font-bold uppercase group-hover:text-white duration-100` }} + {{ $blkClass := `group relative block w-full border-8 border-gray bg-white p-2 text-center leading-tight shadow-md duration-100 hover:border-black sm:w-64` }} + {{ $svgWrapperClass := `text-blue group-hover:text-blue-darker` }} + {{ $hedClass := `text-blue font-sans font-bold uppercase group-hover:text-blue-darker duration-100` }} {{ $dekClass := `my-1 mx-auto max-w-xs font-serif text-g-7` }} -
- -