Changeset - 587e508b6fe7
[Not reviewed]
www/conservancy/static/press/index.html
Show inline comments
...
 
@@ -14,2 +14,12 @@
 

	
 
<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 %}
www/conservancy/static/press/inthenews.html
Show inline comments
 
new file 100644
 
{% 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 Deere–Backed Lobbying Groups Host Anti-Right to Repair Conference</a></p>
 

	
 

	
 

	
 
{% endblock %}
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -77,3 +77,3 @@
 
          </li>
 
          <li class="learn"><a href="#fixme">Learn</a>
 
          <li class="learn"><a href="/learn">Learn</a>
 
            {% include 'submenus/learn_partial.html' %}
www/conservancy/templates/base_learn.html
Show inline comments
...
 
@@ -9,3 +9,3 @@
 
            <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>
www/conservancy/templates/base_press.html
Show inline comments
...
 
@@ -18,3 +18,3 @@
 
            <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>
www/conservancy/templates/news/pressrelease_detail.html
Show inline comments
...
 
@@ -10,2 +10,11 @@
 

	
 
{% 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 %}
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
...
 
@@ -13,3 +13,3 @@
 
            <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>
www/conservancy/templates/submenus/learn_partial.html
Show inline comments
...
 
@@ -3,3 +3,3 @@
 
  <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>
www/conservancy/templates/submenus/news_partial.html
Show inline comments
...
 
@@ -3,3 +3,3 @@
 
  <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>
www/conservancy/templates/submenus/press_partial.html
Show inline comments
 
new file 100644
 
<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>
www/conservancy/urls.py
Show inline comments
...
 
@@ -49,2 +49,4 @@ urlpatterns = [
 
                           {'fundraiser_sought' : 'vmware-match-0'}),
 
    url(r'^learn', static_views.index),
 
    url(r'^press', static_views.index),
 
    url(r'^projects', static_views.index),
0 comments (0 inline, 0 general)