|
@@ -34,40 +34,6 @@
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
-<!-- <template name="register">
|
|
|
|
- <div class="landing">
|
|
|
|
- <div class="container">
|
|
|
|
- <div class="about">
|
|
|
|
- <button class="button">About</button>
|
|
|
|
- </div>
|
|
|
|
- <h1>Register</h1>
|
|
|
|
- <form class="form">
|
|
|
|
- <input type="text" name="registerUsername" placeholder="Enter a username" onfocus="this.placeholder = ''" onblur="this.placeholder='Enter a username'" required/>
|
|
|
|
- <input type="email" name="registerEmail" placeholder="Enter your email" onfocus="this.placeholder = ''" onblur="this.placeholder='Enter your email'" required>
|
|
|
|
- <input type="password" name="registerPassword" placeholder="Enter a password" onfocus="this.placeholder = ''" onblur="this.placeholder='Enter a password'" required/>
|
|
|
|
- <button type="submit">Register</button>
|
|
|
|
- </form>
|
|
|
|
- <form>
|
|
|
|
- <button class="btn" id="facebook-login"><i class="fa fa-facebook pull-left"></i>Login with Facebook</button><p></p>
|
|
|
|
- <button class="btn" id="github-login"><i class="fa fa-github pull-left"></i>Login with Github</button>
|
|
|
|
- </form>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <ul class="bg-bubbles">
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- <li></li>
|
|
|
|
- </ul>
|
|
|
|
- </div>
|
|
|
|
-</template> -->
|
|
|
|
-
|
|
|
|
<template name="auth" id="auth">
|
|
<template name="auth" id="auth">
|
|
<div class="landing">
|
|
<div class="landing">
|
|
{{> login}}
|
|
{{> login}}
|