Browse Source

More texts and margins

master
Luke Murphy 4 years ago
parent
commit
9e507fad60
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      hbbs/static/css/styles.css
  2. 6
      hbbs/templates/collection.html
  3. 6
      hbbs/templates/participate.html
  4. 5
      hbbs/templates/programmes.html

4
hbbs/static/css/styles.css

@ -104,3 +104,7 @@ ul {
.film-indent {
padding-left: 25px;
}
#programmes-explanation {
margin-bottom: 20px !important;
}

6
hbbs/templates/collection.html

@ -1,6 +1,10 @@
{% extends "layout.html" %}
{% block content %}
<p id="collection-explanation">
196 things to watch, mostly films, some TV series. The collection is
fixed at this point, because we really should watch what we have (and
there's a lot).
</p>
<ul id="collection-list" class="no-style-list">
{% for film in collection %}
<li>{{ film.Title }}</li>

6
hbbs/templates/participate.html

@ -1,5 +1,9 @@
{% extends "layout.html" %}
{% block content %}
<p>We're lurking in <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>...</p>
<p>
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 <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>.
</p>
{% endblock %}

5
hbbs/templates/programmes.html

@ -1,6 +1,11 @@
{% extends "layout.html" %}
{% block content %}
<p id="programmes-explanation">
Programmes are guides for how to assemble a list of things to watch in
sequence. We draw on the collection, finding commonalities and programming
them into a distributable form.
</p>
<ul id="programmes-list" class="no-style-list">
{% for programme in programmes %}
<li>

Loading…
Cancel
Save