Files @ a98efefcf6b8
Branch filter:

Location: website/www/conservancy/templates/base_learn.html

Bradley M. Kuhn
activities: add page for “What We Do”.

This is a first pass at content for the activities page, which is the
landing page for the top-bar menu item of “What We Do”.
{% extends "base_conservancy.html" %}
{% block outercontent %}
    <div id="container">
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
            <h2>Learn</h2>
            {% include 'submenus/learn_partial.html' %}
            <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="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
            </ul>
   </div>
               <div id="mainContent">{% block content %}{% endblock %}
               </div>
</div>
{% endblock %}