diff --git a/public/assets/images/conviction-voting.png b/public/assets/images/conviction-voting.png new file mode 100644 index 0000000..6a82c26 Binary files /dev/null and b/public/assets/images/conviction-voting.png differ diff --git a/public/assets/images/feature.svg b/public/assets/images/feature.svg deleted file mode 100644 index 1299e95..0000000 --- a/public/assets/images/feature.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/assets/images/feature2.svg b/public/assets/images/feature2.svg deleted file mode 100644 index c319213..0000000 --- a/public/assets/images/feature2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/assets/images/feature3.svg b/public/assets/images/feature3.svg deleted file mode 100644 index 04d1089..0000000 --- a/public/assets/images/feature3.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/assets/images/nextjs-landing-page-banner.png b/public/assets/images/nextjs-landing-page-banner.png deleted file mode 100644 index 89a8624..0000000 Binary files a/public/assets/images/nextjs-landing-page-banner.png and /dev/null differ diff --git a/public/assets/images/nextjs-landing-page-screenshot.png b/public/assets/images/nextjs-landing-page-screenshot.png deleted file mode 100644 index e76f5d2..0000000 Binary files a/public/assets/images/nextjs-landing-page-screenshot.png and /dev/null differ diff --git a/src/templates/VerticalFeatures.tsx b/src/templates/VerticalFeatures.tsx index 07d8c43..8901256 100644 --- a/src/templates/VerticalFeatures.tsx +++ b/src/templates/VerticalFeatures.tsx @@ -1,33 +1,43 @@ -//import { VerticalFeatureRow } from '../feature/VerticalFeatureRow'; import { Section } from '../layout/Section'; const VerticalFeatures = () => ( -
- {/* - - - -*/} -
+ <> +
+
+
+

+ Conviction Voting is a decision making process in which voters continuously express their preference by staking tokens in support of proposals they would like to see approved, + with the conviction (i.e. weight) of their vote growing over time. +

+

+ When a voter unstakes their tokens, their conviction for that proposal starts declining according to a decay function. +

+
+
+
+ Conviction Voting +
Example of Conviction Voting [source]
+
+
+
+ +
+
+
+
+

+ 👉 Understanding Real-Time ‘Vote Streaming’ by Jeff Emmett +

+

+ 👉 Conviction Voting: A Novel Continuous Decision Making Alternative to Governance by Jeff Emmett +

+
+
+
+ ); export { VerticalFeatures };