Skip to content

Commit

Permalink
Update governance page
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm committed Aug 2, 2024
1 parent d8eaf46 commit 5bcf41f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/components/GovernanceWhyVoltaireSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default function GovernanceWhyVoltaireSection({}) {
<p>
Voltaire adds the ability for the Cardano community to make
impactful decisions about software updates, technical improvements
and funding decisions. Known as Cardano Improvement Proposals (CIPs)
and Funding Proposals (FP's) together, these allow the future of
and funding decisions. Known as <Link href="https://developers.cardano.org/docs/governance/cardano-governance/governance-actions/">Governance Actions</Link>,
these allow the future of
Cardano to be determined by its community and funded from the
platform's treasury.
</p>
Expand All @@ -35,7 +35,7 @@ export default function GovernanceWhyVoltaireSection({}) {
The era will also play host to a series of experiments, as we
discuss topics such as decentralised governance, the dynamics of
democracy and consent, evolving Voltaire from research to reality.
If Shelley is the foundation of a globally coordinated network
If Shelley was the foundation of a globally coordinated network
without a central authority, then Voltaire will explore the
apparatus for shared decision making: the language of
decentralization.
Expand Down
2 changes: 1 addition & 1 deletion src/components/GovernanceWithinCardanoSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function GovernanceWithinCardanoSection({}) {

<div className={styles.buttonWrap}>
<Link
to="https://forum.cardano.org/c/governance/140"
to="https://developers.cardano.org/docs/governance/cardano-governance/governance-model"
className={clsx(
"button button--primary button--lg",
styles.buttonLink
Expand Down
28 changes: 18 additions & 10 deletions src/pages/governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import Divider from "@site/src/components/Layout/Divider";
import GovernanceBlueSection from "@site/src/components/GovernanceBlueSection";
import GovernanceWithinCardanoSection from "@site/src/components/GovernanceWithinCardanoSection";
import GovernanceWhyVoltaireSection from "@site/src/components/GovernanceWhyVoltaireSection";
import GovernanceProposalsSection from "@site/src/components/GovernanceProposalsSection";
import TermExplainer from "@site/src/components/TermExplainer";
import BoundaryBox from "@site/src/components/Layout/BoundaryBox";
import SpacerBox from "@site/src/components/Layout/SpacerBox";
import OpenGraphImage from "@site/src/components/Layout/OpenGraphImage";

function HomepageHeader() {
Expand Down Expand Up @@ -34,25 +35,32 @@ export default function Home() {
<OpenGraphImage pageName="governance" />
<HomepageHeader />
<main>
<BackgroundWrapper backgroundType={"solidBlue"}>
<BoundaryBox>
<GovernanceBlueSection />
</BoundaryBox>
</BackgroundWrapper>


<BackgroundWrapper backgroundType={"zoom"}>
<BoundaryBox>
<Divider text="Governance Within Cardano" />
<GovernanceWithinCardanoSection />
<Divider text="Why Voltaire" />
<GovernanceWhyVoltaireSection />
</BoundaryBox>
</BackgroundWrapper>

<BackgroundWrapper backgroundType={"solidBlue"}>
<BoundaryBox>
<GovernanceBlueSection />
</BoundaryBox>
</BackgroundWrapper>


<BoundaryBox>
<Divider text="Why Voltaire" />
<GovernanceWhyVoltaireSection />

<SpacerBox size="medium" />
</BoundaryBox>


<BackgroundWrapper backgroundType={"gradientLight"}>
<BoundaryBox>
<GovernanceProposalsSection />
<TermExplainer category="governance" />
</BoundaryBox>
</BackgroundWrapper>

Expand Down

0 comments on commit 5bcf41f

Please sign in to comment.