Skip to content
Snippets Groups Projects
Commit e40fe70c authored by Arianne Bayliss's avatar Arianne Bayliss
Browse files

adding js and updating html

parent a3092818
No related branches found
No related tags found
1 merge request!60Resolve "As a user I want to be authorized if I am a member"
function onLoad() {
document.getElementById('loginButton').addEventListener('click', clickLogin)
}
function clickLogin() {
}
\ No newline at end of file
...@@ -25,21 +25,13 @@ ...@@ -25,21 +25,13 @@
<form> <form>
<!-- Email input --> <!-- Email input -->
<div class="form-outline mb-4"> <div class="form-outline mb-4">
<<<<<<< HEAD
<input type="email" id="recordEmail" class="form-control" /> <input type="email" id="recordEmail" class="form-control" />
=======
<input type="email" id="form2Example1" class="form-control" />
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
<label class="form-label" for="form2Example1">Email address</label> <label class="form-label" for="form2Example1">Email address</label>
</div> </div>
<!-- Password input --> <!-- Password input -->
<div class="form-outline mb-4"> <div class="form-outline mb-4">
<<<<<<< HEAD
<input type="password" id="recordPassword" class="form-control" /> <input type="password" id="recordPassword" class="form-control" />
=======
<input type="password" id="form2Example2" class="form-control" />
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
<label class="form-label" for="form2Example2">Password</label> <label class="form-label" for="form2Example2">Password</label>
</div> </div>
...@@ -59,7 +51,7 @@ ...@@ -59,7 +51,7 @@
</div> </div>
<!-- Submit button --> <!-- Submit button -->
<button onclick="window.location.href='landingpage.html';" type="button" class="btn btn-light"> <button onclick="window.location.href='landingpage.html';" type="button" class="btn btn-light" id="loginButton">
<span class="spinner-grow spinner-grow-sm"></span> <span class="spinner-grow spinner-grow-sm"></span>
Sign in Sign in
</button> </button>
...@@ -68,8 +60,4 @@ ...@@ -68,8 +60,4 @@
<p>Not a member? <a href="#!">Register</a></p> <p>Not a member? <a href="#!">Register</a></p>
</form> </form>
</body> </body>
<<<<<<< HEAD
</html> </html>
=======
</html>
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment