add /press and make that kit page

fix urls for press and learn
start work on new news partial submenu
This commit is contained in:
Daniel Pono Takamori 2021-10-19 05:47:58 -07:00 committed by Bradley M. Kuhn
parent c31ef840df
commit 587e508b6f
11 changed files with 49 additions and 6 deletions

View file

@ -12,4 +12,14 @@
non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum."</p>
<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="#fixme">Glossary</a></p>
<p><a href="#fixme">Q&A</a></p>
<p><a href="#fixme">Quotes</a></p>
{% endblock %}

View file

@ -0,0 +1,17 @@
{% extends "base_press.html" %}
{% block subtitle %}Press - {% endblock %}
{% block submenuselection %}Press{% endblock %}
{% block content %}
<h1 id="PressInformation">Related News Stories</h1>
<p>Here are some news articles related to the work that we do. If you have any
suggestions for pieces you think our sustainers would be interested in,
please send an email to info@sfconservancy.org.</p>
<h2 id="RightToRepair">Right to Repair</h2>
<p><a href="https://www.vice.com/en/article/88nw54/john-deere-backed-lobbying-groups-host-anti-right-to-repair-conference">Vice - John DeereBacked Lobbying Groups Host Anti-Right to Repair Conference</a></p>
{% endblock %}

View file

@ -75,7 +75,7 @@
<li class="who"><a href="/about/">Who we are</a>
{% include 'submenus/who_we_are_partial.html' %}
</li>
<li class="learn"><a href="#fixme">Learn</a>
<li class="learn"><a href="/learn">Learn</a>
{% include 'submenus/learn_partial.html' %}
</li>
<li class="news"><a href="/news/">News</a>

View file

@ -7,7 +7,7 @@
<h2>Resources for Journalists</h2>
<ul>
<li class="News"><a href="/news/">News</a></li>
<li class="PressKit"><a href="/press/kit.html">Press Kit</a></li>
<li class="PressKit"><a href="/press/">Press Kit</a></li>
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
</ul>
</div>

View file

@ -16,7 +16,7 @@
<h2>Resources for Journalists</h2>
<ul>
<li class="News"><a href="/news/">News</a></li>
<li class="PressKit"><a href="/press/kit.html">Press Kit</a></li>
<li class="PressKit"><a href="/press/">Press Kit</a></li>
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
</ul>
</div>

View file

@ -8,6 +8,15 @@
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
{% block outercontent %}
<div id="container">
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
<h2>{% block category %}Media Contact{% endblock %}</h2>
{% include 'submenus/press_partial.html' %}
</div>
</div>
{% endblock %}
{% block content %}
<div id="mainContent">

View file

@ -11,7 +11,7 @@
<h2>Resources for Journalists</h2>
<ul>
<li class="News"><a href="/news/">News</a></li>
<li class="PressKit"><a href="/press/kit.html">Press Kit</a></li>
<li class="PressKit"><a href="/press/">Press Kit</a></li>
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
</ul>

View file

@ -1,5 +1,5 @@
<ul>
<li><a href="/copyleft-compliance/glossary.html">Glossary of Terms</a></li>
<li><a href="/press/qanda.html">Q&A</a></li>
<li><a href="#fixme">In The News</a></li>
<li><a href="/press/inthenews.html">In The News</a></li>
</ul>

View file

@ -1,6 +1,6 @@
<ul>
<li><a href="/news/">News Releases</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="#fixme">In The News</a></li>
<li><a href="/press/inthenews.html">In The News</a></li>
<li><a href="/press/">Press</a></li>
</ul>

View file

@ -0,0 +1,5 @@
<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>

View file

@ -47,6 +47,8 @@ urlpatterns = [
url(r'^donate', static_views.index),
url(r'^copyleft-compliance', static_views.index,
{'fundraiser_sought' : 'vmware-match-0'}),
url(r'^learn', static_views.index),
url(r'^press', static_views.index),
url(r'^projects', static_views.index),
url(r'^npoacct', static_views.index,
{'fundraiser_sought' : 'npoacct'}),