Files @ a80c95fd136e
Branch filter:

Location: website/www/conservancy/static/sustainer/event.html

Bradley M. Kuhn
Fix minimal start of ourcoverage.html and correct various problems

ourcoverage.html was a reasonable minimal start but not really ready
for production. Make changes necessary to put this into production,
as follows:

* Rename ourcoverage.html to vizio-coverage.html. This is just
Vizio coverage for now.

* Order articles by most in-depth/interesting. Verified this
ordering by consensus with Conservancy staff.

* mailto: link for press coverage on the main inthenews page, but
don't use that on Vizio page; it's unlikely we'll miss any of the
Vizio coverage.

* use — instead of -

* put quotes around article titles.

* Add missing PR Web article

* Switch from <p>'s to <li>'s in vizio-coverage.html

* Fix menu issues. 09a4b02 outlined the issues regarding how to
add items to menu; it does require a CSS change as explained
therein; merely using the right `base_` is not enough

* Improve menu integration. Per PR people's recommendation, the
Vizio stuff that also goes in other areas needs to be placed in
multiple menus.
{% extends "base_conservancy.html" %}
{% block subtitle %}Attend Supporter Night - {% endblock %}
{% block category %}supporter{% endblock %}

{% block head %}
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %}

{% block content %}
<div class="content-with-donate-sidebar">
  <h1>Conservancy Supporter Night 2015</h1>
  <p>
  <dl>
    <dt>Who</dt> <dd><strong>Everyone</strong>: just show up at 6:30PM with &euro;50!
    &mdash;  <a href="/supporter#annual">Conservancy Annual Supporters</a> attend <em>gratis</em>.</dd>
    <dt>When</dt> <dd>Friday 30 January 2015 at 18:30 (6:30PM)</dd>
    <dt>Where</dt> <dd><a href="http://www.drugopera.be/">Drug Opera</a>
    Restaurant at Rue Gr&eacute;try 51, 1000 Brussels, Belgium
    (<a href="http://www.openstreetmap.org/node/2698048172#map=18/50.84898/4.35214">map</a>)</dd>
    <dt>What</dt> <dd>Full prix fixe dinner (one drink included)</dd>
    <dt>Why</dt> <dd>Enjoy a meal while meeting and discussing Free Software
    with fellow Conservancy enthusiasts
    and <a href="/about/staff/#bkuhn">Bradley</a> and
    <a href="/about/staff/#karen">Karen</a> from
    Conservancy's executive team (and the <a href="http://faif.us"><cite>Free
        as in Freedom</cite> audcast</a>).</dd>
    </dl>
    </p>

  <p>Conservancy's Annual Supporter Night will be held this year on the
  evening of Friday 30 January 2015 in Brussels, Belgium (which is the night
    before <a href="https://fosdem.org/2015/">FOSDEM 2015</a> begins).</p>

<p>Space for this exclusive dinner <em>is limited</em> so if you haven't
    already received an email confirming your pre-purchased ticket, <em>you should
    arrive promptly at 6:30PM tonight and have &euro;50 ready.</em>
</p>
  <p>The Supporter Night dinner includes a three-course meal and one drink.
       Attendees will be able to choose from beef or vegetarian entrees.  We
       have discussed other dietary needs with the venue, and they have
       committed to do their best to accommodate other dietary needs.  If
         you'd like, please contact us at
        <a href="mailto:dinner@sfconservancy.org">&lt;dinner@sfconservancy.org&gt;</a>
        to discuss
       your dietary needs.</p>
<hr/>
</div>

{% endblock %}