Skip to content

Commit f0873e2

Browse files
committed
updated text in sign in form
1 parent 743b0ab commit f0873e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sign_up/sign_up.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ <h4 class="input_section_head">Password</h4>
6969
<div class="sign_in_button_wrap flex"><button type="button" class="sign_up_button">Have an account?<font>Login with account</font></button></div>
7070
</form>
7171
<form class="input_form" data-formtype='signin' data-formstate = 'hidden'>
72-
<h2 class="input_wrapper_head">Get started with Acadmer</h2>
73-
<h4 class="input_wrapper_subhead">Start your 1 month free trial. No credit card required.</h4>
74-
<button id="google_sign_in_button" class="flex"><img class="google_logo"src="../assests/images/icons8-google.svg" alt="google logo"><span>Sign up with Google</span></button>
72+
<h2 class="input_wrapper_head">Hi,Welcome back !</h2>
73+
<h4 class="input_wrapper_subhead">Introduce a friend to Acadmer and 20% discount.</h4>
74+
<button id="google_sign_in_button" class="flex"><img class="google_logo"src="../assests/images/icons8-google.svg" alt="google logo"><span>Login with Google</span></button>
7575
<div class="seperater_wrapp flex">
7676
<div></div>
77-
<span>Or Sign up with Email</span>
77+
<span>Or login with Email</span>
7878
<div></div>
7979
</div>
8080
<div class="input_section">
@@ -101,7 +101,7 @@ <h4 class="input_section_head">Password</h4>
101101
<span class="error_message_text"></span>
102102
</div>
103103
</div>
104-
<div class="tc_wrap flex"><input type="checkbox" id="tc_checkbox"><label id="tc_checkbox_input" for="tc_checkbox">I agree to Terms and Conditions</label></div>
104+
<div class="tc_wrap flex"><input type="checkbox" id="tc_checkbox"><label id="tc_checkbox_input" for="tc_checkbox">Remember me</label></div>
105105
<input type="submit" class="submit_button" value="Login">
106106
<div class="sign_in_button_wrap flex"><button type="button" class="sign_up_button">Don't have an account?<font>create an account</font></button></div>
107107
</form>

0 commit comments

Comments
 (0)