Skip to content

Commit 5b45158

Browse files
authored
chore: webinar updates (#187)
1 parent 56541c5 commit 5b45158

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

apps/webinar/app/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<UContainer>
1010
<div class="w-full grid grid-cols-1 lg:grid-cols-4 gap-4 items-center justify-center">
1111
<div class="mx-auto md:mx-0 mb-2 md:mb-0">
12-
<HeaderLogo />
12+
<Logo />
1313
</div>
1414

1515
<UButton
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<UContainer class="mt-10 flex flex-col md:flex-row gap-y-6 items-center justify-between">
3-
<HeaderLogo />
3+
<Logo />
44
<SocialButtons />
55
</UContainer>
66
</template>

apps/webinar/app/components/HeaderLogo.vue

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<svg
3+
xmlns="http://www.w3.org/2000/svg"
4+
viewBox="0 0 512 512"
5+
class="shrink-0 h-12 w-fit fill-red-600 motion-preset-pop"
6+
>
7+
<path d="M255 113c-57,60 -109,112 -235,87l0 0c-23,-7 -13,50 35,58l0 0c260,43 241,-131 375,-204l0 0c18,-13 -12,-25 -24,-26l0 0c-5,-1 -9,-1 -14,-1l0 0c-54,0 -97,44 -138,87zm-253 30c-2,14 -6,44 15,47l0 0 0 0c124,24 176,-41 234,-102l0 0c-33,-43 -78,-63 -120,-63l0 0c-63,0 -121,43 -129,117zm444 -67c-126,65 -133,252 -398,189l0 0c-27,-7 -4,47 39,58l0 0c243,53 268,-94 402,-205l0 0c21,-17 -1,-46 -27,-46l0 0c-5,0 -11,1 -16,4zm40 77c-81,83 -133,156 -217,182l0 0c-43,13 -97,15 -173,-1l0 0c-28,-6 0,38 42,46l0 0c66,11 136,3 197,-20l0 0c82,-31 176,-110 178,-198l0 0c-1,-11 -5,-17 -12,-17l0 0c-5,0 -10,3 -15,8zm-69 188c-97,55 -157,67 -267,50l0 0c-21,-3 -18,11 -2,20l0 0c97,55 228,25 287,-63l0 0c11,-16 12,-22 9,-22l0 0c-4,0 -15,7 -28,14zm-223 112c11,10 47,35 71,34l0 0c13,0 33,-13 45,-22l0 0c2,-1 4,-3 6,-4l0 0c8,-6 2,-9 -3,-8l0 0c-46,4 -78,0 -112,-11l0 0c-4,-1 -7,-2 -9,-2l0 0c-7,0 -5,6 3,13z" />
8+
</svg>
9+
</template>

apps/webinar/app/components/SpeakerCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="flex flex-col gap-2">
2+
<div class="flex flex-col gap-2 motion-preset-slide-up">
33
<!-- <img
44
:src="speaker.image"
55
alt=""

apps/webinar/app/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:reverse="true"
1111
:features="firstSectionItems"
1212
>
13-
<div class="p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg">
13+
<div class="p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg motion-preset-slide-right">
1414
Тут фото?
1515
</div>
1616
</UPageSection>
@@ -21,7 +21,7 @@
2121
orientation="horizontal"
2222
:features="secondSectionItems"
2323
>
24-
<div class="p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg">
24+
<div class="p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg motion-preset-slide-left">
2525
Тут фото?
2626
</div>
2727
</UPageSection>

0 commit comments

Comments
 (0)