create single page of courses

This commit is contained in:
HAM!DREZA
2024-05-18 16:02:45 +03:30
parent d46cce51ac
commit 81f0fd159c
38 changed files with 1918 additions and 294 deletions
@@ -0,0 +1,29 @@
<template>
<div class="flex items-center flex-col pb-[25vw] md:pb-[6vw]">
<div
class="flex flex-col flex-col-reverse md:flex-row justify-between w-[87.69%] md:w-[81.04%] mt-[8.2vw]"
>
<div
class="w-full md:w-[56.354vw] text-[#383E43] text-[1.055vw] leading-[1.582vw]"
>
<product-page-attended-coursesVideo />
<product-page-attended-coursesDownload-box />
<product-page-attended-coursesChats />
</div>
<div class="w-full md:w-[23.438vw]">
<product-page-attended-coursesHeadlines />
<product-page-attended-coursesProgress-bar />
</div>
</div>
</div>
</template>