From 72b848847f12de1dd3bcd628c7d24213f088d0d6 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 27 May 2026 17:29:22 -0400 Subject: join form --- src/pages/FiraCodeNerdFontMono-Regular.ttf | Bin 2647492 -> 0 bytes src/pages/FiraMonoNerdFontMono-Regular.otf | Bin 0 -> 2278920 bytes src/pages/join/index.html | 73 +++++++++++++++++++++++++++++ src/templates/base.html | 6 +-- src/templates/page.html | 2 +- 5 files changed, 77 insertions(+), 4 deletions(-) delete mode 100644 src/pages/FiraCodeNerdFontMono-Regular.ttf create mode 100644 src/pages/FiraMonoNerdFontMono-Regular.otf create mode 100644 src/pages/join/index.html diff --git a/src/pages/FiraCodeNerdFontMono-Regular.ttf b/src/pages/FiraCodeNerdFontMono-Regular.ttf deleted file mode 100644 index 328e61d..0000000 Binary files a/src/pages/FiraCodeNerdFontMono-Regular.ttf and /dev/null differ diff --git a/src/pages/FiraMonoNerdFontMono-Regular.otf b/src/pages/FiraMonoNerdFontMono-Regular.otf new file mode 100644 index 0000000..9abf745 Binary files /dev/null and b/src/pages/FiraMonoNerdFontMono-Regular.otf differ diff --git a/src/pages/join/index.html b/src/pages/join/index.html new file mode 100644 index 0000000..6677f89 --- /dev/null +++ b/src/pages/join/index.html @@ -0,0 +1,73 @@ + + +join + + + + + + + +
+
+
+

Join the club.

+

Required fields are marked with an asterisk.

+
+ + + + + + +
+
+ diff --git a/src/templates/base.html b/src/templates/base.html index 146a7c9..56c89fc 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -12,15 +12,15 @@ } @font-face { - font-family: 'FiraCode Nerd Font Mono'; + font-family: 'FiraMono Nerd Font Mono'; font-weight: regular; - src: url("/FiraCodeNerdFontMono-Regular.ttf"); + src: url("/FiraMonoNerdFontMono-Regular.otf"); } body { background: black; color: white; - font-family: 'FiraCode Nerd Font Mono', monospace; + font-family: 'FiraMono Nerd Font Mono', monospace; font-size: 11pt; margin-left: 15%; margin-right: 15%; diff --git a/src/templates/page.html b/src/templates/page.html index 7854a72..40024c9 100644 --- a/src/templates/page.html +++ b/src/templates/page.html @@ -13,7 +13,7 @@

- made with <3 by rosa + made with <3 by rosa // view the source

-- cgit v1.3.1