From 462c0666a7430fa08ea0d1a47e2ac0d9af49e571 Mon Sep 17 00:00:00 2001 From: thebeyondr <19380973+thebeyondr@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:10:53 -0500 Subject: [PATCH 1/3] fix: :pencil2: Fix typo on home page --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 367661a..b9b2763 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -93,7 +93,7 @@ export default function IndexPage() { className="flex items-center justify-start gap-5 md:justify-center" >

- Atttend + Attend

Date: Thu, 29 Jun 2023 10:37:42 -0500 Subject: [PATCH 2/3] revert: :dizzy: Remove animation from `WhatWeDo` section --- components/sections/WhatWeDo.tsx | 61 +++++++++++++++----------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/components/sections/WhatWeDo.tsx b/components/sections/WhatWeDo.tsx index 71a9018..e7ba176 100644 --- a/components/sections/WhatWeDo.tsx +++ b/components/sections/WhatWeDo.tsx @@ -1,11 +1,5 @@ "use client" -import { useEffect } from "react" -import NextImage from "next/image" -import PSELogoCircle from "@/public/pse-logo-circle.svg" -import { gsap } from "gsap" -import { ScrollTrigger } from "gsap/ScrollTrigger" - import { cn } from "@/lib/utils" const content = [ @@ -30,33 +24,33 @@ const content = [ ] const WhatWeDo = () => { - useEffect(() => { - const mm = gsap.matchMedia() + // useEffect(() => { + // const mm = gsap.matchMedia() - mm.add("(min-width: 1024px)", () => { - gsap.registerPlugin(ScrollTrigger) - const tl = gsap.timeline({ - scrollTrigger: { - trigger: ".badge-start-trigger", - start: "top center", - end: "+=550", - scrub: 1, - // markers: true, - }, - }) + // mm.add("(min-width: 1024px)", () => { + // gsap.registerPlugin(ScrollTrigger) + // const tl = gsap.timeline({ + // scrollTrigger: { + // trigger: ".badge-start-trigger", + // start: "top center", + // end: "+=550", + // scrub: 1, + // // markers: true, + // }, + // }) - tl.from("#privacy", { fill: "#E1523A" }, "+=0.5") - .to(".badge-right", { y: 50, ease: "ease-out" }, "+=1") - .to("#privacy", { fill: "#111827", ease: "ease-out" }, "+=0.5") - .to(".badge-right", { y: 100, ease: "ease-out" }) - .to("#scaling", { fill: "#E1523A", ease: "ease-in" }) - .to(".badge-right", { y: 250, ease: "ease-out" }, "+=1") - .to(".badge-right", { y: 350, ease: "ease-out" }) - .to("#scaling", { fill: "#111827", ease: "ease-out" }) - .to("#explorations", { fill: "#E1523A", ease: "ease-in" }) - .to(".badge-right", { y: 550, ease: "ease-out" }) - }) - }, []) + // tl.from("#privacy", { fill: "#E1523A" }, "+=0.5") + // .to(".badge-right", { y: 50, ease: "ease-out" }, "+=1") + // .to("#privacy", { fill: "#111827", ease: "ease-out" }, "+=0.5") + // .to(".badge-right", { y: 100, ease: "ease-out" }) + // .to("#scaling", { fill: "#E1523A", ease: "ease-in" }) + // .to(".badge-right", { y: 250, ease: "ease-out" }, "+=1") + // .to(".badge-right", { y: 350, ease: "ease-out" }) + // .to("#scaling", { fill: "#111827", ease: "ease-out" }) + // .to("#explorations", { fill: "#E1523A", ease: "ease-in" }) + // .to(".badge-right", { y: 550, ease: "ease-out" }) + // }) + // }, []) return (
@@ -65,7 +59,10 @@ const WhatWeDo = () => {
{content.map((item, index) => ( -
+

{item.title}

{item.description}

From db0311b5aa3ed8dfe140458893481af9c282d07e Mon Sep 17 00:00:00 2001 From: Chiali Tsai Date: Thu, 29 Jun 2023 12:36:49 -0400 Subject: [PATCH 3/3] update home page promo link --- app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index b9b2763..5d53c3a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -52,11 +52,11 @@ export default function IndexPage() {

- Sangria: a Folding Scheme for PLONK + Diving into Plonk accumulation via aPlonk by Ralph Toledo

- Attend + Watch

-

PSE @ETHCC

+

PSE @ETH Global Paris