From 44f902e9a8ac399dbf1cc674fac4b40b4eb3a989 Mon Sep 17 00:00:00 2001
From: Jake Walker
Date: Sat, 25 Jan 2025 16:11:07 +0000
Subject: [PATCH 1/2] add live map
---
_includes/livemap.html | 84 ++++++++++++++++++++++++++++++++++++++++++
_sass/_style.scss | 8 ++++
pages/index.html | 7 ++++
3 files changed, 99 insertions(+)
create mode 100644 _includes/livemap.html
diff --git a/_includes/livemap.html b/_includes/livemap.html
new file mode 100644
index 0000000..5c006ac
--- /dev/null
+++ b/_includes/livemap.html
@@ -0,0 +1,84 @@
+
+ Loading...
+
+
+
+
+
diff --git a/_sass/_style.scss b/_sass/_style.scss
index 216c471..2142a36 100644
--- a/_sass/_style.scss
+++ b/_sass/_style.scss
@@ -353,3 +353,11 @@ ol {
}
}
}
+
+.tooltip {
+ position: absolute;
+ background: var(--background-light);
+ color: var(--foreground);
+ padding: 5px;
+ display: none;
+}
diff --git a/pages/index.html b/pages/index.html
index a96ac9d..f5bbb9a 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -11,6 +11,13 @@
An online event where you can meet friends and work on something new
Join the Discord to add yourself to the map