diff --git a/design/site.pdf b/design/site.pdf deleted file mode 100644 index e8a2c17..0000000 Binary files a/design/site.pdf and /dev/null differ diff --git a/hbbs/server.py b/hbbs/server.py index 38df026..61913a5 100644 --- a/hbbs/server.py +++ b/hbbs/server.py @@ -45,7 +45,7 @@ def programmes(): return render_template("programmes.html", programmes=programmes) -@app.route("/programme/") +@app.route("/programme//") def programme(name): cleaned_name = name.replace("-", " ").lower() programmes = get_programmes() diff --git a/hbbs/static/css/styles.css b/hbbs/static/css/styles.css index 6706335..289b4a1 100644 --- a/hbbs/static/css/styles.css +++ b/hbbs/static/css/styles.css @@ -1,16 +1,28 @@ @font-face { font-family: "Compagnon Roman"; - src: url("fonts/Compagnon-Roman.woff") format("woff"); - font-weight: bold; + src: url("../fonts/Compagnon-Roman.woff") format("woff"); font-style: normal; } -#hbbs-logo { - opacity: 0.75; +@keyframes gradient { + 0% { + background-color: pink; + } + 25% { + background-color: lightgreen; + } + 50% { + background-color: lightblue; + } + 100% { + background-color: cornsilk; + } } body { font-family: "Compagnon Roman", serif; + animation-name: gradient; + animation-duration: 120s; } @media (max-width: 768px) { @@ -23,16 +35,15 @@ ul { padding-left: 0; } -ul li { - list-style: none; +#collection-list li { + list-style-type: circle; } -#hbbs-logo, -#hbbs-bubbles-top, -#hbbs-bubbles-bottom { - width: 90%; +#content p, +ul { + margin: 0; } -html * { - border: 1px black solid; +.no-style-list { + list-style: none; } diff --git a/hbbs/static/images/bubbles-bottom.jpg b/hbbs/static/images/bubbles-bottom.jpg deleted file mode 100644 index d77a842..0000000 Binary files a/hbbs/static/images/bubbles-bottom.jpg and /dev/null differ diff --git a/hbbs/static/images/bubbles-top.jpg b/hbbs/static/images/bubbles-top.jpg deleted file mode 100644 index e144035..0000000 Binary files a/hbbs/static/images/bubbles-top.jpg and /dev/null differ diff --git a/hbbs/static/images/logo.svg b/hbbs/static/images/logo.svg deleted file mode 100644 index 74eaebc..0000000 --- a/hbbs/static/images/logo.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/hbbs/templates/about.html b/hbbs/templates/about.html index 43a8382..4effaa3 100644 --- a/hbbs/templates/about.html +++ b/hbbs/templates/about.html @@ -5,7 +5,7 @@ This isn’t another link dump, nor is it an all-you-can-eat streaming site. We have files and we want to share them. The homebrew bioscoop offers programmes made by viewers, for viewers. Our programmes are cu- rated playlists of films - in our collection. Playlists that en- courage play, sociality through the + in our collection. Playlists that encourage play, sociality through the things we share. Download a programme, watch it, make a programme, share it.

{% endblock %} diff --git a/hbbs/templates/collection.html b/hbbs/templates/collection.html index 048795d..4985e72 100644 --- a/hbbs/templates/collection.html +++ b/hbbs/templates/collection.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -