From 8359e942b3273a8d1f7c3d6ef4260456ed4b7eb4 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 5 Oct 2022 04:10:20 +0000 Subject: [PATCH] Added grids functionality to Home and Contributing --- files/docs/about/contributing.md | 11 +++++------ files/docs/about/index.md | 4 +++- files/docs/index.md | 16 ++++++++++++++++ files/mkdocs.yml | 2 ++ 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/files/docs/about/contributing.md b/files/docs/about/contributing.md index b4b49eb..6e3b3cb 100644 --- a/files/docs/about/contributing.md +++ b/files/docs/about/contributing.md @@ -26,24 +26,23 @@ Each entry should have the following sections: Crypto Wake is hosted on a repository in GitLab, and entries are written in a simple format called [Markdown](https://www.markdownguide.org/cheat-sheet). To contribute, use the following steps: - -
-To edit an existing Story: + +
+=== Edit an existing Story * Press the pencil icon in the top-right of the Story's page to visit its source page on GitLab. * Log into GitLab. You can use various social logins, from Google to GitHub. * Press "Open in Web IDE." When prompted, press "Fork project." This will create a copy of the project on your account. * Proceed with "Make and save your changes" below. -
-To create a new Story: +=== Create a new Story * Press "Contribute" on the top-right of the website, or go [here](https://gitlab.com/medlabboulder/crypto-wake/) * Log into GitLab. You can use various social logins, from Google to GitHub. * Then press "Web IDE" on the main repository page. When prompted, press "Fork project." This will create a copy of the project on your account. * On the left file listing, navigate to `files > docs > stories` to see a list of existing story pages. Create a new one using the pop-up menu next to the `stories` folder. Follow the naming convention of the other Stories. * Proceed with "Make and save your changes" below. -
+ Make and save your changes: diff --git a/files/docs/about/index.md b/files/docs/about/index.md index 2120639..29d57d6 100644 --- a/files/docs/about/index.md +++ b/files/docs/about/index.md @@ -1,3 +1,5 @@ # Basics -This project is the result of a quick conversation between Ellie Rennie and Nathan Schneider at Consensus 2022. +This project is the result of a quick conversation between Ellie Rennie and Nathan Schneider at Consensus 2022, as they reflected on lessons they have learned from often-forgotten crypto projects. + +The initial pilot is being developed by the Media Enterprise Design Lab at the University of Colorado with support from the Smart Contract Research Forum. \ No newline at end of file diff --git a/files/docs/index.md b/files/docs/index.md index 3bf8bc6..da4e71d 100644 --- a/files/docs/index.md +++ b/files/docs/index.md @@ -6,4 +6,20 @@ A wake is a social gathering associated with death, held before a funeral. Traditionally, a wake involves family and friends keeping watch over the body of the dead person, usually in the home of the deceased. … The wake or the viewing of the body is a prominent part of death rituals in many cultures. It allows one last interaction with the dead, providing a time for the living to express their thoughts and feelings with the deceased. It highlights the idea that the loss is one of a social group affecting that group as a whole, and is a way of honoring the dead.Wikipedia +
+ +- **[Bitnation](/stories/bitnation/)** + --- + Bitnation sought to provide services generally associated with nation-states on blockchain-based infrastructure, proposing to create an "internet of sovereignty." The Bitnation.co domain is now a cryptocurrency news website. + +- **[Civil](/stories/civil/)** + --- + Civil was a platform seeking to rescue journalism from its doldrums by enabling "a decentralized network of independent publishers, governed by a shared set of ethical standards and an engaged community of news consumers." It collapsed after an unsuccessful token sale. + +- **[ConstitutionDAO](/stories/constitutiondao/)** + --- + ConstitutionDAO was an effort to purchase one of the few surviving copies of the United States Constitution. Over $47 million was raised in this effort, but ultimately the DAO was outbid at an auction. Since then, contributors have been partially refunded with considerable value being lost to Ethereum gas fees. + +
+ Please consider [contributing](about/contributing). diff --git a/files/mkdocs.yml b/files/mkdocs.yml index f2ac3ac..85fa90d 100644 --- a/files/mkdocs.yml +++ b/files/mkdocs.yml @@ -35,3 +35,5 @@ markdown_extensions: - toc - footnotes - meta + - attr_list + - md_in_html \ No newline at end of file