Skip to content

Commit

Permalink
Added new milestones to timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iafhurtado committed Nov 29, 2024
1 parent 4757503 commit 5105e74
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
10 changes: 10 additions & 0 deletions packages/nextjs/app/components/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ const About = () => {
</div>
<hr />
</li>
<li>
<hr />
<div className="timeline-middle">{/* SVG icon */}</div>
<div className="timeline-start mb-10 md:text-end ml-10">
<time className="font-mono italic">{t("timelineDate5")}</time>
<div className="text-lg font-black">{t("timelineTitle5")}</div>
{t("timelineDesc5")}
</div>
<hr />
</li>
</ul>
</div>
</div>
Expand Down
9 changes: 6 additions & 3 deletions packages/nextjs/app/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@
"timelineDate3": "March 21st, 2024",
"timelineTitle3": "Xocolatl is released on Base",
"timelineDesc3": "Thanks to the hard work from the community, and funding from the Optimism Foundation, Xocolatl is released on Coinbase’s Base Layer 2 network with complete support for the Base native assets, along with a new innovative dual peg system to enable liquid staking of the ETH that is held in reserve by the network.",
"timelineDate4": "August 21st, 2024",
"timelineTitle4": "First MIP-12 Passed",
"timelineDesc4": "The first-ever Xocolatl improvement proposal is passed by the DAO. A major milestone on the decentralization of Xocolatl and DeFi in Mexico.",
"timelineDate4": "October 30th, 2024",
"timelineTitle4": "La DAO team wins Based Latam Hackathon - CrediTalent is born",
"timelineDesc4": "the team of La DAO came together during this hackathon to create a new protocol that extends credit based solely on on-chain reputation using the Talent Protocol and XOC to disburse funds.",
"timelineDate5": "November 21st, 2024",
"timelineTitle5": "The Optimism Grants Council Approves $OP grant to La DAO",
"timelineDesc5": "The Optimism Grants Council has approved a grant to La DAO to build increase liquidity in OP Mainnet, foster builders using $XOC and to encourage word-of-mouth to increase adoption of the protocol.",

"quote1": "$XOC is one of the first proposals to",
"quote1Highlight": "revolutionize DeFi in Mexico.",
Expand Down
9 changes: 6 additions & 3 deletions packages/nextjs/app/locales/mx/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@
"timelineDate3": "21 de marzo de 2024",
"timelineTitle3": "Xocolatl se lanza en Base",
"timelineDesc3": "Gracias al arduo trabajo de la comunidad y al financiamiento de la Fundación Optimism, Xocolatl se lanza en la red Base Layer 2 de Coinbase con soporte completo para los activos nativos de Base, junto con un nuevo sistema de doble paridad innovador para habilitar la participación líquida del ETH que se mantiene en reserva por la red.",
"timelineDate4": "21 de agosto de 2024",
"timelineTitle4": "Primer MIP-12 Aprobado",
"timelineDesc4": "La primera propuesta de mejora de Xocolatl es aprobada por la DAO. Un hito importante en la descentralización de Xocolatl y DeFi en México.",
"timelineDate4": "30 de octubre de 2024",
"timelineTitle4": "El equipo de La DAO gana el Hackathon Based Latam - Nace CrediTalent",
"timelineDesc4": "El equipo de La DAO se unió durante este hackathon para crear un nuevo protocolo que extiende crédito basado únicamente en la reputación en cadena utilizando el Talent Protocol y XOC para desembolsar fondos.",
"timelineDate5": "21 de noviembre de 2024",
"timelineTitle5": "El Consejo de Becas de Optimism aprueba una beca de $OP a La DAO",
"timelineDesc5": "El Consejo de Becas de Optimism ha aprobado una beca a La DAO para aumentar la liquidez en OP Mainnet, fomentar a los constructores que usan $XOC y alentar la difusion del projecto para aumentar la adopción del protocolo.",

"quote1": "$XOC es una de las primeras propuestas para",
"quote1Highlight": "revolucionar DeFi en México.",
Expand Down

0 comments on commit 5105e74

Please sign in to comment.