From 1f1f1f0c1d14d78f9e016359384d2927094ed682 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Fri, 30 Jun 2023 16:59:38 -0500 Subject: [PATCH] Add some basic introductory text to the home page --- forum-network/src/index.css | 3 +-- forum-network/src/index.html | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/forum-network/src/index.css b/forum-network/src/index.css index 237a290..2826340 100644 --- a/forum-network/src/index.css +++ b/forum-network/src/index.css @@ -2,7 +2,7 @@ body { background-color: #09343f; color: #b6b6b6; font-family: monospace; - font-size: 8pt; + font-size: 12pt; margin: 1em; } a { @@ -28,7 +28,6 @@ a:visited { } .monospace { font-family: monospace; - font-size: 8pt; } .dim { opacity: 0.25; diff --git a/forum-network/src/index.html b/forum-network/src/index.html index 3c3e1fe..f93c8b4 100644 --- a/forum-network/src/index.html +++ b/forum-network/src/index.html @@ -1,12 +1,27 @@ - Decentralized Governance Framework - Tests + DGF Tests -

DGF Tests

+

Decentralized Governance Framework

+

+ We are building a system to enable experts to collaborate and self-govern in accordance with their values. +

+

+ For more information please see the DGF + Wiki. +

+

Javascript Prototype: Example Scenarios

+

+ Below are example scenarios with various assertions covering features of our reputation system. +

+

+ The code for this site is available in GitLab. +