Changeset - 8fa062bea61b
[Not reviewed]
default
0 0 1
Dennis Fink - 10 years ago 2014-12-10 23:06:27
dennis.fink@c3l.lu
Added new member page
1 file changed with 35 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/member.html
Show inline comments
 
new file 100644
 
{% extends "base.html" %}
 

	
 
{% set title = "Member" %}
 

	
 
{% 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>
 
  </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>Becoming an active member has several advantages.</p>
 
    <p>First of all you become a member in our club which means that you get to know the people behind FVDE.</p>
 
    <p>Then you can take action. Whatever you want to spread the word about Tor or you want to represent us at a conference is now possible.</p>
 
    <p> Learn from the other members in the club. Most of us have a broader knowledge in Tor and other anonymity software & methods as well.</p>
 
    <p>Last but not least, you have a say in the direction that this organization should take.</p>
 
    
 
    <h3>How to become a member?</h3>
 
    <p>Becoming a member is very simple. Just follow these steps:</p>
 
    <ol>
 
      <li>Download and fill out the following <a href="{{ url_for('static', filename='files/MembershipForm.pdf') }}">membership form</a></li>
 
      <li>Send the membership form per mail to <a href="mailto://info@enn.lu">info@enn.lu</a> or to our
 
          <a href="{{ url_for('donate.snailmail') }}">snailmail</a> address.</li>
 
      <li>Transfer the membership fee to our <a href="{{ url_for('donate.wiretransfer') }}">bank account</a> or using any other methods specified on our
 
          <a href="{{ url_for('donate.index') }}">donate</a> page.
 
          (except <a href="{{ url_for('donate.flattr') }}">Flattr</a> or <a href="{{ url_for('donate.bpm') }}">BPM Points</a>)</li>
 
      <li>Wait until we get back in touch with you.</li>
 
    </ol>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)