Files @ a80c95fd136e
Branch filter:

Location: website/www/conservancy/static/sustainer/thank-you.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 %}Thanks for Your Support - {% endblock %}
{% block category %}sustainer{% endblock %}

{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
{% endblock %}
{% block content %}
<h1>Thanks!</h1>

<p>Thank you for being a Sustainer of Software Freedom Conservancy!</p>

<!-- <p>Are you at LinuxFest Northwest right now?  If so, you are now eligible to
  attend a special Sustainer-only dinner and drinks on Saturday 23 April 2016
  at 6:30PM, but space is limited!  please RSVP
  by <a href="mailto:rsvp-lfnw@sfconservancy.org">email to
  &lt;rsvp-lfnw@sfconservancy.org&gt;</a>.  Let us know any dietary
  restrictions in your email.  We'll email back with details of where the
  event is.</p>
 -->
  
<p>As a Conservancy Sustainer, you'll also be eligible for future special
benefits.  We may contact you directly by email later to tell you about
special Sustainer-only benefits in the coming year.</p>

<p>Meanwhile, please spread the word about supporting Conservancy with
  a &ldquo;Sustainer Badge&rdquo; on your website, Twitter account, or
  other locations where people view information about you:</p>

<p><a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a></p>

<p><strong>Copy and paste this HTML for the image above:</strong></p>
<p><textarea rows="2"
             cols="65">
<a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a>
 </textarea></p>

<p>Also, please enjoy these &ldquo;Sustainer Cards&rdquo;, which you print out and
  carry with you.  You've earned it! The cards are available in two different
  styles: <a href="/img/supporter-card-1.svg">Style 1
  (SVG)</a>, <a href="/img/supporter-card-2.svg">Style 2
  (SVG)</a>.</p>

{% endblock %}