diff --git a/package.json b/package.json index 4cc3d38..796328d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "recharts": "^2.5.0", - "sort-by": "^0.0.2" + "sort-by": "^0.0.2", + "tailwindcss-filters": "^3.0.0" }, "devDependencies": { "@types/aos": "^3.0.4", diff --git a/src/i18n/en/home/roadmap.json b/src/i18n/en/home/roadmap.json index c67c38f..49c7a2d 100644 --- a/src/i18n/en/home/roadmap.json +++ b/src/i18n/en/home/roadmap.json @@ -31,5 +31,41 @@ "CEOAI Bot Creator and integration with AI." ] } - ] + ], + "Q2-2023-Header": "Q2 2023", + "Q2-2023-Title1": "Form teams", + "Q2-2023-Title2": "Ideas & concept", + + "T7-2023-Header": "July 2023", + "T7-2023-Title1": "Complete POC ", + "T7-2023-Title2": "Launch Hospital Contract Testnet V1", + "T7-2023-Title3": "Publish Blue Paper in International Conference", + "T7-2023-Title4": "Pitch Deck Release", + + "T8-2023-Header": "Aug 2023", + "T8-2023-Title1": "Participate world finalist of WSEEC", + "T8-2023-Title2": "Publish White Paper", + "T8-2023-Title3": "Alpha Launching", + "T8-2023-Title4": "Design Marketplace", + + "T9&10-2023-Header": "Sep & Oct 2023", + "T9&10-2023-Title1": "Launch Marketplace Testnet", + "T9&10-2023-Title2": "Partnership expansion with clinics", + "T9&10-2023-Title3": "Fund raising (Angel)", + "T9&10-2023-Title4": "Community growth", + "T9&10-2023-Title5": "ERC-20 Token Airdrop Campaign", + + "T11-2023-Header": "Nov 2023", + "T11-2023-Title1": "Launch Marketplace V2 Testnet", + "T11-2023-Title2": "IDO and Token Listing", + "T11-2023-Title3": "Staking", + "T11-2023-Title4": "Customize products for hospitals and clinics", + + "T12-2023-Header": "Dec 2023", + "T12-2023-Title1": "Beta Launching", + "T12-2023-Title2": "Partnership expansion with hospitals", + "T12-2023-Title3": "Co-branding Partnerships", + + "T1-2024-Header": "Jan 2024", + "T1-2024-Title1": "Launch Mainnet V1" } diff --git a/src/i18n/vi/home/roadmap.json b/src/i18n/vi/home/roadmap.json index 588db6c..493d323 100644 --- a/src/i18n/vi/home/roadmap.json +++ b/src/i18n/vi/home/roadmap.json @@ -31,5 +31,41 @@ "CEOAI Bot Creator và tích hợp với AI." ] } - ] + ], + "Q2-2023-Header": "Quý 2 - 2023", + "Q2-2023-Title1": "Hình thành nhóm", + "Q2-2023-Title2": "Ý tưởng và khái niệm", + + "T7-2023-Header": "7 - 2023", + "T7-2023-Title1": "Hoàn thành POC", + "T7-2023-Title2": "Phát hành Hospital Contract Testnet V1", + "T7-2023-Title3": "Xuất bản Blue Paper tại Hội nghị Quốc tế", + "T7-2023-Title4": "Phát hành Pitch Deck (Bài thuyết trình) ", + + "T8-2023-Header": "8 - 2023", + "T8-2023-Title1": "Tham gia vòng chung kết thế giới WSEEC", + "T8-2023-Title2": "Xuất bản White Paper (Báo cáo trắng)", + "T8-2023-Title3": "Ra mắt Alpha (Phiên bản thử nghiệm đầu tiên)", + "T8-2023-Title4": "Thiết kế Thị trường", + + "T9&10-2023-Header": "9 & 10 - 2023", + "T9&10-2023-Title1": "Phát hành Marketplace Testnet ", + "T9&10-2023-Title2": "Mở rộng đối tác với các phòng khám", + "T9&10-2023-Title3": "Gây quỹ (Angel)", + "T9&10-2023-Title4": "Mở rộng cộng đồng", + "T9&10-2023-Title5": "Chiến dịch Airdrop ERC-20 Token ", + + "T11-2023-Header": "11 - 2023", + "T11-2023-Title1": "Phát hành Marketplace V2 Testnet", + "T11-2023-Title2": "IDO và Đưa Token lên sàn", + "T11-2023-Title3": "Staking (Tham gia giao dịch đặt cọc)", + "T11-2023-Title4": "Tùy chỉnh sản phẩm cho bệnh viện và phòng khám", + + "T12-2023-Header": "12 - 2023", + "T12-2023-Title1": "Ra mắt Beta (Phiên bản thử nghiệm cuối cùng)", + "T12-2023-Title2": "Mở rộng đối tác với các bệnh viện", + "T12-2023-Title3": "Đối tác cùng thương hiệu ", + + "T1-2024-Header": "1 - 2024", + "T1-2024-Title1": "Ra mắt Mainnet V1" } diff --git a/src/shared/components/css/Roadmap.css b/src/shared/components/css/Roadmap.css index 81ffd6e..02ba0ab 100644 --- a/src/shared/components/css/Roadmap.css +++ b/src/shared/components/css/Roadmap.css @@ -132,3 +132,19 @@ top: 30%; } } + +/* .image-container { + position: relative; +} + +.image-container::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(6, 182, 212, 1); + mix-blend-mode: screen; + opacity: 0.5; +} */ diff --git a/src/shared/components/home/QnASection.tsx b/src/shared/components/home/QnASection.tsx index dd54634..8e5a851 100644 --- a/src/shared/components/home/QnASection.tsx +++ b/src/shared/components/home/QnASection.tsx @@ -186,7 +186,7 @@ const QnASection = (props: Props) => { className="container flex flex-col lg:flex-row w-[94%] animate-[5s_ease] min-h-[400px] mb-[100px] lg:justify-center mx-auto py-2 text-white " id="qna" > -