Skip to content

Commit

Permalink
fix: login form
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Apr 8, 2024
1 parent 83ee935 commit 7c8c8da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ home_contact_field_tell_us=Tell us about your project
home_contact_field_send=Send
footer_lets_talk=Let's talk!
footer_contact=Contact info
auth_invalid_credentials=Invalid credentials
auth_login_title=Sign in
auth_field_email=Email address
auth_field_password=Password
auth_field_login=Sign in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


menu_projects=Projets
menu_contact=Contact
home_connect_title=Nous contacter
Expand Down Expand Up @@ -31,3 +29,8 @@ home_services_design_description=Nous d\u00E9signons de jolies interfaces modern
home_projects_category_all=Tous
home_team_headline=D\u00E9couvrir l'\u00E9quipe
home_contact_description=Nous adorions en savoir plus sur votre projet et vous aider \u00E0 lui donner vie. Remplissez le formulaire ci-dessous et nous reviendrons vers vous d\u00E8s que possible.
auth_invalid_credentials=Identifiants incorrects
auth_login_title=Connexion
auth_field_email=Adresse email
auth_field_password=Mot de passe
auth_field_login=Connexion
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body class="text-center">
<main class="form-signin w-100 m-auto">
<form method="post">
<img class="mb-4 logo-rounded" src="/img/logo.png" alt="logo" width="96" height="96">
<img class="mb-4 logo-rounded" src="/img/logo-bigger-alt.png" alt="logo" width="96" height="96">

<#nested>
</form>
Expand Down

0 comments on commit 7c8c8da

Please sign in to comment.