diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 617e98d..9395a51 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -27,4 +27,7 @@ body { .categoriesOption{ @apply font-semibold py-[2.051vw] md:py-[0.625vw] w-[22.821vw] md:w-[8vw] mx-[0.5vw] md:mx-auto gap-2 rounded-[2.051vw] md:rounded-[0.521vw] border-[1px] border-primaryGreen text-primaryGreen text-[3.59vw] md:text-[1.055vw] } + .courses{ + @apply w-[87.69%] md:w-[81.04%] flex flex-col justify-center mt-[18vw] md:mt-[4.688vw] px-[3.846vw] md:px-[1.563vw] bg-[#F8F8F8] rounded-[3.846vw] md:rounded-[0.781vw] + } } diff --git a/components/Card.vue b/components/Card.vue index ef50aed..c475041 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -1,135 +1,174 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/components/courses-page/Courses-list.vue b/components/courses-page/Courses-list.vue new file mode 100644 index 0000000..e1571da --- /dev/null +++ b/components/courses-page/Courses-list.vue @@ -0,0 +1,92 @@ + + + \ No newline at end of file diff --git a/components/courses-page/Pagination.vue b/components/courses-page/Pagination.vue new file mode 100644 index 0000000..0f56429 --- /dev/null +++ b/components/courses-page/Pagination.vue @@ -0,0 +1,51 @@ + \ No newline at end of file diff --git a/components/courses-page/Sort-filter.vue b/components/courses-page/Sort-filter.vue new file mode 100644 index 0000000..7f2bd28 --- /dev/null +++ b/components/courses-page/Sort-filter.vue @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/components/home-page/About-us.vue b/components/home-page/About-us.vue index 24a9aab..fa97772 100644 --- a/components/home-page/About-us.vue +++ b/components/home-page/About-us.vue @@ -28,7 +28,7 @@
-