|
|
|
@ -12,9 +12,13 @@
|
|
|
|
|
<div class="screen__content">
|
|
|
|
|
|
|
|
|
|
<form method="POST" name="goBackHome" id="GoHome">
|
|
|
|
|
<input class="button" type="submit" value="Go Home"/>
|
|
|
|
|
<input type="hidden" name="action" value="goHome"/>
|
|
|
|
|
<button class="boutonHome">
|
|
|
|
|
<span class="button__text">Go Home</span>
|
|
|
|
|
<input type="hidden" name="action" value="goHome"/>
|
|
|
|
|
<i class="button__icon fas fa-chevron-right"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<form class="login" method="POST" name="signUpForm" id="signUpForm">
|
|
|
|
|
<div class="login__field">
|
|
|
|
|
<i class="login__icon fas fa-user"></i>
|
|
|
|
@ -30,13 +34,13 @@
|
|
|
|
|
<input type="hidden" name="action" value="signIn"/>
|
|
|
|
|
<i class="button__icon fas fa-chevron-right"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
<form class="login" method="POST" name="signUpForm" id="signUpForm">
|
|
|
|
|
<input class="button" type="submit" value="Sign Up"/>
|
|
|
|
|
<input type="hidden" name="action" value="accessSignUp"/>
|
|
|
|
|
<form class="droite" method="POST" name="signUpForm" id="signUpForm">
|
|
|
|
|
<button class="bouton" type="submit">
|
|
|
|
|
<span class="button__text">Sign up</span>
|
|
|
|
|
<input type="hidden" name="action" value="accessSignUp"/>
|
|
|
|
|
<i class="button__icon fas fa-chevron-right"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="screen__background">
|
|
|
|
|