Skip to content

Commit

Permalink
fix: safari css issue and double space before ponctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Oct 8, 2024
1 parent 20c90ae commit 0f3b5a4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 59 deletions.
10 changes: 2 additions & 8 deletions pwa/app/(con)/[locale]/con/2025/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import LookingSponsorCard from "components/con/home/LookingSponsorCard";
import { Partner, Speaker } from "types/con";
import { useContext } from "react";
import { LanguageContext } from "contexts/con/LanguageContext";
import Section, { SectionsContext } from "components/con/home/Section";
import Section from "components/con/home/Section";
import PictureGallery from "components/con/common/PictureGallery";
import Logo from "./Logo";
import AfterMovie from "app/con/2024/components/AfterMovie";
Expand All @@ -25,15 +25,14 @@ type HomePageProps = {

const HomePage = ({ speakers, partners, images }: HomePageProps) => {
const { t, Translate, locale } = useContext(LanguageContext);
const { isVisible } = useContext(SectionsContext);
return (
<>
<Section
className="flex flex-col text-white text-center justify-center items-center min-h-screen w-full relative overflow-hidden pt-12 pb-12"
section="home"
>
<div className="container relative z-10 flex flex-col items-center w-full md:flex-row md:gap-12">
<div className="w-4/5 my-6 md:mt-0 md:h-[90vh] md:w-1/2 lg:w-3/5 content-center">
<div className="w-4/5 my-6 md:mt-0 md:w-1/2 relative">
<Logo />
</div>
<div className="flex-1 flex flex-col items-center md:items-start">
Expand All @@ -49,11 +48,6 @@ const HomePage = ({ speakers, partners, images }: HomePageProps) => {
</Button>
</div>
</div>
<Web
className="absolute z-0 h-[80vh] -translate-x-1/2 -translate-y-1/2 top-[36%] left-[98%] opacity-60 pointer-events-none"
animated={true}
isVisible={isVisible("home")}
/>
</div>
<Wave className="absolute opacity-30 z-0 bottom-0 h-[60vh] right-[7%] top-[63%] -translate-y-1/2" />
</Section>
Expand Down
92 changes: 42 additions & 50 deletions pwa/app/(con)/[locale]/con/2025/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function Logo() {
return (
<div className="aspect-[108036/108497] mx-auto max-w-full max-h-full relative">
<>
<img
alt=""
src="/images/con/2025/2025.png"
Expand All @@ -13,6 +13,22 @@ export default function Logo() {
className="relative"
>
<defs>
<filter id="glow">
<feFlood
floodColor="rgb(255,255,128)"
floodOpacity="0.5"
in="SourceGraphic"
/>
<feComposite operator="in" in2="SourceGraphic" />
<feGaussianBlur stdDeviation="10" />
<feComponentTransfer result="glow1">
<feFuncA type="linear" slope="4" intercept="0" />
</feComponentTransfer>
<feMerge>
<feMergeNode in="glow1" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<linearGradient
id="Dégradé_sans_nom_14"
x1="303.78"
Expand Down Expand Up @@ -194,30 +210,11 @@ export default function Logo() {
strokeWidth="2.36"
d="M179.59 359.17H892.6800000000001V440.25H179.59z"
></path>
<text
<path
fill="#fff"
fontFamily="Raleway-ExtraBold, Raleway"
fontSize="40.75"
fontWeight="700"
transform="translate(273.06 415.65)"
>
<tspan x="0" y="0" letterSpacing=".09em">
SE
</tspan>
<tspan x="56.84" y="0" letterSpacing=".06em">
P
</tspan>
<tspan x="84.59" y="0" letterSpacing=".09em">
{" "}
18
</tspan>
<tspan x="150.85" y="0" letterSpacing=".08em">
-
</tspan>
<tspan x="171.14" y="0" letterSpacing=".09em">
19, 2025 | LILLE
</tspan>
</text>
strokeWidth="0"
d="M293.23 395.19c-.11-.11-.41-.31-.9-.61-.49-.3-1.1-.61-1.83-.94s-1.54-.61-2.4-.86c-.87-.24-1.74-.37-2.61-.37-1.14 0-2.02.2-2.63.61-.61.41-.92 1.01-.92 1.79 0 .49.14.9.41 1.22.27.33.66.62 1.16.88.5.26 1.13.5 1.87.71.75.22 1.61.46 2.59.73 1.38.38 2.63.79 3.75 1.24s2.06 1.01 2.85 1.67c.79.67 1.39 1.47 1.81 2.42.42.95.63 2.09.63 3.42 0 1.63-.31 3.01-.92 4.14-.61 1.13-1.42 2.04-2.42 2.73s-2.17 1.2-3.48 1.51c-1.32.31-2.67.47-4.05.47-1.06 0-2.14-.08-3.24-.24-1.1-.16-2.18-.4-3.24-.71-1.06-.31-2.09-.69-3.1-1.12s-1.93-.94-2.77-1.51l2.93-5.83c.14.14.5.39 1.1.77.6.38 1.33.76 2.2 1.14s1.85.72 2.93 1.02c1.09.3 2.19.45 3.3.45 2.36 0 3.54-.72 3.54-2.16 0-.54-.18-.99-.53-1.34-.35-.35-.84-.67-1.47-.96-.62-.29-1.36-.55-2.2-.79-.84-.24-1.77-.52-2.77-.81-1.33-.41-2.49-.85-3.46-1.32-.98-.47-1.79-1.02-2.45-1.65a5.925 5.925 0 01-1.45-2.16c-.31-.81-.47-1.77-.47-2.85 0-1.52.29-2.87.86-4.03a8.624 8.624 0 012.32-2.95c.98-.8 2.11-1.41 3.4-1.81 1.29-.41 2.65-.61 4.09-.61 1.03 0 2.04.1 3.02.29.98.19 1.91.43 2.79.73.88.3 1.72.64 2.51 1.02.79.38 1.49.76 2.12 1.14l-2.89 5.54zM324.89 409.78v5.87h-20.33v-28.93h19.97v5.87h-13.28v5.62h11.41v5.42h-11.41v6.15h13.65zM332.67 415.65v-28.93h12.35c1.39 0 2.66.29 3.81.86 1.15.57 2.15 1.32 2.97 2.24.83.92 1.48 1.97 1.96 3.14.48 1.17.71 2.35.71 3.55 0 1.28-.22 2.5-.67 3.67-.45 1.17-1.07 2.21-1.87 3.14-.8.92-1.77 1.66-2.91 2.2-1.14.54-2.4.81-3.79.81h-5.87v9.33h-6.68zm6.68-15.16h5.46c.79 0 1.47-.34 2.04-1.02.57-.68.86-1.67.86-2.97 0-.68-.09-1.26-.26-1.75-.18-.49-.41-.9-.71-1.22-.3-.33-.64-.56-1.02-.71-.38-.15-.76-.22-1.14-.22h-5.22v7.91zM390.9 409.78v5.87h-17.6v-5.87h5.79v-10.39c-.24.33-.63.66-1.16 1-.53.34-1.11.65-1.73.94-.63.29-1.27.52-1.94.69-.67.18-1.26.27-1.77.27v-6.03c.43 0 1-.15 1.69-.45.69-.3 1.38-.66 2.06-1.08.68-.42 1.29-.85 1.83-1.28.54-.43.88-.79 1.02-1.06h6.64v17.4h5.18zM418.61 406.89c0 1.39-.29 2.64-.86 3.75-.57 1.11-1.34 2.07-2.32 2.87s-2.12 1.42-3.42 1.85-2.69.65-4.16.65-2.81-.22-4.1-.67-2.42-1.08-3.4-1.89c-.98-.81-1.75-1.8-2.32-2.95-.57-1.15-.86-2.44-.86-3.85 0-.76.12-1.47.37-2.14.25-.67.56-1.27.96-1.81.39-.54.83-1.02 1.32-1.43.49-.41.96-.76 1.43-1.06-.9-.49-1.66-1.21-2.28-2.16-.63-.95-.94-1.96-.94-3.02 0-1.33.31-2.52.92-3.57a8.392 8.392 0 012.34-2.61c.95-.69 2.01-1.22 3.18-1.59 1.17-.37 2.31-.55 3.42-.55s2.25.18 3.42.53c1.17.35 2.23.88 3.18 1.57s1.73 1.56 2.34 2.59c.61 1.03.92 2.21.92 3.55 0 .54-.08 1.07-.24 1.59-.16.52-.39 1.01-.69 1.49-.3.48-.65.9-1.04 1.26-.39.37-.81.67-1.24.92.49.3.98.67 1.47 1.1.49.44.93.93 1.32 1.49.39.56.71 1.18.94 1.85.23.68.35 1.43.35 2.24zm-6.64-.41c0-1.14-.41-2.02-1.22-2.65-.81-.62-1.77-.94-2.85-.94-1.14 0-2.11.33-2.89.98-.79.65-1.18 1.54-1.18 2.65 0 .54.12 1.03.35 1.47.23.44.53.81.9 1.12.37.31.79.56 1.28.73.49.18 1 .27 1.55.27s1.1-.09 1.59-.27c.49-.18.92-.43 1.28-.75.37-.33.66-.71.88-1.16s.33-.93.33-1.45zm-7.29-11.33c0 .49.09.91.29 1.26s.43.65.73.88c.3.23.65.41 1.04.53s.78.18 1.16.18.77-.06 1.16-.18c.39-.12.75-.31 1.06-.55.31-.24.56-.54.75-.9.19-.35.29-.76.29-1.22 0-.79-.32-1.43-.96-1.94-.64-.5-1.41-.75-2.3-.75s-1.69.25-2.3.75c-.61.5-.92 1.15-.92 1.94zM426.11 407.38v-5.87h12.55v5.87h-12.55zM464.33 409.78v5.87h-17.6v-5.87h5.79v-10.39c-.24.33-.63.66-1.16 1-.53.34-1.11.65-1.73.94-.63.29-1.27.52-1.94.69-.67.18-1.26.27-1.77.27v-6.03c.43 0 1-.15 1.69-.45.69-.3 1.38-.66 2.06-1.08.68-.42 1.29-.85 1.83-1.28.54-.43.88-.79 1.02-1.06h6.64v17.4h5.18zM470.16 402.53c0-1.41.27-2.74.81-3.97a9.866 9.866 0 012.24-3.22c.95-.91 2.08-1.63 3.38-2.16 1.3-.53 2.72-.79 4.24-.79 1.68 0 3.19.31 4.52.94 1.33.63 2.46 1.52 3.38 2.69.92 1.17 1.63 2.61 2.12 4.32.49 1.71.73 3.64.73 5.79 0 2.53-.27 4.77-.79 6.74-.53 1.97-1.28 3.63-2.26 4.97-.98 1.34-2.17 2.37-3.59 3.08-1.41.71-3 1.06-4.77 1.06s-3.46-.37-4.99-1.1c-1.54-.73-2.89-1.79-4.05-3.18l3.67-4.16c.68.87 1.49 1.55 2.44 2.04s1.96.73 3.02.73c1.6 0 2.87-.57 3.81-1.71.94-1.14 1.43-2.76 1.49-4.85-.54.73-1.26 1.3-2.16 1.71-.9.41-1.94.61-3.14.61-1.44 0-2.78-.24-4.01-.73-1.24-.49-2.3-1.16-3.2-2.02-.9-.86-1.6-1.86-2.12-3.02-.52-1.15-.77-2.41-.77-3.77zm10.68-4.65c-.6 0-1.17.12-1.71.37-.54.24-1.02.58-1.43 1-.41.42-.73.92-.98 1.49s-.37 1.17-.37 1.79.12 1.2.35 1.73c.23.53.55.99.96 1.39.41.39.88.71 1.43.94.54.23 1.13.35 1.75.35s1.17-.12 1.71-.35c.54-.23 1.02-.54 1.43-.94.41-.39.73-.86.98-1.39.25-.53.37-1.11.37-1.73s-.12-1.22-.37-1.79c-.24-.57-.57-1.07-.98-1.49-.41-.42-.88-.75-1.43-1-.54-.24-1.11-.37-1.71-.37zM497.54 416.42c.08 0 .21-.01.39-.04.18-.03.35-.1.51-.2.16-.11.31-.25.43-.43s.2-.43.22-.75v-5.99h5.3v7.21c0 .95-.22 1.73-.67 2.34s-1 1.1-1.67 1.47-1.4.62-2.2.77c-.8.15-1.57.22-2.3.22v-4.6zM525 415.65c0-1.28.1-2.42.31-3.42.2-1 .55-1.93 1.04-2.77a9.15 9.15 0 011.94-2.32c.8-.71 1.8-1.39 3-2.04 1.28-.68 2.34-1.25 3.2-1.71.86-.46 1.54-.87 2.06-1.22s.88-.68 1.1-.98c.22-.3.33-.64.33-1.02 0-.76-.28-1.37-.84-1.83-.56-.46-1.34-.69-2.34-.69-1.14 0-2.13.28-2.97.84-.84.56-1.66 1.28-2.44 2.18l-4.12-4.81c.43-.49 1.01-.96 1.73-1.43.72-.46 1.54-.88 2.46-1.24.92-.37 1.94-.66 3.04-.88 1.1-.22 2.25-.33 3.44-.33 2.93 0 5.19.64 6.77 1.92 1.57 1.28 2.36 3 2.36 5.17 0 .9-.14 1.7-.43 2.4-.29.71-.66 1.34-1.12 1.89-.46.56-.98 1.05-1.57 1.47-.59.42-1.18.81-1.77 1.16-.41.24-.85.5-1.32.77-.48.27-.94.56-1.41.88-.46.31-.9.65-1.3 1-.41.35-.76.73-1.06 1.14h10.43v5.87h-20.5zM574.1 403.71c0 1.79-.27 3.44-.81 4.95s-1.29 2.81-2.24 3.91c-.95 1.1-2.08 1.96-3.38 2.57s-2.72.92-4.24.92-2.93-.31-4.22-.92c-1.29-.61-2.41-1.47-3.36-2.57-.95-1.1-1.7-2.4-2.24-3.91s-.81-3.16-.81-4.95.27-3.44.81-4.95c.54-1.51 1.29-2.81 2.24-3.91.95-1.1 2.07-1.96 3.36-2.59 1.29-.62 2.7-.94 4.22-.94s2.93.31 4.24.94c1.3.62 2.43 1.49 3.38 2.59.95 1.1 1.7 2.4 2.24 3.91.54 1.51.81 3.16.81 4.95zm-6.6 0c0-1.9-.38-3.44-1.14-4.62-.76-1.18-1.74-1.77-2.93-1.77s-2.21.59-2.97 1.77-1.14 2.72-1.14 4.62.38 3.44 1.14 4.6 1.75 1.75 2.97 1.75 2.17-.58 2.93-1.75c.76-1.17 1.14-2.7 1.14-4.6zM581.07 415.65c0-1.28.1-2.42.3-3.42.2-1 .55-1.93 1.04-2.77a9.15 9.15 0 011.94-2.32c.8-.71 1.8-1.39 3-2.04 1.28-.68 2.34-1.25 3.2-1.71.86-.46 1.54-.87 2.06-1.22s.88-.68 1.1-.98.33-.64.33-1.02c0-.76-.28-1.37-.84-1.83-.56-.46-1.34-.69-2.34-.69-1.14 0-2.13.28-2.97.84-.84.56-1.66 1.28-2.45 2.18l-4.12-4.81c.43-.49 1.01-.96 1.73-1.43.72-.46 1.54-.88 2.46-1.24.92-.37 1.94-.66 3.04-.88 1.1-.22 2.25-.33 3.44-.33 2.93 0 5.19.64 6.76 1.92s2.36 3 2.36 5.17c0 .9-.14 1.7-.43 2.4-.29.71-.66 1.34-1.12 1.89-.46.56-.98 1.05-1.57 1.47-.58.42-1.18.81-1.77 1.16-.41.24-.85.5-1.32.77-.48.27-.95.56-1.41.88-.46.31-.9.65-1.3 1-.41.35-.76.73-1.06 1.14h10.43v5.87h-20.5zM618.89 402.53c1.38 0 2.66.23 3.83.69 1.17.46 2.18 1.1 3.04 1.92s1.52 1.79 2 2.93c.48 1.14.71 2.4.71 3.79 0 1.47-.27 2.81-.82 4.01s-1.3 2.25-2.26 3.12c-.96.87-2.12 1.54-3.46 2.02-1.34.48-2.8.71-4.38.71-2.12 0-4.02-.42-5.71-1.26-1.68-.84-2.97-2.02-3.87-3.54l3.67-4.03c.79.95 1.71 1.71 2.75 2.28 1.05.57 2.11.86 3.2.86 1.25 0 2.26-.37 3.04-1.1.78-.73 1.16-1.71 1.16-2.93s-.36-2.1-1.08-2.81c-.72-.71-1.64-1.06-2.75-1.06-.73 0-1.42.16-2.06.49-.64.33-1.13.79-1.49 1.39h-5.66s.05-.31.16-.84.24-1.22.39-2.06c.15-.84.32-1.79.53-2.83.2-1.05.41-2.11.63-3.2.49-2.55 1.04-5.45 1.67-8.68h14.38v5.95h-9.66l-.86 4.93c.19-.19.52-.36 1-.51.47-.15 1.11-.22 1.89-.22zM649.04 420.95v-36.88h5.5v36.88h-5.5zM676.66 415.65v-28.93h6.68v23.06h14.02v5.87h-20.7zM704.29 415.65v-28.93h6.68v28.93h-6.68zM720.14 415.65v-28.93h6.68v23.06h14.02v5.87h-20.7zM747.77 415.65v-28.93h6.68v23.06h14.02v5.87h-20.7zM795.73 409.78v5.87H775.4v-28.93h19.97v5.87h-13.28v5.62h11.41v5.42h-11.41v6.15h13.65zM98.36 636.09c23.29-24.33 34.93-47.1 34.93-68.3 0-7.17-1.57-12.69-4.7-16.57-3.14-3.88-7.24-5.82-12.32-5.82-5.98 0-10.68 3.07-14.11 9.18-3.44 6.12-4.7 15.45-3.81 27.99H2.07c.9-27.77 6.94-50.61 18.14-68.52 11.2-17.91 25.75-31.05 43.67-39.41 17.91-8.36 37.62-12.54 59.12-12.54 38.22 0 66.21 9.18 83.97 27.54 17.76 18.36 26.65 41.88 26.65 70.54 0 30.16-9.63 58.45-28.89 84.87-19.26 26.42-43.37 48.75-72.33 66.96h102.56v80.17H3.41v-74.79c40.01-29.85 71.66-56.95 94.95-81.29zM291.61 506.43c21.95-29.56 55.76-44.34 101.44-44.34s79.12 14.86 101.22 44.56c22.09 29.71 33.14 70.25 33.14 121.6s-11.05 92.34-33.14 122.04c-22.1 29.71-55.84 44.56-101.22 44.56s-79.5-14.85-101.44-44.56c-21.95-29.71-32.92-70.38-32.92-122.04s10.97-92.26 32.92-121.82zm130.55 67.85c-4.78-12.09-14.49-18.14-29.11-18.14s-24.79 6.05-29.56 18.14c-4.78 12.09-7.17 30.08-7.17 53.97s2.39 42.32 7.17 54.42c4.77 12.09 14.63 18.14 29.56 18.14s24.33-6.05 29.11-18.14c4.77-12.09 7.17-30.23 7.17-54.42s-2.39-41.87-7.17-53.97zM648.33 636.09c23.29-24.33 34.93-47.1 34.93-68.3 0-7.17-1.57-12.69-4.7-16.57-3.14-3.88-7.24-5.82-12.32-5.82-5.97 0-10.68 3.07-14.11 9.18-3.44 6.12-4.7 15.45-3.81 27.99h-96.29c.89-27.77 6.94-50.61 18.14-68.52 11.2-17.91 25.75-31.05 43.67-39.41 17.92-8.36 37.62-12.54 59.12-12.54 38.22 0 66.21 9.18 83.97 27.54 17.76 18.36 26.65 41.88 26.65 70.54 0 30.16-9.63 58.45-28.89 84.87-19.26 26.42-43.37 48.75-72.33 66.96h102.56v80.17H553.37v-74.79c40.01-29.85 71.66-56.95 94.95-81.29zM1055.89 556.59H926.01v37.62c5.67-5.07 13.06-9.1 22.17-12.09 9.1-2.98 19.33-4.48 30.68-4.48 20.3 0 37.47 4.78 51.51 14.33 14.03 9.56 24.48 22.32 31.35 38.29 6.87 15.98 10.3 33.67 10.3 53.07 0 35.83-10.08 63.67-30.23 83.53s-47.85 29.78-83.08 29.78c-25.68 0-47.85-4.48-66.51-13.44-18.66-8.96-32.85-21.34-42.55-37.17-9.71-15.82-14.26-33.89-13.66-54.19h96.74c0 4.78 1.64 9.26 4.93 13.44 3.28 4.19 8.66 6.27 16.12 6.27s12.99-2.69 16.57-8.06c3.58-5.37 5.37-12.69 5.37-21.95 0-8.66-2.01-15.23-6.05-19.71-4.03-4.48-9.78-6.72-17.24-6.72-6.27 0-11.05 1.5-14.33 4.48-3.29 2.99-4.93 6.42-4.93 10.3h-96.74V469.25h219.45v87.33z"
></path>
<path
fill="#67cece"
strokeWidth="4"
Expand Down Expand Up @@ -369,33 +366,9 @@ export default function Logo() {
strokeWidth="4"
d="M1043.66 459.8c-4.01-4.09-8.43-7.8-13.3-11.12-14.04-9.55-31.2-14.33-51.51-14.33-11.35 0-21.57 1.5-30.68 4.48-9.11 2.99-16.5 7.02-22.17 12.09V413.3h129.88v-87.33H915.06"
></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1080.36 1084.97"
className="absolute left-0 top-0 w-full h-full stroke-white"
>
<defs>
<filter id="glow">
<feFlood
floodColor="rgb(255,255,128)"
floodOpacity="0.5"
in="SourceGraphic"
/>
<feComposite operator="in" in2="SourceGraphic" />
<feGaussianBlur stdDeviation="10" />
<feComponentTransfer result="glow1">
<feFuncA type="linear" slope="4" intercept="0" />
</feComponentTransfer>
<feMerge>
<feMergeNode in="glow1" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.3s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -404,6 +377,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.4s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -412,6 +386,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-0.2s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -420,6 +395,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-5s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -428,6 +404,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -436,6 +413,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.4s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -444,6 +422,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.2s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -452,6 +431,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.8s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -460,6 +440,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.3s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -468,6 +449,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.9s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -476,6 +458,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.6s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -484,6 +467,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-0.9s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -492,6 +476,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.7s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -500,6 +485,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.2s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -508,6 +494,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[0s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -516,6 +503,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.3s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -524,6 +512,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.6s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -532,6 +521,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-1.1s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -540,6 +530,7 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-0.2s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
Expand All @@ -548,13 +539,14 @@ export default function Logo() {
></path>
<path
fill="none"
stroke="white"
filter="url(#glow)"
className="animate-draw animation-delay-[-2.3s] stroke-dasharray-[30_700]"
strokeMiterlimit="10"
strokeWidth="4"
d="M1043.66 459.8c-4.01-4.09-8.43-7.8-13.3-11.12-14.04-9.55-31.2-14.33-51.51-14.33-11.35 0-21.57 1.5-30.68 4.48-9.11 2.99-16.5 7.02-22.17 12.09V413.3h129.88v-87.33H915.06"
></path>
</svg>
</div>
</>
);
}
Loading

0 comments on commit 0f3b5a4

Please sign in to comment.