From a6e430147ca6333c731ade99d89789a12b493dd3 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 13 Nov 2023 17:03:53 -0800 Subject: [PATCH] added componentized footer and header --- css/styles.css | 5 ++ index.html | 192 ++++++------------------------------------------- 2 files changed, 28 insertions(+), 169 deletions(-) diff --git a/css/styles.css b/css/styles.css index b5a91e1..03ba6d1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -349,3 +349,8 @@ input:checked + .drop + .menu-items { display: flex; } } +.e-mail:before { + content: attr(data-website) "\0040"attr(data-user); + unicode-bidi: bidi-override; + direction: rtl; +} diff --git a/index.html b/index.html index fb47eb4..f76b843 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,18 @@ + +
@@ -20,68 +31,20 @@ + + + -
- -
+
@@ -393,116 +356,7 @@
+
-