From 07b67eee74df0914754b760ab1178f1d2f374bbd Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 19 Oct 2023 13:06:50 -0400 Subject: fix naming --- css/website.css | 9 ++++++--- templates/home.html.twig | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/website.css b/css/website.css index bb4c639..c784443 100644 --- a/css/website.css +++ b/css/website.css @@ -182,15 +182,18 @@ a:hover { background-color: #0000004d; } -.reveal_content { -/* transform: translateY(100%); */ +.glow { animation: reveal 1.7s forwards; animation-delay: .5s; } +.h2t.glow { + animation-delay: 1s; +} + @keyframes reveal { from { - text-shadow: 0 0 0px #c7631700; + text-shadow: 0 0 0px transparent; } to { text-shadow: 0 0 100px; diff --git a/templates/home.html.twig b/templates/home.html.twig index 9d68d5b..ff817d1 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -18,7 +18,7 @@
-
+
{% set foo = page.content|raw %} {% set sp = foo|split(page.header.page_list_placeholder) %} {{sp[0]|raw}} -- cgit v1.2.3