Move register to join

This commit is contained in:
Anthony Wang 2022-01-24 20:23:56 -06:00
parent 3201e4a1cf
commit 0f572a6420
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Register</title> <title>Join exozyme!</title>
<link href="/style.css" rel="stylesheet" type="text/css" /> <link href="/style.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
@ -14,16 +14,16 @@
</picture> </picture>
<br> <br>
<h2>Register a new account</h2> <h2>Join exozyme!</h2>
<p> <p>
Welcome to exozyme! Please use only lowercase letters and numbers for your username. After you have an account, <a href="https://exozy.me/about/">learn more about exozyme</a> or try our <a href="https://exozy.me/quickstart/">quickstart guide</a>. Welcome! Please use only lowercase letters and numbers for your username. After you have an account, <a href="https://exozy.me/about/">learn more about exozyme</a> or try our <a href="https://exozy.me/quickstart/">quickstart guide</a>.
</p> </p>
<form method="post" enctype="multipart/form-data"> <form method="post" enctype="multipart/form-data">
<p style="text-align:center;"> <p style="text-align:center;">
<label> <label>
Registration code Secret code
<br> <br>
<input type="text" name="code"> <input type="text" name="code">
</label> </label>
@ -78,11 +78,10 @@
</p> </p>
<br> <br>
<p style="text-align:center;"> <p style="text-align:center;">
<input type="submit" value="Register" style="font-family:monospace;" name="submit"> <input type="submit" value="Join!" style="font-family:monospace;" name="submit">
</p> </p>
</form> </form>
<script src="register.js"></script> <script src="script.js"></script>
</div> </div>
</body> </body>
</html> </html>

View file

@ -18,7 +18,7 @@
<h3>Join us!</h3> <h3>Join us!</h3>
<p> <p>
Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and registration code to setup your exozyme account. Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to setup your exozyme account.
</p> </p>
<br> <br>