summaryrefslogtreecommitdiff
path: root/app/posts/templates/posts/friends_list.html
blob: 936c9f8643f50054c48cfc6e287e9d42ff55b9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% extends 'base.html' %}
{% load typogrify_tags %}

{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %}
{% block metadescription %}An infrequesnt mailing list about living outdoors, travel, literature, music, vintage vehicles, and other ephemera.{% endblock %}
{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
{% block primary %}
    <main role="main" class="archive-wrapper">
        <div class="archive-intro">
            <h1 class="list-hed"><em>Psst</em>, Wanna Join the <em>Friends of a Long Year</em>?</h1>
            <iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe>
            <h2 class="list-subhed">Say what? </h2>
            <p><em>Friends of a Long Year</em> is a private mailing list that delivers <a href="/jrnl/">journal posts</a> from this site to your inbox like it's still 1995. It's written in the spirit of Mary Austin. And Mike’s emails. A more detailed explaination can be found <a href="/jrnl/2020/11/invitation">here</a>.</p>
            <p>If you really want to go nuts and experience the world of like, 1986, you can <a href="/cards">sign up here to get a postcard</a> from us on the road. Yes. Seriously.</p> 
            <p>Unsubscribing is easy. It's all <a href="/src/building-your-own-mailing-list-software">self-hosted</a> and designed to <a href="/privacy" title="My privacy policy">respect your privacy</a>.</p>
            <p><small><strong>Apple Users: please note, due to Apple's rather strange, old email policies, which would require me to host my email at Apple-approved companies, which isn't happening, I cannot reliable send mail to @me.com address. If you sign up with an @me.com address, I will remove you from the list. Sorry.</strong></small></p>
        </div>
    </main>
{%endblock%}