create single page of courses
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user