Files @ 26ff31bb7878
Branch filter:

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

bsturmfels
progress bar: Drop JS, make mobile friendly, match design to new site.

The existing jQuery UI-based fundraising progress bar used a float layout,
making it hard to adapt for mobile use. Given that there is not interactivity,
I've dropped all the JS and switched to a flexbox layout. This works well
because the bar will stretch to fit the text rather than always maintaining its scale.
{% 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 %}