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
 
  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 %}
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>
 
        <li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef
 
            stew</a> with french fries, or:</li>
 
        <li>Spaghetti with tomato sauce (Vegetarian)</li> 
 
      </ul>
 
      </li>
 
      <li>   <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice
 
          cream with chocolate sauce</a> (Vegetarian)</li>
 
     </ul>
 

	
 
<p>We have discussed other dietary needs with the venue, and they have
 
committed to do their best to accommodate other dietary needs during the
 
event itself.  However, 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 in advance if you're concerned about the menu
 
above.
 
</p>
 

	
 
{% endblock %}
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
 
  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 %}
0 comments (0 inline, 0 general)