Created
October 28, 2021 14:50
-
-
Save NyaGarcia/e1f37b15bee887265e02a0bf822fec11 to your computer and use it in GitHub Desktop.
MAking the register page look pretty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="background"> | |
<div class="login-container"> | |
<div class="form-container"> | |
<h1>Welcome to NgBytes Register</h1> | |
<h5>Register with your email</h5> | |
<ngbytes-login-form (formData)="register($event)"></ngbytes-login-form> | |
</div> | |
<div class="text-container"> | |
<h1>Hey Buddy</h1> | |
<p> | |
Already have an awesome account? Go ahead and click the button below to | |
sign in! | |
</p> | |
<button mat-button routerLink="/">Sign in</button> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment