Merge branch 'dev' into 'main'

Add some basic introductory text to the home page

See merge request dao-governance-framework/science-publishing-dao!8
This commit is contained in:
Ladd Hoffman 2023-06-30 22:03:04 +00:00
commit 82e026f327
2 changed files with 18 additions and 4 deletions

View File

@ -2,7 +2,7 @@ body {
background-color: #09343f; background-color: #09343f;
color: #b6b6b6; color: #b6b6b6;
font-family: monospace; font-family: monospace;
font-size: 8pt; font-size: 12pt;
margin: 1em; margin: 1em;
} }
a { a {
@ -28,7 +28,6 @@ a:visited {
} }
.monospace { .monospace {
font-family: monospace; font-family: monospace;
font-size: 8pt;
} }
.dim { .dim {
opacity: 0.25; opacity: 0.25;

View File

@ -1,12 +1,27 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Decentralized Governance Framework - Tests</title> <title>DGF Tests</title>
<link type="text/css" rel="stylesheet" href="./index.css" /> <link type="text/css" rel="stylesheet" href="./index.css" />
</head> </head>
<body> <body>
<h2>DGF Tests</h2> <h1>Decentralized Governance Framework</h1>
<p>
We are building a system to enable experts to collaborate and self-govern in accordance with their values.
</p>
<p>
For more information please see the <a href="https://daogovernanceframework.com/wiki/DAO_Governance_Framework">DGF
Wiki</a>.
</p>
<h2>Javascript Prototype: Example Scenarios</h2>
<p>
Below are example scenarios with various assertions covering features of our reputation system.
</p>
<p>
The code for this site is available in <a
href="https://gitlab.com/dao-governance-framework/science-publishing-dao/-/tree/main/forum-network/src">GitLab</a>.
</p>
<ul> <ul>
<li><a href="./tests/validation-pool.test.html">Validation Pool</a></li> <li><a href="./tests/validation-pool.test.html">Validation Pool</a></li>
<li><a href="./tests/availability.test.html">Availability + Business</a></li> <li><a href="./tests/availability.test.html">Availability + Business</a></li>