Files @ b723e6390acd
Branch filter:

Location: website/www/conservancy/static/coming-soon.html

Bradley M. Kuhn
Format like previous with the <p> solution

<ul> is the right HTML way to format these, but they are all too
close. Get it to look more like it did with <p>'s with CSS.
{% extends "base_conservancy.html" %}
{% load humanize %}

{% block content %}

<h1>Coming Soon!</h1>

<p>A big announcement will be here soon!  Check back at 12:30 US/Eastern on Tuesday 19 October 2021.</p>

{% endblock %}