26 lines
761 B
HTML
26 lines
761 B
HTML
{% extends "base_press.html" %}
|
|
{% block subtitle %}Press - {% endblock %}
|
|
{% block submenuselection %}Press{% endblock %}
|
|
{% block content %}
|
|
|
|
<h1 id="PressInformation">Press Information</h1>
|
|
|
|
<p>For direct contact with our media team please contact:</p>
|
|
<ul>
|
|
<li>Hannah Gregory</li>
|
|
<li>Media Rep for Good Causes</li>
|
|
<li><a href="mailto:sfc@shoestringagency.org">sfc@shoestringagency.org</a></li>
|
|
</ul>
|
|
|
|
|
|
<p>Here's a collection of documents (collated and individual) for distribution
|
|
and reference.</p>
|
|
|
|
<p><a href="#fixme">Full Press Kit</a></p>
|
|
<p><a href="#fixme">Press Release</a></p>
|
|
<p><a href="/copyleft-compliance/glossary.html">Glossary</a></p>
|
|
<p><a href="/press/qanda.html">Q&A</a></p>
|
|
<p><a href="#fixme">Quotes</a></p>
|
|
|
|
|
|
{% endblock %}
|