mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Update registration with new URLs and launch button
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://git.ngram.ca/OpenJam/servers" />
|
||||
<meta property="og:url" content="https://git.ngram.ca/OpenJam/rc-servers" />
|
||||
<meta property="og:title" content="Registration - Openjam" />
|
||||
<meta property="og:description" content="Create an account for third-party Robocraft servers" />
|
||||
<meta property="og:image" content="https://git.ngram.ca/OpenJam/servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||
<meta property="og:image" content="https://git.ngram.ca/OpenJam/rc-servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://git.ngram.ca/OpenJam/servers" />
|
||||
<meta property="twitter:card" content="summary" />
|
||||
<meta property="twitter:url" content="https://git.ngram.ca/OpenJam/rc-servers" />
|
||||
<meta property="twitter:title" content="Registration - Openjam" />
|
||||
<meta property="twitter:description" content="Create an account for third-party Robocraft servers" />
|
||||
<meta property="twitter:image" content="https://git.ngram.ca/OpenJam/servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||
<meta property="twitter:image" content="https://git.ngram.ca/OpenJam/rc-servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||
|
||||
|
||||
<title>OpenJam Registration</title>
|
||||
@@ -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 @@
|
||||
</div>
|
||||
|
||||
<div class="form-disclaimer">
|
||||
<p>By submitting, you agree to the <a href="https://git.ngram.ca/OpenJam/servers#privacy">privacy policy</a>.</p>
|
||||
<p>By submitting, you agree to the <a href="https://git.ngram.ca/OpenJam/rc-servers#privacy">privacy policy</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="form-submit">
|
||||
@@ -191,6 +208,7 @@
|
||||
<p>This project is not affiliated with FreeJam, Cardlife or Robocraft. We're just fixing their """sunset""".</p>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
<div class="footer">
|
||||
{{version}}
|
||||
|
||||
Reference in New Issue
Block a user