From 8b148d329f300b97b405dc46cd82270fdbf13e27 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Wed, 23 Oct 2024 20:27:23 +0300 Subject: [PATCH] UI: Removed labels; Added SVGs instead --- pages/index.html | 4 ++-- pages/login.html | 4 ++-- pages/register.html | 12 ++++++------ static/images/envelope-at.svg | 4 ++++ static/images/key.svg | 4 ++++ static/images/universal-access.svg | 3 +++ 6 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 static/images/envelope-at.svg create mode 100644 static/images/key.svg create mode 100644 static/images/universal-access.svg diff --git a/pages/index.html b/pages/index.html index d78f408..c4aad06 100644 --- a/pages/index.html +++ b/pages/index.html @@ -28,9 +28,9 @@ -
+ +
-
diff --git a/pages/login.html b/pages/login.html index e96fba6..f8268d6 100644 --- a/pages/login.html +++ b/pages/login.html @@ -9,12 +9,12 @@

Log in

-
+ Login

-
+ Password

diff --git a/pages/register.html b/pages/register.html index b48056a..932636e 100644 --- a/pages/register.html +++ b/pages/register.html @@ -7,18 +7,18 @@

Register

-
- + Login +

-
- + E-mail +

-
- + Password +

diff --git a/static/images/envelope-at.svg b/static/images/envelope-at.svg new file mode 100644 index 0000000..163c3ba --- /dev/null +++ b/static/images/envelope-at.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/images/key.svg b/static/images/key.svg new file mode 100644 index 0000000..b0d1e16 --- /dev/null +++ b/static/images/key.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/images/universal-access.svg b/static/images/universal-access.svg new file mode 100644 index 0000000..0d0d6ef --- /dev/null +++ b/static/images/universal-access.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file