Skip to content

Commit c4deef2

Browse files
committed
fix(site): clean the mascot animation artwork
1 parent 431b2fe commit c4deef2

3 files changed

Lines changed: 1 addition & 27 deletions

File tree

792 KB
Binary file not shown.
-807 KB
Binary file not shown.

apps/site/src/App.vue

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,8 @@ onUnmounted(() => {
269269
@play="heroVideoPlaying = true"
270270
@pause="heroVideoPlaying = false"
271271
>
272-
<source src="/pythinker-hero-loop.mp4" type="video/mp4" />
272+
<source src="/pythinker-hero-clean-v2.mp4" type="video/mp4" />
273273
</video>
274-
<span class="hero-video-toggle-icon" aria-hidden="true">
275-
<svg viewBox="0 0 20 20">
276-
<path v-if="heroVideoPlaying" d="M5 4h3v12H5zM12 4h3v12h-3z" />
277-
<path v-else d="m6 4 10 6-10 6z" />
278-
</svg>
279-
</span>
280274
</button>
281275
<h1>Pythinker Code</h1>
282276
<p class="hero-accent">Think first, then code.</p>
@@ -805,26 +799,6 @@ onUnmounted(() => {
805799
pointer-events: none;
806800
}
807801
808-
.hero-video-toggle-icon {
809-
position: absolute;
810-
right: 4px;
811-
bottom: 4px;
812-
display: grid;
813-
width: 28px;
814-
height: 28px;
815-
border: 1px solid var(--hairline);
816-
border-radius: 50%;
817-
background: rgba(255, 255, 255, 0.92);
818-
box-shadow: 0 2px 8px rgba(16, 38, 60, 0.12);
819-
place-items: center;
820-
}
821-
822-
.hero-video-toggle-icon svg {
823-
width: 12px;
824-
height: 12px;
825-
fill: currentColor;
826-
}
827-
828802
.works-with {
829803
display: flex;
830804
width: 100%;

0 commit comments

Comments
 (0)