From 77948127c2f85c43a2211064849aa4cfa2620fd3 Mon Sep 17 00:00:00 2001 From: barthiv73098 Date: Tue, 19 Nov 2019 14:43:58 +0100 Subject: [PATCH] Created new dirs. Added menu icons. --- balance.html => website/balance.html | 0 .../components}/icons/Logo_testo.png | Bin website/components/icons/balance.svg | 53 ++++++++++++++++++ .../components}/icons/caret-down-solid.svg | 0 website/components/icons/group.svg | 51 +++++++++++++++++ website/components/icons/home.svg | 51 +++++++++++++++++ website/components/icons/login.svg | 47 ++++++++++++++++ .../components}/icons/user-solid.svg | 0 group.html => website/group.html | 0 index.html => website/index.html | 8 +-- index_styles.css => website/index_styles.css | 11 +++- login.html => website/login.html | 0 .../registration.html | 0 13 files changed, 215 insertions(+), 6 deletions(-) rename balance.html => website/balance.html (100%) rename {components => website/components}/icons/Logo_testo.png (100%) create mode 100644 website/components/icons/balance.svg rename {components => website/components}/icons/caret-down-solid.svg (100%) create mode 100644 website/components/icons/group.svg create mode 100644 website/components/icons/home.svg create mode 100644 website/components/icons/login.svg rename {components => website/components}/icons/user-solid.svg (100%) rename group.html => website/group.html (100%) rename index.html => website/index.html (85%) rename index_styles.css => website/index_styles.css (93%) rename login.html => website/login.html (100%) rename registration.html => website/registration.html (100%) diff --git a/balance.html b/website/balance.html similarity index 100% rename from balance.html rename to website/balance.html diff --git a/components/icons/Logo_testo.png b/website/components/icons/Logo_testo.png similarity index 100% rename from components/icons/Logo_testo.png rename to website/components/icons/Logo_testo.png diff --git a/website/components/icons/balance.svg b/website/components/icons/balance.svg new file mode 100644 index 0000000..faa5a65 --- /dev/null +++ b/website/components/icons/balance.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/icons/caret-down-solid.svg b/website/components/icons/caret-down-solid.svg similarity index 100% rename from components/icons/caret-down-solid.svg rename to website/components/icons/caret-down-solid.svg diff --git a/website/components/icons/group.svg b/website/components/icons/group.svg new file mode 100644 index 0000000..be8c2ef --- /dev/null +++ b/website/components/icons/group.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/components/icons/home.svg b/website/components/icons/home.svg new file mode 100644 index 0000000..88512bb --- /dev/null +++ b/website/components/icons/home.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/components/icons/login.svg b/website/components/icons/login.svg new file mode 100644 index 0000000..2fa98c1 --- /dev/null +++ b/website/components/icons/login.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/icons/user-solid.svg b/website/components/icons/user-solid.svg similarity index 100% rename from components/icons/user-solid.svg rename to website/components/icons/user-solid.svg diff --git a/group.html b/website/group.html similarity index 100% rename from group.html rename to website/group.html diff --git a/index.html b/website/index.html similarity index 85% rename from index.html rename to website/index.html index 5e64a52..6cf3b2d 100644 --- a/index.html +++ b/website/index.html @@ -14,13 +14,13 @@ diff --git a/index_styles.css b/website/index_styles.css similarity index 93% rename from index_styles.css rename to website/index_styles.css index 37241df..913f888 100644 --- a/index_styles.css +++ b/website/index_styles.css @@ -5,7 +5,8 @@ } .menu_left_element { - width: 110px; + width: 90px; + height: 45px; display: inline-block; margin-left: 15px } @@ -17,9 +18,15 @@ margin-right: 25px; } +img { + display: block; + height: 100%; + width: 100%; +} + .menu_element_text { border-radius: 10px; - background-color: #8583FF; + /*background-color: #8583FF;*/ display: block; width: 100%; height: 100%; diff --git a/login.html b/website/login.html similarity index 100% rename from login.html rename to website/login.html diff --git a/registration.html b/website/registration.html similarity index 100% rename from registration.html rename to website/registration.html