diff --git a/JS/app.js b/JS/slider.js
similarity index 78%
rename from JS/app.js
rename to JS/slider.js
index b8e39f3..dea39c1 100644
--- a/JS/app.js
+++ b/JS/slider.js
@@ -5,4 +5,4 @@ const output = document.getElementById("slider-value");
output.innerHTML = slider.value; // Display the default slider value
// Update the current slider value (each time you drag the slider handle)
-slider.addEventListener("input", () => output.innerText = slider.value );
\ No newline at end of file
+slider.addEventListener("input", () => output.innerHTML = slider.value);
\ No newline at end of file
diff --git a/docs/components.html b/docs/components.html
index 980d97c..94be0f4 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -9,7 +9,6 @@
gozo UI | Components
-
@@ -32,911 +31,43 @@
Components
-
-
Alert
-
An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
-
-
Filled Alert
-
-
-
-
- This is a Primary Alert !!
-
-
-
- This is a Secondary Alert !!
-
-
-
- This is a Success Alert !!
-
-
-
- This is a Warning Alert !!
-
-
-
- This is a Danger Alert !!
-
-
-
-
-
-
-
-
-
-
Outline Alert
-
-
-
- This is an outline Primary Alert !!
-
-
-
- This is an outline Secondary Alert !!
-
-
-
- This is an outline Success Alert !!
-
-
-
- This is an outline Warning Alert !!
-
-
-
- This is an outline Danger Alert !!
-
-
-
-
-
-
-
-
-
-
-
-
-
Avatar
-
Avatars are used to identify movers and for users to navigate to find their profile, account and details.
-
-
Round Avatar
-
-
-
-
-
-
-
-
-
-
-
-
-
Square Avatar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Badge
-
Badges contain numeric values and indicate a running tally, such as the number of messages or notifications.
-
-
-
-
Badge on Icon
-
-
-
-
- 5
-
-
-
-
-
13
-
-
-
-
-
2
-
-
-
-
-
13
-
-
-
-
-
56
-
-
-
-
-
-
-
-
-
-
Badge on Avatar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Button
-
Buttons allow users to take actions, and make choices, with a single tap.
-
-
Filled Buttons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Outline Buttons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Hovarable Outline Buttons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Link Button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Icon Button
-
-
-
-
-
-
-
-
-
-
-
-
-
Floating Action Button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Card
-
Cards can be of any shape, color and form. But in general, they all contain pictures, icons and some basic text information, such as title, user name and location information.
-
-
Text only Card
-
-
-
-
- Text only Card
-
-
-
- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
-
-
-
-
-
-
-
-
-
-
-
Card with Badge
-
-
-
-
- Card with Badge
-
-
-
- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
-
-
- 5
-
-
-
-
-
-
-
-
-
Card with Dismiss
-
-
-
-
- Card with dismiss
-
-
-
-
- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
-
-
-
-
-
-
-
-
-
-
-
Card with Image
-
-
-
-
-
-
-
- Card with Image
-
-
- Lorem ipsum dolor sit amet.
-
-
-
-
-
-
-
-
-
-
Card with Shadow
-
-
-
-
-
-
-
- Card with Shadow
-
-
- Lorem ipsum dolor sit amet.
-
-
-
-
-
-
-
-
-
-
Horizontal Card
-
-
-
-
-
-
-
-
- Horizontal Card
-
-
- Lorem ipsum dolor sit Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam, doloremque? amet consectetur adipisicing elit. Perspiciatis, odio.
-
-
-
-
-
-
-
-
-
-
-
Vertical Card
-
-
-
-
-
-
-
- Vertical Card
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil, necessitatibus?
-
An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
+
+
Filled Alert
+
+
+
+
+ This is a Primary Alert !!
+
+
+
+ This is a Secondary Alert !!
+
+
+
+ This is a Success Alert !!
+
+
+
+ This is a Warning Alert !!
+
+
+
+ This is a Danger Alert !!
+
+
+
+
+
+
+
+
+
+
Outline Alert
+
+
+
+ This is an outline Primary Alert !!
+
+
+
+ This is an outline Secondary Alert !!
+
+
+
+ This is an outline Success Alert !!
+
+
+
+ This is an outline Warning Alert !!
+
+
+
+ This is an outline Danger Alert !!
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/components/avatar.html b/docs/components/avatar.html
new file mode 100644
index 0000000..0af944b
--- /dev/null
+++ b/docs/components/avatar.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+ gozo UI | Avatar
+
+
+
+
+
+
+
+
+
+
+
+
Avatar
+
Avatars are used to identify movers and for users to navigate to find their profile, account and details.
+
+
Round Avatar
+
+
+
+
+
+
+
+
+
+
+
+
+
Square Avatar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/components/badge.html b/docs/components/badge.html
new file mode 100644
index 0000000..a37e25f
--- /dev/null
+++ b/docs/components/badge.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+ gozo UI | Badge
+
+
+
+
+
+
+
+
+
+
+
+
Badge
+
Badges contain numeric values and indicate a running tally, such as the number of messages or notifications.
+
+
+
+
Badge on Icon
+
+
+
+
+ 5
+
+
+
+
+
13
+
+
+
+
+
2
+
+
+
+
+
13
+
+
+
+
+
56
+
+
+
+
+
+
+
+
+
+
Badge on Avatar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/components/button.html b/docs/components/button.html
new file mode 100644
index 0000000..c9de13b
--- /dev/null
+++ b/docs/components/button.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+ gozo UI | Button
+
+
+
+
+
+
+
+
+
+
+
+
+
Button
+
Buttons allow users to take actions, and make choices, with a single tap.
+
+
Filled Buttons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Outline Buttons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hovarable Outline Buttons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Link Button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Icon Button
+
+
+
+
+
+
+
+
+
+
+
+
+
Floating Action Button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/components/card.html b/docs/components/card.html
new file mode 100644
index 0000000..2c17a41
--- /dev/null
+++ b/docs/components/card.html
@@ -0,0 +1,289 @@
+
+
+
+
+
+
+
+
+ gozo UI | Card
+
+
+
+
+
+
+
+
+
+
+
+
+
Card
+
Cards can be of any shape, color and form. But in general, they all contain pictures, icons and some basic text information, such as title, user name and location information.
+
+
Text only Card
+
+
+
+
+ Text only Card
+
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
+
+
+
+
+
+
+
+
+
+
+
Card with Badge
+
+
+
+
+ Card with Badge
+
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
+
+
+ 5
+
+
+
+
+
+
+
+
+
Card with Dismiss
+
+
+
+
+ Card with dismiss
+
+
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, dicta!
+
+
+
+
+
+
+
+
+
+
+
Card with Image
+
+
+
+
+
+
+
+ Card with Image
+
+
+ Lorem ipsum dolor sit amet.
+
+
+
+
+
+
+
+
+
+
Card with Shadow
+
+
+
+
+
+
+
+ Card with Shadow
+
+
+ Lorem ipsum dolor sit amet.
+
+
+
+
+
+
+
+
+
+
Horizontal Card
+
+
+
+
+
+
+
+
+ Horizontal Card
+
+
+ Lorem ipsum dolor sit Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam, doloremque? amet consectetur adipisicing elit. Perspiciatis, odio.
+
+
+
+
+
+
+
+
+
+
+
Vertical Card
+
+
+
+
+
+
+
+ Vertical Card
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil, necessitatibus?
+