update
This commit is contained in:
+29
-15
@@ -14,8 +14,16 @@
|
||||
class="text-white bg-[#252731] flex justify-between items-center px-[1.25vw] h-[2.448vw]"
|
||||
>
|
||||
<div id="text" class="gap-x-[0.625vw] flex -ms-[0.052vw]">
|
||||
<span class="p-[0.573vw] text-[0.938vw]">شینان</span>
|
||||
<span class="p-[0.573vw] text-[0.938vw]">فروشگاه</span>
|
||||
<span class="p-[0.573vw] text-[0.938vw]">
|
||||
<a href="https://shinan.ir/">
|
||||
شینان
|
||||
</a>
|
||||
</span>
|
||||
<span class="p-[0.573vw] text-[0.938vw]">
|
||||
<a href="https://shop.shinan.ir">
|
||||
فروشگاه
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="contact" class="flex gap-x-[0.833vw] me-[0.052vw]">
|
||||
<span class="text-[0.833vw] flexBox gap-[0.5vw]">
|
||||
@@ -33,7 +41,10 @@
|
||||
stroke-miterlimit="10"
|
||||
/>
|
||||
</svg>
|
||||
تلفن: 67341</span
|
||||
تلفن:
|
||||
<a href="tel:+989399455727">5727 - 945 - 0939</a>
|
||||
|
||||
</span
|
||||
>
|
||||
|
|
||||
<span class="text-[0.833vw] flexBox gap-[0.5vw]">
|
||||
@@ -62,17 +73,20 @@
|
||||
/>
|
||||
</svg>
|
||||
|
||||
ShinanLearning@gmail.com</span
|
||||
<a href="mailto:info@shinan.ir">info@shinan.ir</a>
|
||||
</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex w-full justify-between h-100 px-[1.25vw] py-[0.625vw]">
|
||||
<img
|
||||
src="/images/Logo.png"
|
||||
alt="logo"
|
||||
class="h-[3.698vw] w-[3.698vw]"
|
||||
/>
|
||||
<a href="https://shinan.ir">
|
||||
<img
|
||||
src="/images/Logo.png"
|
||||
alt="logo"
|
||||
class="h-[3.698vw] w-[3.698vw]"
|
||||
/>
|
||||
</a>
|
||||
<div
|
||||
class="relative navigator flexBox gap-[2.2vw] text-[0.938vw] text-[#383E43] font-medium"
|
||||
>
|
||||
@@ -283,8 +297,8 @@
|
||||
|
||||
<nuxt-link to="/account" v-if="authUser">
|
||||
<img
|
||||
v-if="authUser.user.avatarMedia"
|
||||
:src="authUser.user.avatarMedia"
|
||||
v-if="authUser?.user?.avatarMedia"
|
||||
:src="authUser?.user?.avatarMedia"
|
||||
alt="profile"
|
||||
class="h-[3.698vw] w-[3.698vw] rounded-full p-[0.521vw]"
|
||||
/>
|
||||
@@ -338,17 +352,17 @@
|
||||
<div v-else class="cursor-pointer px-[1vw] pt-[2vw] space-y-[1.5vw]">
|
||||
<div
|
||||
@click="goToCourse(item?._id)"
|
||||
v-for="item in data.courses"
|
||||
v-for="item in data?.courses"
|
||||
:key="item.id"
|
||||
class="flex justify-between items-center"
|
||||
>
|
||||
<div class="flex gap-[0.5vw]">
|
||||
<img :src="item.image" alt="" class="h-[2.5vw] rounded-[0.2vw]" />
|
||||
<img :src="item?.image" alt="" class="h-[2.5vw] rounded-[0.2vw]" />
|
||||
<div>
|
||||
<p class="text-[0.8vw]">
|
||||
{{ item.name }}
|
||||
{{ item?.name }}
|
||||
</p>
|
||||
<p class="text-[0.6vw]">{{ item.categories[0].name }}</p>
|
||||
<p class="text-[0.6vw]">{{ item?.categories[0]?.name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-[0.7vw]">مشاهده دوره</p>
|
||||
|
||||
Reference in New Issue
Block a user