aboutsummaryrefslogtreecommitdiff
path: root/template/ev.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/ev.html.j2')
-rw-r--r--template/ev.html.j2121
1 files changed, 121 insertions, 0 deletions
diff --git a/template/ev.html.j2 b/template/ev.html.j2
new file mode 100644
index 00000000..90b46ef0
--- /dev/null
+++ b/template/ev.html.j2
@@ -0,0 +1,121 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<article>
4<div class="container-fluid">
5 <div class="container text-center">
6 <header>
7 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1>
8 </header>
9 <p>
10 {% trans %}
11 On December 27th 2013 a group of GNUnet hackers met at 30c3
12 to create the "Verein zur F&ouml;rderung von GNUnet e.V.", an
13 association under German law to support GNUnet development.
14 The Amtsgericht M&uuml;nchen registered the association on the
15 7th of March under VR 205287.
16 {% endtrans %}
17 </p>
18 <p>
19 {% trans %}
20 The association is officially dedicated to supporting research,
21 development and education in the area of secure decentralized
22 networking in general, and GNUnet specifically. This is the
23 official website for the association.
24 {% endtrans %}
25 </p>
26 </div>
27</div>
28
29<div class="container adorn_h3_bracket">
30 <div class="row">
31 <div class="col-lg-6">
32 <h3>{{ _("Governance") }}</h3>
33 <p>
34 {% trans %}
35 You can find our "Satzung", and the list of members under
36 <a href="/git/gnunet-ev.git/tree/satzung.tex">https://gnunet.org/git/gnunet-ev.git/tree/satzung.tex</a>.
37 The current board consists of:
38 <dl><dt>Vorsitz</dt>
39 <dd><a href="http://grothoff.org/christian/">Christian Grothoff</a></dd>
40 <dt>stellvertretender Vorsitz</dt>
41 <dd>Matthias Wachs</dd>
42 <dt>Kassenwart</dt>
43 <dd>Florian Dold</dd>
44 <dt>Beisitzer</dt>
45 <dd>Sree Harsha Totakura, Lurchi</dd>
46 </dl>
47 {% endtrans %}
48 </p>
49 </div>
50 <div class="col-lg-6">
51 <h3>{{ _("Becoming a Member of GNUnet e.V.") }}</h3>
52 <p>
53 {% trans %}
54 GNUnet developers with git (write) access can become
55 members to participate in the decision process and
56 formally support GNUnet e.V. For this, all you have
57 to do is update the <tt>members.txt</tt> file in the
58 <a href="/git/gnunet-ev.git/">gnunet-ev</a> repository.
59 There are no membership dues; however, members are required
60 to support GNUnet e.V. and in particularly contribute to the
61 technical development within their means. For further
62 details, we refer to the
63 <a href="/git/gnunet-ev.git/">Satzung</a>
64 (currently only available in German, translations welcome).
65 {% endtrans %}
66 </p>
67 </div>
68 </div>
69 <div class="row">
70 <div class="col-lg-6">
71 <h3>{{ _("Support Us!") }}</h3>
72 <p>
73 {% trans %}
74 Everybody is welcome to support us via donations. For
75 financial contributions, Europeans are able to donate via
76 SEPA. We hope to setup accounts in other major currency areas
77 in the future. You can also donate via Bitcoin, routing
78 details are given below. Please note that we are unable to
79 provide receipts for your donations. If you are planning to
80 donate a significant amount of money, please contact us first
81 as it might be better to come to a custom arrangement.
82
83 <dl><dt>BitCoin</dt>
84 <dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd>
85 <dt>SEPA/IBAN</dt>
86 <dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd>
87 </dl>
88 {% endtrans %}
89 </p>
90 </div>
91 <div class="col-lg-6">
92 <h3>{{ _("Official Meeting Notes") }}</h3>
93 <p>
94 <ul>
95 <li>{{ _("2013-12 (constitutional meeting)") }}
96 (<a href="/git/gnunet-ev.git/tree/minutes/2013-12-27.txt">txt</a>)
97 </li>
98 <li>{{ _("2014-12") }}
99 (<a href="/git/gnunet-ev.git/tree/minutes/2014-12-28.txt">txt</a>)
100 </li>
101 <li>{{ _("2015-12") }}
102 (<a href="/git/gnunet-ev.git/tree/minutes/2015-12-29.txt">txt</a>)
103 </li>
104 <li>{{ _("2016-12") }}
105 (<a href="/git/gnunet-ev.git/tree/minutes/2016-12-28.txt">txt</a>)
106 </li>
107 <li>{{ _("2017-12") }}
108 (<a href="/git/gnunet-ev.git/tree/minutes/2017-12-27.txt">txt</a>)
109 </li>
110 <li>{{_("2018-12") }}
111 (<a href="/git/gnunet-ev.git/tree/minutes/2018-12-27.txt">txt</a>)
112 </li>
113 </ul>
114 </p>
115 </div>
116 </div>
117</div>
118
119</div> <!-- /container -->
120</article>
121{% endblock body_content %}