Skip to content

Instantly share code, notes, and snippets.

@spartanadvent
Last active March 13, 2017 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spartanadvent/364cf5117cc10623bc14 to your computer and use it in GitHub Desktop.
Save spartanadvent/364cf5117cc10623bc14 to your computer and use it in GitHub Desktop.
sign up
<header>
<div>
<img src=\"images/github_logo.png\">
<h1>SIGN UP FORM</h1>
</div>
</header>
<span>
<h3 class="form_item">Sign Up:</h3>
<input id="crud_input_username" class="form_item" type="text" placeholder="UserName"/>
<input id="crud_input_email" class="form_item" type="email" placeholder="Email"/>
<span id="alert_email" role="alert" class="alerts alert_hidden " > Email is Already in use</span>
<input id="crud_input_password" class="form_item" type="password" placeholder="Password"/>
<span id="alert_password" role="alert" class="alerts alert_hidden " > Password is Invalid</span>
<input id="crud_input_password_confirm" class="form_item" type="password" placeholder="Confirm Password"/>
<span id="alert_password_mismatch" role="alert" class="alerts alert_hidden " > Passwords do not match</span>
<span id="alert_blank" role="alert" class="alerts alert_hidden " > Required fields can not be blank</span>
<button id="crud_submit_sign_up" class="form_item" type="button">Sign Up</button>
<p>already on GITCRUD <a id="login_link" href="#">Login now</a></p>
</span>
@munashechinyama
Copy link

COOL DUDES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment