temporarily(?) remove FAQs, Recommended Resources
This commit is contained in:
parent
a8978e6195
commit
aa2219fc09
5 changed files with 13 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
{% extends "base_press.html" %}
|
||||
{% extends "base_learn.html" %}
|
||||
{% block subtitle %}Press Kit - {% endblock %}
|
||||
{% block submenuselection %}Press Kit{% endblock %}
|
||||
{% block content %}
|
||||
<h1 id="PressInformation">Press Kit</h1>
|
||||
|
||||
<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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>Learn</h2>
|
||||
{% include 'submenus/learn_partial.html' %}
|
||||
<h2>Resources for Journalists</h2>
|
||||
<h2>Resources for Journalists</h2>
|
||||
<ul>
|
||||
<li class="Vizio"><a href="/vizio">Vizio</a></li>
|
||||
<li class="News"><a href="/news/">News</a></li>
|
||||
|
|
|
@ -8,6 +8,14 @@
|
|||
<ul>
|
||||
{% for year in date_list reversed %}<li class="{{ year|date:"Y" }}"><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
|
||||
</ul>
|
||||
<h2>Resources for Journalists</h2>
|
||||
<ul>
|
||||
<li class="Vizio"><a href="/vizio">Vizio</a></li>
|
||||
<li class="News"><a href="/news/">News</a></li>
|
||||
<li class="PressKit"><a href="/press/kit.html">Press Kit</a></li>
|
||||
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div id="mainContent">
|
||||
<div class="breadcrumbs">
|
||||
|
|
|
@ -1,6 +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">Recommended Resources</a></li>
|
||||
<li><a href="#fixme">In The News</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
<li><a href="/projects/">Member Projects</a></li>
|
||||
<li><a href="/copyleft-compliance/">Copyleft Compliance</a></li>
|
||||
<li><a href="/vizio/">Vizio</a></li>
|
||||
<li><a href="#fixme">FAQs</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue