From 98a61b7492096980357cea00c0e54f1ac90616d6 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Fri, 22 May 2026 15:09:48 +0200 Subject: [PATCH] Initial landing page --- README.md | 4 +++ index.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ robots.txt | 4 +++ sitemap.xml | 6 +++++ 4 files changed, 91 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..a062883 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# LeagueLedger Website + +Static landing page for `www.leagueledger.net`. + diff --git a/index.html b/index.html new file mode 100644 index 0000000..ee43f68 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + LeagueLedger | Loyalty, events, and rewards for leagues + + + + + + + + + +
+
LeagueLedger
+ +
+
+
+
+

Track participation. Reward momentum.

+

LeagueLedger helps leagues and event organizers manage teams, loyalty points, QR-code rewards, and standings from one focused web application.

+ Open production instance +
+ +
+
+

What it manages

+
+

Teams and members

Maintain profiles, teams, participation history, and OAuth-backed access.

+

QR-code rewards

Create redemption flows for attendance, promotions, rewards, and league events.

+

Leaderboards

Surface standings and progress in a way participants can understand at a glance.

+
+
+
+ + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8b54463 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://www.leagueledger.net/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..ca30ff4 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,6 @@ + + + + https://www.leagueledger.net/ + +