From 3d95a65f5338402fd0394f0a5808c22c53e87851 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Sun, 27 May 2018 13:43:20 -0400 Subject: [PATCH] Fill in about and privacy pages --- brutaldon/templates/about.html | 38 ++++++++++++++++++++++++++++ brutaldon/templates/base.html | 17 +++++++++++++ brutaldon/templates/privacy.html | 43 ++++++++++++++++++++++++++++++++ brutaldon/views.py | 4 +-- 4 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 brutaldon/templates/about.html create mode 100644 brutaldon/templates/privacy.html diff --git a/brutaldon/templates/about.html b/brutaldon/templates/about.html new file mode 100644 index 0000000..8278180 --- /dev/null +++ b/brutaldon/templates/about.html @@ -0,0 +1,38 @@ +{% extends "base.html" %} +{% load static %} + +{% block content %} + +
+ + +

Brutaldon

+

a brutalist web interface for Mastodon

+
+ +

+ Brutaldon is a client for Mastodon. You can use it to log in to any Mastodon instance from any browser, including text browsers such as lynx. +

+

+ You do not need a separate brutaldon account to use it. Brutaldon will authenticate you to your instance. +

+
+ +
+ + +
+ +{% endblock %} diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index e0f2a53..b74fba1 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -56,6 +56,23 @@
{% if not fullbrutalism %} + + + +