website/www/conservancy/static/supporter/event.html

118 lines
5.9 KiB
HTML
Raw Normal View History

{% extends "base_conservancy.html" %}
2015-01-20 23:02:46 +00:00
{% 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="donate-sidebar">
<table style="background-color:#afe478;width:100%;">
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
<div id="donate-box"
class="toggle-unit"><h1 class="toggle-content">Supporter Night!</h1></div>
<h3>Supporter Night 2015</h3>
<p>The easiest way to attend Conservancy's Annual Supporter Night &mdash;
hosted this year on the evening of 30 January 2015 in Brussels, Belgium
&mdash; is to <a href="/supporter/">become an annual
2015-01-20 23:23:36 +00:00
supporter <strong>now</strong></a>, and chose &ldquo;Yes&rdquo; to the
related question during signup.</p>
<p>Annual supporters are all invited!</p>
</td></tr></table>
</div>
<div style="align:left;width:80%;">
<h1>Conservancy Supporter Night 2015</h1>
<p>
<dl>
2015-01-20 21:16:36 +00:00
<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>
2015-01-20 23:21:11 +00:00
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>
2015-01-20 21:16:36 +00:00
<dt>Who</dt> <dd>Conservancy Supporters and/or those who sign up to attend (see below)</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 supporters
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 you <em>must reserve
your slot</em> via one of the following means:
<ul>
<li><a href="/supporter/#annual">Become an annual Supporter of
Conservancy now</a>, and choose &ldquo;Yes&rdquo; to the
appropriate question.</li>
<li>If you are already an annual Supporter,
email <a href="mailto:dinner@sfconservancy.org">&lt;dinner@sfconservancy.org&gt;</a>
to reserve your ticket.</li>
<li><a href="#dinnerpay">Pay US$40</a> (or more, if you want to support
Conservancy further) below.</li>
<li>Pay &euro;50 (or sign up as an annual supporter for &euro;120) at
the door on 30 January 2015. (However, <strong>space is
limited</strong>; the only way to ensure your slot is to <strong>sign
2015-01-20 23:34:27 +00:00
up in advance</strong> <a href="/supporter/#annual">as an annual Supporter</a> or below.)</li>
</ul>
</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>
2015-01-20 23:22:33 +00:00
to discuss
your dietary needs.</p>
<hr/>
<div id="dinnerpay">
<h3>Attend the Annual Supporter Night</h3>
<a id="dinnerpay"></a>
<form id="annual" class="dinner-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
<div class="dinner-form-inputs">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="dinner@sfconservancy.org" />
<input type="hidden" name="item_name" value="Conservancy Supporter Night, FOSDEM 2015" />
<input id="no_shipping" type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="return" value="https://sfconservancy.org/supporter/thank-you-event.html" />
2015-01-20 22:58:56 +00:00
<input type="hidden" name="add" value="1"/>
<label for="amount"><strong>Number of Tickets:</strong></label>
2015-01-20 23:03:28 +00:00
<input name="quantity" size="3" value="1"/><br/>
2015-01-20 23:10:08 +00:00
<label for="amount"><strong>Amount Per Ticket:</strong> $</label>
<input id="amount" type="text" name="amount" size="7" minimum="40" value="40" />
<span id="error" class="form-error-show">$40 is a minimum donation to
2015-01-20 23:02:52 +00:00
attend the dinner.</span><br/></div>
<div id="annual" class="dinner-form-submit">
<input type="image"
src="/img/supporter-night-button.png"
2015-01-20 21:25:31 +00:00
height="69" width="160"
border="0" name="submit" alt="Attend the 2015 Conservancy Supporter Night!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
<br/><br/><small>Button above redirects to PayPal's site for credit
2015-01-20 21:11:58 +00:00
card, bank account or PayPal balance payment methods. Enter amount first.</small>
</div></form></div>
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
2015-01-21 01:10:01 +00:00
<br/>
2015-01-21 01:04:49 +00:00
<hr clear="all"/>
2015-01-21 01:10:01 +00:00
<br/>
2015-01-21 01:14:15 +00:00
<div style="float=left"><p style="display: table-cell; vertical-align: middle;">Supporter Night sponsored in part by:</p></div>
2015-01-21 01:06:41 +00:00
<div style="float=right;padding-left: 20em;"><a href="http://google.com"><img src="/img/sponsors/google.png" height="76"
width="238" alt="Google" /></a></div>
</div>
2015-01-21 01:02:47 +00:00
{% endblock %}