From a96d9335d065eca9badd67644980577dc817bf9b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Apr 2020 13:33:51 +0200 Subject: [PATCH] Add some instructions --- hbbs/static/css/styles.css | 4 ++++ hbbs/templates/participate.html | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/hbbs/static/css/styles.css b/hbbs/static/css/styles.css index cdf0243..7d91be0 100644 --- a/hbbs/static/css/styles.css +++ b/hbbs/static/css/styles.css @@ -112,3 +112,7 @@ ul { #programmes-explanation { margin-bottom: 20px !important; } + +#participate-text p:nth-child(n + 2) { + margin-top: 20px !important; +} diff --git a/hbbs/templates/participate.html b/hbbs/templates/participate.html index cd5f4ea..c4daafc 100644 --- a/hbbs/templates/participate.html +++ b/hbbs/templates/participate.html @@ -1,9 +1,25 @@ {% extends "layout.html" %} {% block content %} +

We're exploring peer-to-peer technologies for file sharing through our own networks. Due to the copyright regime, we're still in friend-to-friend networking mode. We're lurking in cell.hbbs.decentral1.se.

+

+ Practically speaking, we're using the latest version of the Dat + command-line interface for sharing. In order to join in, you'll need + to download the Dat client for your operating system + (Linux, + MacOS, + Windows) + unzip it and test that it works (on GNU/Linux that is usually tested with the + following commands: sudo apt install -y unzip; unzip + dat-14.0.2-linux-x64.zip; cd dat-14.0.2-linux-x64; ./dat --version) and + then speak further with others on our + file sharing channel. +

+
{% endblock %}