587e508b6f
fix urls for press and learn start work on new news partial submenu
17 lines
680 B
HTML
17 lines
680 B
HTML
{% 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 %}
|