Move register to join
This commit is contained in:
parent
3201e4a1cf
commit
0f572a6420
3 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Register</title>
|
||||
<title>Join exozyme!</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -14,16 +14,16 @@
|
|||
</picture>
|
||||
<br>
|
||||
|
||||
<h2>Register a new account</h2>
|
||||
<h2>Join exozyme!</h2>
|
||||
|
||||
<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>
|
||||
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<p style="text-align:center;">
|
||||
<label>
|
||||
Registration code
|
||||
Secret code
|
||||
<br>
|
||||
<input type="text" name="code">
|
||||
</label>
|
||||
|
@ -78,11 +78,10 @@
|
|||
</p>
|
||||
<br>
|
||||
<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>
|
||||
</form>
|
||||
<script src="register.js"></script>
|
||||
<script src="script.js"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<h3>Join us!</h3>
|
||||
<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>
|
||||
<br>
|
||||
|
||||
|
|
Reference in a new issue