From 66e47be6c963d38db3241f860eb3f1ce46192fb8 Mon Sep 17 00:00:00 2001
From: dalfuss
Date: Tue, 21 Oct 2025 16:19:23 +0200
Subject: [PATCH] added 'Events' section
---
assets/css/style.css | 33 +++++++++++++++
index.html | 95 ++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 125 insertions(+), 3 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index e77ebbf..8fdddaa 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -920,6 +920,39 @@ h1 {
max-width: 500px;
}
+hr {
+ color: white
+}
+
+.ConYes {
+ background-color: #06d6a0;
+ color: #222222;
+}
+
+.ConMaybe {
+ background-color: #ffd166;
+ color: #222222;
+}
+
+.ConNo {
+ background-color: #ef476f;
+ color: #222222;
+}
+
+.row {
+ display: table;
+ width: 100%; /*Optional*/
+ table-layout: fixed; /*Optional*/
+ border-spacing: 10px; /*Optional*/
+}
+.column {
+ display: table-cell;
+ text-align: center;
+ max-width: fit-content;
+ padding: 5px;
+ border-radius: 0.5em;
+}
+
/*-----------------------parallax-----------------------*/
/* credits: https://www.youtube.com/watch?v=aywzn9cf-_U */
#stars1 {
diff --git a/index.html b/index.html
index 6109285..784df0c 100644
--- a/index.html
+++ b/index.html
@@ -46,9 +46,9 @@
-
+
Elflinks :3
-
+
@@ -133,7 +133,96 @@
Spotify Stream Playlist
-
+
+
+
+
+ Events
+
+
+
Ich gehe safe
+
Ich gehe vielleicht
+
Ich gehe doch nicht
+
+
+
+
+
+
+
+
+ November 2025
+
+
+
+
+
+
+
+ Dezember 2025
+
+
+
+
+
+
+
+ Mai 2026
+
+
+
+
+
+
+
+
+ Juli 2026
+
+
+
+
+
+
+
+ September 2026
+
+
+