|
@@ -26,6 +26,7 @@
|
|
|
<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/>
|
|
|
+ <p>By registering, you agree to the Terms and Conditions and Privacy Policy.</p>
|
|
|
<button type="submit">Sign Up</button>
|
|
|
</form>
|
|
|
<button class="btn-social" id="facebook-login"><i class="fa fa-facebook pull-left"></i>Signup with Facebook</button><p></p>
|
|
@@ -49,7 +50,7 @@
|
|
|
|
|
|
<template name="dashboard">
|
|
|
<div class="landing">
|
|
|
- <div id="name-container"> <h1>{{currentUser.username}}{{currentUser.services.facebook.first_name}} {{currentUser.services.facebook.last_name}}{{currentUser.services.github.username}}<i class="fa fa-power-off logout" tooltip="Logout"></i></h1></div>
|
|
|
+ <div id="name-container"> <h1>{{currentUser.username}}{{currentUser.services.facebook.first_name}} {{currentUser.services.facebook.last_name}}{{currentUser.services.github.username}}<i class="fa fa-power-off logout" tooltip="Logout"></i>
|
|
|
<div class="row">
|
|
|
<div class="col-md-4">
|
|
|
<div class="station">
|