diff --git a/frontend/public/i18n/EN.txt b/frontend/public/i18n/EN.txt index 8ffb03d..870abdb 100644 --- a/frontend/public/i18n/EN.txt +++ b/frontend/public/i18n/EN.txt @@ -4,5 +4,5 @@ login.guest.login=log in login.guest.register=register login.guest.welcome=Please Register here login.success=You are now registered as $name - +login.guest.firstname= Firstname #===================================================== diff --git a/frontend/public/i18n/FR.txt b/frontend/public/i18n/FR.txt index caf4165..4f651ae 100644 --- a/frontend/public/i18n/FR.txt +++ b/frontend/public/i18n/FR.txt @@ -4,5 +4,5 @@ login.guest.login=s'identifier login.guest.register=s'enregistrer login.guest.welcome=Veuillez vous enregistrer ici login.success=Vous êtes maintenant identifié comme $name - +login.guest.firstrname= Prénom #===================================================== diff --git a/frontend/src/Login.vue b/frontend/src/Login.vue index 52e7e19..4c9250a 100644 --- a/frontend/src/Login.vue +++ b/frontend/src/Login.vue @@ -1,22 +1,85 @@ + + + - - SIGN IN - - USERNAME - + + + + SIGN IN + + USERNAME + + + + + PASSWORD + + + + Register + + + + + - - PASSWORD - - - - Register - - - + + + + WELCOME TO THE UNIVERSITY + + + + LASTNAME + + + + {{ forname }} + + + + PASSWORD + + + + Next page + + + Already Registered + + + + + E-MAIL + + + + ADDRESS + + + + COUNTRY + + + + Last page + + + Already Registered + + @@ -83,20 +146,24 @@ .register{ color:rgb(239,60,168); width: 100%; - align-items:center; display:flex; - justify-content: center; cursor: pointer; } -input[type = "submit"] { + +button , input[type = "submit"] { + margin-top:40px; + margin-bottom:20px; background-color: rgb(239,60,168); cursor: pointer; padding:10px; font-size:1.35em; + border:none; + border-radius:20px; + } -input[type = "submit"]:active{ +button:active , input[type = "submit"]:active{ opacity:0.8; }
USERNAME
PASSWORD
LASTNAME
{{ forname }}
E-MAIL
ADDRESS
COUNTRY