diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-13 21:34:31 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-13 21:34:31 -0600 |
commit | f6c872b5d7807e443c8e4e1a4f22a8d99562e17c (patch) | |
tree | 8582d055de929138d5d3168a315667e56af804f8 /design/templates/lttr | |
parent | b471347e0477fa410b3f2c595dfbd3d90bf44140 (diff) |
tweaked header to no longer use h1/h2, updated styles
Diffstat (limited to 'design/templates/lttr')
-rw-r--r-- | design/templates/lttr/subscriber_form.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/design/templates/lttr/subscriber_form.html b/design/templates/lttr/subscriber_form.html index 3fb906a..83e1e28 100644 --- a/design/templates/lttr/subscriber_form.html +++ b/design/templates/lttr/subscriber_form.html @@ -10,21 +10,22 @@ </ul> <main role="main" id="essay-archive" class="essay-archive archive-list"> <div class="essay-intro"> - <h2>Join the <em>Friends of a Long Year</em>.</h2> - <form action="" method="post" class="generic-form flex">{% csrf_token %} + <h1 class="list-hed">Join the <em>Friends of a Long Year</em>.</h1> + <form action="" method="post" class="generic-form flex newsletter-subscribe">{% csrf_token %} {% for field in form %} <fieldset> {{field.label_tag}} {{field}} </fieldset> - {% if forloop.last %}<input type="submit" name="post" class="submit-post btn btn-hollow" value="Subscribe" />{%endif%} + {% if forloop.last %}<input type="submit" name="post" class="btn" value="Subscribe" />{%endif%} </form> <small class="alert">{% if field.errors %}{{field.errors}}{% endif %}</small> {%endfor%} - <p>Say what? <em>Friends of a Long Year</em> is an infrequent mailing that will keep you up-to-date with luxagraf and offer some thoughts on topics like travel, photography, the natural world, tools, walking and other ephemera. It comes about twice a month, sometimes less, sometimes more. Unsubscribing is easy. It's all self-hosted, secure, and <a href="/privacy" title="My privacy policy">private</a>.</p> + <h2 class="subhead">Say what? </h2> + <p><em>Friends of a Long Year</em> is an infrequent mailing that will keep you up-to-date with luxagraf and offer some thoughts on topics like travel, photography, the natural world, tools, walking and other ephemera. It comes about twice a month, sometimes less, sometimes more. Unsubscribing is easy. It's all self-hosted, secure, and <a href="/privacy" title="My privacy policy">private</a>.</p> <p>The name comes from the great early 20th century explorer and desert rat, Mary Hunter Austin, whose collected essays, <a href="https://archive.org/details/lostbordersillu00brotgoog/page/n8"><cite>Lost Borders</cite></a> is dedicated to the "Friends of a Long Year". This somewhat inscrutable dedication grabbed me, and seemed like the perfect name for this mailing list.</p> </div> - <h1 class="topic-hed">Letters</h1> + <h3 class="list-title">Letters</h3> <ul>{% for object in object_list %} <li class="h-entry hentry" itemscope itemType="http://schema.org/Article"> <span class="date dt-published">{{object.pub_date|date:"F Y"}}</span> |