Changeset - e1dfd65c3a6e
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-01 03:19:46
bkuhn@ebb.org
All included via base_conservancy.html template

jQuery, jQuery UI, and the supporter-page Javscript are now included via
the base_conservancy.html template.
3 files changed with 0 insertions and 11 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/event.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Attend Supporter Night - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 

	
 
{% 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
www/conservancy/static/supporter/thank-you-event.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 
{% endblock %}
 
{% block content %}
 
<h1>Conservancy Annual Supporter Night 2015!</h1>
 

	
 
<p>Thank you for signing up for Annual Supporter Night!  We look forward to
 
  seeing you there!</p>
 

	
 
<p>
 
  <dl>
 
    <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&egrave;try 51, 1000 Brussels, Belgium
 
      (<a href="http://www.openstreetmap.org/node/2698048172#map=18/50.84898/4.35214">map</a>)</dd>
 
    </dl>
 
    </p>
 

	
 
  <p>The current menu for this special evening is as follows:
 
    
 
    <ul>
 

	
 
      <li>1 drink (soft drink, mineral water or standard beer)</li>
 
      <li>Cream soup of the day (likely vegetarian)</li>
 
      <li>Choice of:
 
        <ul>
www/conservancy/static/supporter/thank-you.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 
{% endblock %}
 
{% block content %}
 
<h1>Thanks!</h1>
 

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

	
 
<p>As a Conservancy Supporter, you'll be eligible for future special
 
benefits.  We may contact you by email later to tell you about special
 
Supporter-only benefits in the coming year.</p>
 

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

	
 
<p><a href="https://sfconservancy.org/supporter/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Supporter!" 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/supporter/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Supporter!" border="0"/></a>
 
 </textarea></p>
 

	
 
<p>Also, please enjoy these &ldquo;Supporter Cards&rdquo;, which you print out and
 
  carry with you.  You've earned it! The cards are available in two different
0 comments (0 inline, 0 general)