diff --git a/logic/login.php b/logic/login.php index e69de29..a516af0 100644 --- a/logic/login.php +++ b/logic/login.php @@ -0,0 +1,39 @@ + \ No newline at end of file diff --git a/logic/messages.php b/logic/messages.php new file mode 100644 index 0000000..214dbdc --- /dev/null +++ b/logic/messages.php @@ -0,0 +1,23 @@ +'. $string . ''; +} + +function backToPreviusPage($secs, $linkPage) { + return '

Coming back to the previous page in ' . $secs . ' seconds' . + + ''; + +} + +?> \ No newline at end of file diff --git a/logic/register.php b/logic/register.php index e69de29..85e835b 100644 --- a/logic/register.php +++ b/logic/register.php @@ -0,0 +1,47 @@ + \ No newline at end of file diff --git a/logic/sanitize.php b/logic/sanitize.php new file mode 100644 index 0000000..6d4cd4b --- /dev/null +++ b/logic/sanitize.php @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/login.html b/login.html index 39f18e2..adb32df 100644 --- a/login.html +++ b/login.html @@ -7,7 +7,6 @@ Log in -
@@ -18,11 +17,14 @@
-
- - - + + + +
+ + + \ No newline at end of file diff --git a/register.html b/register.html index a4d600e..e04647b 100644 --- a/register.html +++ b/register.html @@ -7,7 +7,6 @@ Register -
@@ -19,12 +18,14 @@
-
- - - - + + + + +
+ + \ No newline at end of file diff --git a/scripts/login.js b/scripts/login.js deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/register.js b/scripts/register.js deleted file mode 100644 index e69de29..0000000 diff --git a/styles.css b/styles.css index 85198fc..b86362b 100644 --- a/styles.css +++ b/styles.css @@ -32,6 +32,7 @@ header { width: 80px; height: 50px; clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%); + /* CREDITS FOR THE CLIP-PATH: https://bennettfeely.com/clippy/ ARROW FIGURE*/ position: absolute; top: 37px; left: 20px ;