diff --git a/components/ui/Features/Cards.vue b/components/ui/Features/Cards.vue new file mode 100644 index 0000000..2dc2362 --- /dev/null +++ b/components/ui/Features/Cards.vue @@ -0,0 +1,161 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/Centered.vue b/components/ui/Features/Centered.vue new file mode 100644 index 0000000..e021447 --- /dev/null +++ b/components/ui/Features/Centered.vue @@ -0,0 +1,145 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/GridList.vue b/components/ui/Features/GridList.vue new file mode 100644 index 0000000..92d4c82 --- /dev/null +++ b/components/ui/Features/GridList.vue @@ -0,0 +1,269 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/GridListWithImage.vue b/components/ui/Features/GridListWithImage.vue new file mode 100644 index 0000000..b6be132 --- /dev/null +++ b/components/ui/Features/GridListWithImage.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/Media.vue b/components/ui/Features/Media.vue new file mode 100644 index 0000000..7661066 --- /dev/null +++ b/components/ui/Features/Media.vue @@ -0,0 +1,181 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/Simple.vue b/components/ui/Features/Simple.vue new file mode 100644 index 0000000..6f41714 --- /dev/null +++ b/components/ui/Features/Simple.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/components/ui/Features/TrustedBy.vue b/components/ui/Features/TrustedBy.vue new file mode 100644 index 0000000..f5a372c --- /dev/null +++ b/components/ui/Features/TrustedBy.vue @@ -0,0 +1,205 @@ + + + \ No newline at end of file diff --git a/components/ui/Pagination/Simple.vue b/components/ui/Pagination/Simple.vue index 02bc4b6..261d981 100644 --- a/components/ui/Pagination/Simple.vue +++ b/components/ui/Pagination/Simple.vue @@ -3,23 +3,23 @@
@@ -35,23 +35,23 @@ name: 'Simple', code: ` ` diff --git a/components/ui/Pagination/Table.vue b/components/ui/Pagination/Table.vue new file mode 100644 index 0000000..1190b70 --- /dev/null +++ b/components/ui/Pagination/Table.vue @@ -0,0 +1,59 @@ + + + \ No newline at end of file diff --git a/components/ui/Pagination/WithArrows.vue b/components/ui/Pagination/WithArrows.vue new file mode 100644 index 0000000..b7fc570 --- /dev/null +++ b/components/ui/Pagination/WithArrows.vue @@ -0,0 +1,85 @@ + + + \ No newline at end of file diff --git a/components/ui/Pagination/WithIcons.vue b/components/ui/Pagination/WithIcons.vue new file mode 100644 index 0000000..6d69bf6 --- /dev/null +++ b/components/ui/Pagination/WithIcons.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file diff --git a/components/ui/Pricing/Centered.vue b/components/ui/Pricing/Centered.vue new file mode 100644 index 0000000..202b940 --- /dev/null +++ b/components/ui/Pricing/Centered.vue @@ -0,0 +1,257 @@ + + + diff --git a/components/ui/Pricing/Checkbox.vue b/components/ui/Pricing/Checkbox.vue new file mode 100644 index 0000000..4485ae6 --- /dev/null +++ b/components/ui/Pricing/Checkbox.vue @@ -0,0 +1,155 @@ + + + \ No newline at end of file diff --git a/components/ui/Pricing/CheckboxWithDetails.vue b/components/ui/Pricing/CheckboxWithDetails.vue new file mode 100644 index 0000000..5ce0338 --- /dev/null +++ b/components/ui/Pricing/CheckboxWithDetails.vue @@ -0,0 +1,249 @@ + + + \ No newline at end of file diff --git a/components/ui/Pricing/SideBySide.vue b/components/ui/Pricing/SideBySide.vue new file mode 100644 index 0000000..44222f2 --- /dev/null +++ b/components/ui/Pricing/SideBySide.vue @@ -0,0 +1,377 @@ + + + \ No newline at end of file diff --git a/components/ui/Pricing/Simple.vue b/components/ui/Pricing/Simple.vue index f8d70fd..ed8ac03 100644 --- a/components/ui/Pricing/Simple.vue +++ b/components/ui/Pricing/Simple.vue @@ -1,126 +1,59 @@ @@ -131,126 +64,60 @@ export default { return { name: "Simple", code: ` -
-
-
-
-
-

- Casual +
+
+

Pricing Plan

+ +

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Alias quas magni libero consequuntur voluptatum velit amet id repudiandae ea, deleniti laborum in neque eveniet. +

+ +
+
+

Free

+ +

+ $0

-
-
- - Free - -
-
    -
  • - Up to 5 projects -
  • -
  • - Up to 10 collaborators -
  • -
  • - 2Gb of storage -
  • -
- -
+

Life time

-
-
-

- Professional + +

+ +
+

Premium

+ +

+ $40

-
-
- - $24.90 - - - /month - -
-
    -
  • - Up to 10 projects -
  • -
  • - Up to 20 collaborators -
  • -
  • - 10Gb of storage -
  • -
  • - Real-time collaborations -
  • -
- -
+

Per month

-
-
-

- Expert + +

+ +
+

Enterprise

+ +

+ $100

-
-
- - $49.90 - - - /month - -
-
    -
  • - Unlimited projects -
  • -
  • - Unlimited collaborators -
  • -
  • - Unlimited storage -
  • -
  • - Real-time collaborations -
  • -
  • - 24x7 Support -
  • -
- +

Life time

+ + +

-
`, + `, }; }, }; diff --git a/components/ui/Teams/Background.vue b/components/ui/Teams/Background.vue new file mode 100644 index 0000000..60d4cfb --- /dev/null +++ b/components/ui/Teams/Background.vue @@ -0,0 +1,287 @@ + + + \ No newline at end of file diff --git a/components/ui/Teams/Cards.vue b/components/ui/Teams/Cards.vue new file mode 100644 index 0000000..f46e46f --- /dev/null +++ b/components/ui/Teams/Cards.vue @@ -0,0 +1,343 @@ + + + \ No newline at end of file diff --git a/components/ui/Teams/Cards2x2.vue b/components/ui/Teams/Cards2x2.vue new file mode 100644 index 0000000..408ed4e --- /dev/null +++ b/components/ui/Teams/Cards2x2.vue @@ -0,0 +1,391 @@ + + + \ No newline at end of file diff --git a/components/ui/Teams/GridList.vue b/components/ui/Teams/GridList.vue new file mode 100644 index 0000000..accb637 --- /dev/null +++ b/components/ui/Teams/GridList.vue @@ -0,0 +1,647 @@ + + + \ No newline at end of file diff --git a/components/ui/Teams/SideBySide.vue b/components/ui/Teams/SideBySide.vue new file mode 100644 index 0000000..7fbdc26 --- /dev/null +++ b/components/ui/Teams/SideBySide.vue @@ -0,0 +1,79 @@ + + + \ No newline at end of file diff --git a/components/ui/Sections/OurTeam.vue b/components/ui/Teams/Simple.vue similarity index 100% rename from components/ui/Sections/OurTeam.vue rename to components/ui/Teams/Simple.vue diff --git a/components/ui/Teams/WithFilter.vue b/components/ui/Teams/WithFilter.vue new file mode 100644 index 0000000..2907895 --- /dev/null +++ b/components/ui/Teams/WithFilter.vue @@ -0,0 +1,283 @@ + + + \ No newline at end of file diff --git a/components/utilities/CodeSnippet.vue b/components/utilities/CodeSnippet.vue index 76b7781..59f9e46 100644 --- a/components/utilities/CodeSnippet.vue +++ b/components/utilities/CodeSnippet.vue @@ -1,6 +1,6 @@