From 71d8ecaea2d53389d7b719c677cd25deac3a2abc Mon Sep 17 00:00:00 2001 From: "NG (Graham)" Date: Sat, 27 Sep 2025 23:17:12 -0400 Subject: [PATCH] Update registration with new URLs and launch button --- Cargo.toml | 2 +- assets/templates/rc_register.html.hbs | 30 ++++++++++++--- assets/templates/rc_register_success.html.hbs | 37 ++++++++++++++++++- 3 files changed, 61 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac18efd..da4c730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [workspace.package] version = "0.4.0" edition = "2024" -repository = "https://git.ngram.ca/OpenJam/servers" +repository = "https://git.ngram.ca/OpenJam/rc-servers" license = "GPL-3.0-only" authors = ["NGnius "] readme = "README.md" diff --git a/assets/templates/rc_register.html.hbs b/assets/templates/rc_register.html.hbs index e259469..54b9764 100644 --- a/assets/templates/rc_register.html.hbs +++ b/assets/templates/rc_register.html.hbs @@ -9,17 +9,17 @@ - + - + - - + + - + OpenJam Registration @@ -116,6 +116,23 @@ background-color: black; color: lightgrey; } + .fake-button { + padding-top: 25px; + padding-left: 25px; + padding-right: 25px; + margin: 0 auto; + text-align: center; + font-size: 20px; + } + .fake-button-anchor { + width: 100%; + background-color: black; + color: lightgrey; + border: 1px solid white; + display: inline-block; + padding-top: 10px; + padding-bottom: 10px; + } footer { position: relative; min-width: 300px; @@ -180,7 +197,7 @@
-

By submitting, you agree to the privacy policy.

+

By submitting, you agree to the privacy policy.

@@ -191,6 +208,7 @@

This project is not affiliated with FreeJam, Cardlife or Robocraft. We're just fixing their """sunset""".

+