More texts and margins
This commit is contained in:
parent
4fd2e5794b
commit
9e507fad60
@ -104,3 +104,7 @@ ul {
|
||||
.film-indent {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
#programmes-explanation {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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 %}
|
||||
|
@ -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…
Reference in New Issue
Block a user