# HG changeset patch # User Dennis Fink # Date 2014-12-10 23:06:27 # Node ID 8fa062bea61bee4606de015c7ad173b8d548b9b8 # Parent 2e6904a4aefee52d4618601ac9c24fefdfaa35fe Added new member page diff --git a/ennstatus/templates/root/member.html b/ennstatus/templates/root/member.html new file mode 100644 --- /dev/null +++ b/ennstatus/templates/root/member.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} + +{% set title = "Member" %} + +{% block content %} +
+ Partners +

Member

+
+
+
+

Technology. It is the physical manifestation of the human will.

+ Daniel Suarez +
+ +

Why becoming a member?

+

Becoming an active member has several advantages.

+

First of all you become a member in our club which means that you get to know the people behind FVDE.

+

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.

+

Learn from the other members in the club. Most of us have a broader knowledge in Tor and other anonymity software & methods as well.

+

Last but not least, you have a say in the direction that this organization should take.

+ +

How to become a member?

+

Becoming a member is very simple. Just follow these steps:

+
    +
  1. Download and fill out the following membership form
  2. +
  3. Send the membership form per mail to info@enn.lu or to our + snailmail address.
  4. +
  5. Transfer the membership fee to our bank account or using any other methods specified on our + donate page. + (except Flattr or BPM Points)
  6. +
  7. Wait until we get back in touch with you.
  8. +
+
+{% endblock %}