| 
									
										
										
										
											2019-01-13 14:00:30 -08:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							| 
									
										
										
										
											2019-01-13 14:00:30 -08:00
										 |  |  |     <meta charset="utf-8"> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2019-01-19 00:09:27 -08:00
										 |  |  |     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> | 
					
						
							| 
									
										
										
										
											2019-01-13 14:55:07 -08:00
										 |  |  |     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  |     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | 
					
						
							| 
									
										
										
										
											2019-01-18 15:37:53 -08:00
										 |  |  |     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | 
					
						
							| 
									
										
										
										
											2019-01-22 14:51:46 -08:00
										 |  |  |     <link rel="shortcut icon" href="img/favicon.ico"> | 
					
						
							| 
									
										
										
										
											2019-01-30 10:14:49 -08:00
										 |  |  |     <title>Sign Up</title> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  | <body> | 
					
						
							| 
									
										
										
										
											2019-01-20 11:44:29 -08:00
										 |  |  |     <nav class="navbar navbar-expand-sm navbar-dark bg-primary"> | 
					
						
							| 
									
										
										
										
											2019-01-30 10:14:49 -08:00
										 |  |  |         <div class="navbar-brand">Reimbursinator</div> | 
					
						
							| 
									
										
										
										
											2019-01-20 11:44:29 -08:00
										 |  |  |     </nav> | 
					
						
							| 
									
										
										
										
											2019-02-06 15:31:15 -08:00
										 |  |  |     <div class="container pt-3"> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  |         <div class="row"> | 
					
						
							|  |  |  |             <div class="col-sm-6 mx-auto"> | 
					
						
							|  |  |  |                 <div class="card bg-light text-dark"> | 
					
						
							|  |  |  |                     <div class="card-header"> | 
					
						
							|  |  |  |                         <h3>Please Sign Up</h3> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     <div class="card-body"> | 
					
						
							|  |  |  |                         <form class="form signup" autocomplete="off" action="index.html"> | 
					
						
							|  |  |  |                             <div class="form-group"> | 
					
						
							|  |  |  |                                 <label for="email">Email:</label> | 
					
						
							| 
									
										
										
										
											2019-01-26 18:18:59 -08:00
										 |  |  |                                 <input class="form-control" type="email" id="email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$" oninput="validateEmail(this);" required> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2019-02-06 15:31:15 -08:00
										 |  |  |                                 <label for="first_name">First Name:</label> | 
					
						
							|  |  |  |                                 <input class="form-control" id="first_name" type="text" name="first_name" required> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="form-group"> | 
					
						
							|  |  |  |                                 <label for="last_name">Last Name:</label> | 
					
						
							|  |  |  |                                 <input class="form-control" id="last_name" type="text" name="last_name" required> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="form-group"> | 
					
						
							|  |  |  |                                 <label for="password1">Password:</label> | 
					
						
							|  |  |  |                                 <input class="form-control" type="password" id="password1" name="password1" minlength="8" required> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2019-02-06 15:31:15 -08:00
										 |  |  |                                 <label for="password2">Confirm Password:</label> | 
					
						
							|  |  |  |                                 <input class="form-control" type="password" id="password2" name="password2" minlength="8" required> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                             <button type="submit" class="btn btn-primary">Submit</button> | 
					
						
							|  |  |  |                         </form> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     <div class="card-footer"> | 
					
						
							|  |  |  |                         Already registered? <a href="login.html">Log In</a> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2019-01-18 13:53:01 -08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-01-13 16:22:06 -08:00
										 |  |  | </body> | 
					
						
							| 
									
										
										
										
											2019-01-18 20:11:45 -08:00
										 |  |  | <script src="js/signupPage.js"></script> | 
					
						
							| 
									
										
										
										
											2019-01-21 21:18:34 -08:00
										 |  |  | </html> |