|
|
@ -47,9 +47,9 @@ const RoadMap = (props: Props) => { |
|
|
|
}); |
|
|
|
}); |
|
|
|
const styles1 = useSpring({ |
|
|
|
const styles1 = useSpring({ |
|
|
|
opacity: isVisible ? 1 : 0, |
|
|
|
opacity: isVisible ? 1 : 0, |
|
|
|
transform: isVisible ? "scaleY(1)" : "scaleY(0)", |
|
|
|
transform: isVisible ? "translateX(0%)" : "translateX(-100%)", |
|
|
|
config: { |
|
|
|
config: { |
|
|
|
duration: 500, |
|
|
|
duration: 700, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
@ -58,240 +58,385 @@ const RoadMap = (props: Props) => { |
|
|
|
className="container mx-auto text-white md:min-h-[60vh] animate-on-scroll my-20 w-[94%] " |
|
|
|
className="container mx-auto text-white md:min-h-[60vh] animate-on-scroll my-20 w-[94%] " |
|
|
|
id="roadmap" |
|
|
|
id="roadmap" |
|
|
|
> |
|
|
|
> |
|
|
|
<h1 className="text-4xl font-bold text-center hover:text-orange-400 pb-20 relative"> |
|
|
|
<h1 className="text-4xl font-bold text-center hover:text-orange-400 pb-8 relative"> |
|
|
|
Road Map |
|
|
|
Road Map |
|
|
|
</h1> |
|
|
|
</h1> |
|
|
|
<div className="max-tablet:flex max-tablet:flex-wrap max-tablet:justify-between max-tablet:pl-4 gap-5 max-tablet:h-full relative tablet:h-[716px] desktop:h-[895px]"> |
|
|
|
<animated.div |
|
|
|
<div |
|
|
|
style={{ |
|
|
|
className="hidden tablet:block absolute top-[50%] left-[50%] translate-x-[-50%] translate-y-[-50%] tablet:w-[880px] tablet:h-[280px] bg-cover bg-no-repeat bg-center desktop:w-[1020px] desktop:h-[325px]" |
|
|
|
...styles1, |
|
|
|
style={{ backgroundImage: `url(${backgroundRoadMap})` }} |
|
|
|
}} |
|
|
|
></div> |
|
|
|
> |
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[360px] tablet:left-[0px] desktop:top-[460px] desktop:left-[40px]"> |
|
|
|
<div className="flex flex-wrap justify-between sm:px-8 sm:grid sm:grid-cols-2 grid-flow-row gap-5 max-tablet:h-full relative tablet:h-[716px] desktop:h-[895px]"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="image-container hidden tablet:block absolute top-[50%] left-[50%] translate-x-[-50%] translate-y-[-50%] tablet:w-[880px] tablet:h-[280px] bg-cover bg-no-repeat bg-center desktop:w-[1026px] desktop:h-[327px]" |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
style={{ |
|
|
|
> |
|
|
|
backgroundImage: `url(${backgroundRoadMap})`, |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
filter: "hue-rotate(183deg)", |
|
|
|
Q2 2023 |
|
|
|
}} |
|
|
|
</span> |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
<div className=" tablet:absolute tablet:top-[360px] tablet:left-[0px] desktop:top-[460px] desktop:left-[00px]"> |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
<div |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
style={{ |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
Form teams |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
|
|
|
|
}} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
|
|
|
|
{t("Q2-2023-Header")} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
Ideas & concept |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("Q2-2023-Title1")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("Q2-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className=" tablet:absolute tablet:top-[20px] tablet:left-[60px] desktop:top-[100px] desktop:left-[100px]"> |
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[40px] tablet:left-[60px] desktop:top-[120px] desktop:left-[100px]"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
}} |
|
|
|
July 2023 |
|
|
|
> |
|
|
|
</span> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
</div> |
|
|
|
{t("T7-2023-Header")} |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Complete POC{" "} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Launch Hospital Contract Testnet V1 |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Publish Blue Paper in International Conference |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
Pitch Deck Release |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T7-2023-Title1")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T7-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T7-2023-Title3")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T7-2023-Title4")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className=" tablet:absolute tablet:top-[530px] tablet:left-[100px] desktop:top-[620px] desktop:left-[140px] "> |
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[530px] tablet:left-[140px] desktop:top-[620px] desktop:left-[240px] "> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
}} |
|
|
|
Aug 2023 |
|
|
|
> |
|
|
|
</span> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
</div> |
|
|
|
{t("T8-2023-Header")} |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Participate world finalist of WSEEC |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Publish White Paper |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Alpha Launching |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
Design Marketplace |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T8-2023-Title1")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T8-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T8-2023-Title3")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T8-2023-Title4")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className=" tablet:absolute tablet:top-[340px] tablet:left-[340px] tablet1:left-[400px] desktop:top-[424px] desktop:left-[420px] "> |
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[340px] tablet:left-[340px] tablet1:left-[400px] desktop:top-[424px] desktop:left-[444px] "> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
}} |
|
|
|
Sep & Oct 2023 |
|
|
|
> |
|
|
|
</span> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
</div> |
|
|
|
{t("T9&10-2023-Header")} |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Launch Marketplace Testnet |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Partnership expansion with clinics |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Fund raising (Angel) |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Community growth |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
ERC-20 Token Airdrop Campaign |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T9&10-2023-Title1")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T9&10-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T9&10-2023-Title3")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T9&10-2023-Title4")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T9&10-2023-Title5")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[20px] tablet:left-[362px] desktop:top-[90px] desktop:left-[500px] "> |
|
|
|
<div className=" tablet:absolute tablet:top-[20px] tablet:left-[362px] desktop:top-[80px] desktop:left-[500px] "> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
style={{ |
|
|
|
> |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
Nov 2023 |
|
|
|
}} |
|
|
|
</span> |
|
|
|
> |
|
|
|
</div> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px] desktop:max-w-[350px]"> |
|
|
|
{t("T11-2023-Header")} |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Launch Marketplace V2 Testnet |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
IDO and Token Listing |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px] desktop:max-w-[350px]"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
Staking |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
</div> |
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
alt="" |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
/> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
Customize products for hospitals and clinics |
|
|
|
{t("T11-2023-Title1")} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T11-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T11-2023-Title3")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T11-2023-Title4")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:bottom-[130px] tablet:right-[20px] desktop:right-[80px] desktop:bottom-[160px] "> |
|
|
|
<div className=" tablet:absolute tablet:bottom-[110px] tablet:right-[10px] desktop:right-[60px] desktop:bottom-[140px] "> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
style={{ |
|
|
|
> |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
Dec 2023 |
|
|
|
}} |
|
|
|
</span> |
|
|
|
> |
|
|
|
</div> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
{t("T12-2023-Header")} |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Beta Launching |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<img |
|
|
|
Partnership expansion with hospitals |
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
</span> |
|
|
|
src={dotOrange} |
|
|
|
</div> |
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
alt="" |
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
/> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
Co-branding Partnerships |
|
|
|
{t("T12-2023-Title1")} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T12-2023-Title2")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T12-2023-Title3")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className=" max-tablet:w-[40%] tablet:absolute tablet:top-[80px] tablet:right-[0px] desktop:right-[20px] desktop:top-[140px]"> |
|
|
|
<div className=" tablet:absolute tablet:top-[80px] tablet:right-[0px] desktop:right-[20px] desktop:top-[160px]"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
className="w-max bg-no-repeat px-8 py-[16px] bg-center bg-contain" |
|
|
|
style={{ backgroundImage: `url(${boderItem})` }} |
|
|
|
style={{ |
|
|
|
> |
|
|
|
backgroundImage: `url(${boderItem})`, |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
filter: "hue-rotate(180deg)", |
|
|
|
Jan 2024 |
|
|
|
}} |
|
|
|
</span> |
|
|
|
> |
|
|
|
</div> |
|
|
|
<span className="m-1 max-tablet:text-2xl tablet:text-[18px] desktop:text-[20px] font-bold"> |
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
{t("T1-2024-Header")} |
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img className="w-[14px] h-[12px]" src={dotOrange} alt="" /> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
Launch Mainnet V1 |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="flex flex-col gap-3 max-w-[280px]"> |
|
|
|
|
|
|
|
<div className="flex items-center gap-2"> |
|
|
|
|
|
|
|
<img |
|
|
|
|
|
|
|
className="w-[14px] h-[12px]" |
|
|
|
|
|
|
|
src={dotOrange} |
|
|
|
|
|
|
|
style={{ filter: "hue-rotate(180deg)" }} |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<span className="text-[18px] tablet:text-[14px] desktop:text-[18px]"> |
|
|
|
|
|
|
|
{t("T1-2024-Title1")} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</animated.div> |
|
|
|
{/* <animated.div |
|
|
|
{/* <animated.div |
|
|
|
id="timeline" |
|
|
|
id="timeline" |
|
|
|
style={{ ...styles }} |
|
|
|
style={{ ...styles }} |
|
|
|