From 261c1c4e8b1b42bbc627dcb551cd0b0ed5d3abbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Thu, 12 Dec 2024 20:44:56 -0500 Subject: [PATCH] add rss feeds --- public/index.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 736385a..8b2b386 100644 --- a/public/index.html +++ b/public/index.html @@ -51,6 +51,41 @@ vertical-align: middle; } + .collection{ + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 3px; + grid-auto-rows: minmax(100px, auto); + background-color: #ffffff; + padding: 3px; + } + + .item p{ + display: none; + } + + .fedi{ + background-color: #ffffff11; + margin-bottom: 17px; + border-radius: 17px; + } + + .fedi p{ + margin: 0; + padding: 17px; + overflow-x: hidden; + } + + .fedi p.date{ + background-color: #9D9FA8; + padding: 3px; + padding-left: 17px; + } + + .item img{ + width: 100%; + } + @@ -69,7 +104,58 @@
Technology, sustainability and food, not always in that order
+

Videos

+
+

Photography

+
+

Fedi

+
- + + -- 2.45.3