Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/staging update from main #290

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions apps/academy/src/pages/tracks/rootstock-101/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,21 @@ There is also a growing set of open-source tools to make building on Rootstock e

<QuizStatusChecker
quiz="rootstock-101/1"
actionButton={{
href: "https://zealy.io/cw/developerdao/questboard",
text: "Claim on Zealy",
}}
successMessage={[
{
message: "You answered all the quiz questions correctly. Awesome job!",
},
{
message:
"To claim your XP tokens with Rootstock: share your success on Twitter and submit along with your secret code on Zealy.",
},
{
message: "Secret code: YTCY1J",
},
]}
partnerTwitterHandle="@rootstock_io"
/>
Expand Down
11 changes: 11 additions & 0 deletions apps/academy/src/pages/tracks/rootstock-101/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,21 @@ Since The Graph uses GraphQL, you can adjust your query to get only the informat

<QuizStatusChecker
quiz="rootstock-101/2"
actionButton={{
href: "https://zealy.io/cw/developerdao/questboard",
text: "Claim on Zealy",
}}
successMessage={[
{
message: "You answered all the quiz questions correctly. Awesome job!",
},
{
message:
"To claim your XP tokens with Rootstock: share your success on Twitter and submit along with your secret code on Zealy.",
},
{
message: "Secret code: DUCSLC",
},
]}
partnerTwitterHandle="@rootstock_io"
/>
Expand Down
11 changes: 11 additions & 0 deletions apps/academy/src/pages/tracks/rootstock-101/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,21 @@ deploying "Poll" (tx: 0x87309aa6ee40e5f57f767fb82823c7ee0e1726464d48b6dabef647d5

<QuizStatusChecker
quiz="rootstock-101/3"
actionButton={{
href: "https://zealy.io/cw/developerdao/questboard",
text: "Claim on Zealy",
}}
successMessage={[
{
message: "You answered all the quiz questions correctly. Awesome job!",
},
{
message:
"To claim your XP tokens with Rootstock: share your success on Twitter and submit along with your secret code on Zealy.",
},
{
message: "Secret code: GB09QM",
},
]}
partnerTwitterHandle="@rootstock_io"
/>
Expand Down
11 changes: 11 additions & 0 deletions apps/academy/src/pages/tracks/rootstock-101/4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,21 @@ Also, it's great to test trying to double-vote, you should not be able to.

<QuizStatusChecker
quiz="rootstock-101/4"
actionButton={{
href: "https://zealy.io/cw/developerdao/questboard",
text: "Claim on Zealy",
}}
successMessage={[
{
message: "You answered all the quiz questions correctly. Awesome job!",
},
{
message:
"To claim your XP tokens with Rootstock: share your success on Twitter and submit along with your secret code on Zealy.",
},
{
message: "Secret code: K8DKXZ",
},
]}
partnerTwitterHandle="@rootstock_io"
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/academy/src/pages/tracks/rootstock-101/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Rootstock101TrackPage = () => {
trackDescription="Leverage your Ethereum and Solidity skills to build apps on Bitcoin."
trackAuthor="DappaDan"
trackAuthorImage="/authors/dappadan.jpg"
trackAuthorDescription="Your Protocol's BFF ❤️ | Helping teams build a better developer experience and have fun doing it."
trackAuthorDescription="DappaDan is a content creator helping teams build better DevEx and Developer Joy through videos, docs and courses. When not competing in a hackathon, he is competing in a hackathon."
trackAuthorTwitter="DAppaDanDev"
tags={["Beginner", "Bitcoin", "Rootstock"]}
>
Expand Down