add vizio landing page under
use Press sidebar
This commit is contained in:
parent
4977fac4e8
commit
1c060f07d7
3 changed files with 18 additions and 3 deletions
15
www/conservancy/static/vizio/index.html
Normal file
15
www/conservancy/static/vizio/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% extends "base_press.html" %}
|
||||
{% block subtitle %}Vizio - {% endblock %}
|
||||
{% block submenuselection %}vizio{% endblock %}
|
||||
{% block content %}
|
||||
<h1 id="Vizio">Vizio</h1>
|
||||
|
||||
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||||
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
||||
non proident, sunt in culpa qui officia deserunt mollit anim id est
|
||||
laborum."</p>
|
||||
|
||||
{% endblock %}
|
|
@ -44,7 +44,7 @@
|
|||
</span>
|
||||
<a href="/donate/" class="f5 mh1 mv1 ph2 pv1 ttu b btn-orange">Donate</a>
|
||||
<a href="/sustainer/" class="f5 mh1 mv1 ph2 pv1 ttu b btn-orange">Join</a>
|
||||
<a href="#fixme" class="f5 mh1 mv1 ph2 pv1 ttu b btn-white">Special</a>
|
||||
<a href="/vizio/" class="f5 mh1 mv1 ph2 pv1 ttu b btn-white">Vizio</a>
|
||||
<span id="search-icon" class="dib ph2 pointer">
|
||||
<svg style="color: var(--orange); width: 30px; height: 30px;"><use href="{% static 'img/font_awesome.svg' %}#search"></use></svg>
|
||||
</span>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<ul>
|
||||
<li><a href="/projects/">Member Projects</a></li>
|
||||
<li><a href="/copyleft-compliance/">Copyleft Compliance</a></li>
|
||||
<li><a href="#fixme">Special</a></li>
|
||||
<li><a href="/vizio/">Vizio</a></li>
|
||||
<li><a href="#fixme">FAQs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>Resources for Journalists</h2>
|
||||
<ul>
|
||||
<li class="Vizio"><a href="#fixme">Vizio</a></li>
|
||||
<li class="Vizio"><a href="/vizio">Vizio</a></li>
|
||||
<li class="News"><a href="/news/">News</a></li>
|
||||
<li class="PressKit"><a href="/presskit/">Press Kit</a></li>
|
||||
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
|
||||
|
|
Loading…
Reference in a new issue