Changeset - e026f17773a7
[Not reviewed]
version_5
0 2 0
kahpa - 10 years ago 2015-10-05 16:13:20

update membership page
2 files changed with 14 insertions and 19 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/index.html
Show inline comments
 
@@ -29,7 +29,7 @@
 
  </div>
 
  <div class="col-md-8">
 
    <div class="jumbotron">
 
      <h2>Take action fo a <strong>#FreeInternet</strong>! Support us today!</h2>
 
      <h2>Take action for a <strong>#FreeInternet</strong>! Support us today!</h2>
 
      <p>As a non-profit organization we are 100% community funded. Donations from our members and supporters will be used to <strong>power Tor nodes</strong>, <strong>print flyers and posters</strong> or cover administrative charges.</p>
 
      <h3><a href="{{ url_for('donate.received') }}"><span class="label label-info">Donation history</span></a></h3>
 
    </div>
ennstatus/templates/root/member.html
Show inline comments
 
@@ -5,23 +5,18 @@
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-rounded" alt="Partners" width="160"></img>
 
    <h3>Member</h3>
 
    <h3>Join</h3>
 
  </div>
 
  <div class="col-md-8">
 
    <blockquote>
 
      <p><em>Technology. It is the physical manifestation of the human will.</em></p>
 
      <small>Daniel Suarez</small>
 
    </blockquote>
 

	
 
    <h3>Why becoming a member?</h3>
 
    <p>Joining our organization has several advantages.</p>
 
    <p>As an active member you get to know the people behind FVDE and you can join us on our weekly meetings (online or AFK).
 
    <h3>Membership</h3>
 
    <p class="lead">Joining our organization has several advantages.</p>
 
    <p>As an active member you get to know the people behind <abbr title="Frënn vun der Enn a.s.b.l.">FVDE</abbr> and you can join us on our weekly meetings (online or AFK).
 
       You'll have the possibility to actively contribute to our projects,
 
       bring in new ideas, and eventually become a part of our core team.</p>
 

	
 
    <p>We are a dynamic group of people with different backgrounds and skills
 
       who constantly learn from each other. Most of us have a broader
 
       knowledge in TOR, network security and FOSS in general,
 
       knowledge in Tor, network security and FOSS in general,
 
       but our activities aren't limited to technical questions alone.
 
       Regularly we meet to discuss political or philosophical questions or
 
       just have a convivial evening.</p>
 
@@ -32,30 +27,30 @@
 
    <p>If you share our goals and are eager to socialize with like-minded
 
       people, then: Stand up for a free internet! Join us today!</p>
 

	
 
    <h3>How to become a member?</h3>
 
    <h3>How to become a member</h3>
 
    <p>Becoming a member is very simple. Just follow these steps:</p>
 
    <table class="table table-bordered">
 
      <thead>
 
        <tr class="info">
 
          <th>Using online form</th>
 
          <th>Using PDF form</th>
 
          <th>Online subscription</th>
 
          <th>PDF subscription form</th>
 
        </tr>
 
      </thead>
 
      <tbody>
 
        <tr>
 
          <td>Fill out the <a href="{{ url_for('root.membership') }}">online form</a>.</td>
 
          <td>Use the <a href="{{ url_for('root.membership') }}">online form</a>.</td>
 
          <td>Download the following <a href="{{ url_for('static', filename='files/MembershipForm.pdf') }}">membership form</a> and fill in the necessary information.</td>
 
        </tr>
 
        <tr>
 
          <td>The form will automatically send a mail to our staff when you click the 'Become a member' button.</td>
 
          <td>Send the membership form per mail to <a href="mailto://info@enn.lu">info@enn.lu</a> or to one ou our <a href="{{ url_for('donate.snailmail') }}">snailmail</a> addresses.</td>
 
          <td>The form will be automatically submitted. We encrypt your information with GnuPG.</td>
 
          <td>Send the membership form to one of our <a href="{{ url_for('root.contact') }}">email or snailmail</a> addresses.</td>
 
        </tr>
 
        <tr>
 
          <td colspan="2">Pay your annually membership fee. Use one of the payment methods (except <a href="{{ url_for('donate.flattr') }}">Flattr</a> or <a href="{{ url_for('donate.bpm') }}">BPM Points</a>)
 
              specified on our <a href="{{ url_for('donate.index') }}">donations</a> page. Try to include our username as a statement if possible!</td>
 
              specified on our <a href="{{ url_for('donate.index') }}">donations</a> page. Try to include your username as a statement if possible!</td>
 
        </tr>
 
        <tr>
 
          <td colspan="2">Wait until we get back in touch with you.</td>
 
          <td colspan="2">We will get back in touch with you as soon as the payment has been completed.</td>
 
        </tr>
 
      </tbody>
 
    </table>
0 comments (0 inline, 0 general)