diff --git a/WEB/View/src/CSS/LogSign.css b/WEB/View/src/CSS/Login.css similarity index 98% rename from WEB/View/src/CSS/LogSign.css rename to WEB/View/src/CSS/Login.css index 7d83603f..46c241b9 100644 --- a/WEB/View/src/CSS/LogSign.css +++ b/WEB/View/src/CSS/Login.css @@ -160,6 +160,7 @@ body { background: linear-gradient(270deg, transparent, #6090d1); animation: btn-anim3 1s linear infinite; animation-delay: 0.5s; + -webkit-animation: btn-anim3 1s linear infinite; } @keyframes btn-anim3 { diff --git a/WEB/View/src/pages/LogSign/Login.php b/WEB/View/src/pages/LogSign/Login.php index 8039d921..39a69c03 100644 --- a/WEB/View/src/pages/LogSign/Login.php +++ b/WEB/View/src/pages/LogSign/Login.php @@ -1,68 +1,52 @@  - + + - - Login - - - - - - - - -
-
-
-

Login

-
-
-
- - -
-
- - -
-
- - - - - - - Sign up - -
-
+ + Login + + + + + + + + + +
+ - - +
+ + + \ No newline at end of file diff --git a/WEB/View/src/pages/Main.php b/WEB/View/src/pages/Main.php index 848385e9..72dc8722 100644 --- a/WEB/View/src/pages/Main.php +++ b/WEB/View/src/pages/Main.php @@ -1,73 +1,47 @@  - - - - Scripted - - - - - - - - - -
- + + + + Scripted + + + + + + + -
- -
+ +
+ + +
+ +
-
- +
+ -

' .$_SESSION['pseudo'].'

+

' . $_SESSION['pseudo'] . '

'; - } - elseif (isset($_SESSION['role']) && $_SESSION['role'] == 'admin'){ - echo 'Profil' .$_SESSION['pseudo'].'

+ >' . $_SESSION['pseudo'] . '

Logout
'; - } - else { - echo ''; - } - ?> -
+ } else { + echo ''; + } + ?>
- +
+ - -
-
-
-

Scripted

-
- - - + +
+
+
+

Scripted

+
+ + +
@@ -236,4 +200,4 @@
- + \ No newline at end of file