From 8c2893557a5a03076746fcc91ca7db1edadae9e8 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 15:11:13 +0300 Subject: Replaced technology and language input fields with arrays and button elements --- .../profile-settings.component.html | 82 +++++++++++++--------- 1 file changed, 50 insertions(+), 32 deletions(-) (limited to 'src/app/components/profile-settings/profile-settings.component.html') diff --git a/src/app/components/profile-settings/profile-settings.component.html b/src/app/components/profile-settings/profile-settings.component.html index e792f9f..d42ba28 100644 --- a/src/app/components/profile-settings/profile-settings.component.html +++ b/src/app/components/profile-settings/profile-settings.component.html @@ -68,45 +68,63 @@ ▼ Edit Languages ▼
-
- - -
-
- No languages available! -
-
- Available languages: -
-
-
- {{ lang.name }} +
+
+ You haven't chosen any languages!
-
+
+ Chosen languages: +
+
+
+ {{ lang.name }} +
+
+
+
+
+ No languages available! +
+
+ Available languages: +
+
+
+ {{ lang.name }} +
+
+
-
- - -
-
- No technologies available! -
-
- Available technologies: -
-
-
- {{ tech.name }} +
+
+ You haven't chosen any technologies!
-
+
+ Chosen technologies: +
+
+
+ {{ tech.name }} +
+
+
+
+
+ No technologies available! +
+
+ Available technologies: +
+
+
+ {{ tech.name }} +
+
+
-- cgit v1.2.3