diff --git a/django/src/ft_auth/templates/login.html b/django/src/ft_auth/templates/login.html index c517b310..9cf88d20 100644 --- a/django/src/ft_auth/templates/login.html +++ b/django/src/ft_auth/templates/login.html @@ -1,30 +1,47 @@ {% extends "./extends/base.html" %} {% block content %} -

Login

- -
-
- {% csrf_token %} -
- - -
-
- - -
- -
-

Or

+
+

Bottom text

+
+
+
+
+
+

Login

+
+
+ {% csrf_token %} +
+ + +
+ +
+ + +
-
- Login with 42 + + +
+ +
+

Don't have an account yet ? Try registering

+
+
+

or + Login with 42 logo +

+
+
-{% endblock %} + + +{% endblock %} \ No newline at end of file diff --git a/django/src/ft_auth/templates/register.html b/django/src/ft_auth/templates/register.html index 2b20f842..7f29b71d 100644 --- a/django/src/ft_auth/templates/register.html +++ b/django/src/ft_auth/templates/register.html @@ -31,14 +31,24 @@

Register


-

Already have an account ? Try Already have an account ? Try logging in

+
+

or + Login with 42 logo +

+

Right Side

+
+

Right Side

+ +
+ + {% endblock %} \ No newline at end of file diff --git a/nginx/src/assets/42.svg b/nginx/src/assets/42.svg new file mode 100644 index 00000000..63c77a10 --- /dev/null +++ b/nginx/src/assets/42.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/nginx/src/css/register.css b/nginx/src/css/register.css deleted file mode 100644 index 5ff80c75..00000000 --- a/nginx/src/css/register.css +++ /dev/null @@ -1,21 +0,0 @@ -#page-container-wrapper { - display: flex; - height: calc(100vh - 67.5px); -} - -#register-side, #login-side { - flex: 1; - display: flex; - justify-content: center; - align-items: center; -} - -#register-side { - background-color: #f5f5f5; - display: flex; - flex-direction: column; -} - -#login-side { - background-color: #e0e0e0; -} \ No newline at end of file diff --git a/nginx/src/index.html b/nginx/src/index.html index 0263dd7a..b9fc8398 100644 --- a/nginx/src/index.html +++ b/nginx/src/index.html @@ -11,7 +11,6 @@ -