From bae54a9df4a50fec9576895624f0f474d7816764 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 28 Apr 2025 14:49:02 -0600 Subject: feat: add a header and a footer --- public/application.js | 2 +- public/index.html | 40 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/application.js b/public/application.js index ba478a8..7c27a6b 100644 --- a/public/application.js +++ b/public/application.js @@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', (event) => { }, computed: { heading: function() { - return this.sparkles.length == 0 ? "No Sparkles Sent" : "Recent Sparkles"; + return this.sparkles.length == 0 ? "Nothing to see here" : "Recent"; }, recentSparkles: function() { return this.sparkles.reverse(); diff --git a/public/index.html b/public/index.html index c918c7e..f35ab5d 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,17 @@
-

${ heading }

+
+
 
+
+
+

Share your gratitude

+

Sparkle someone with praise

+
+
+
 
+
+
@@ -28,6 +38,32 @@
- + -- cgit v1.2.3