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.j285
1 files changed, 44 insertions, 41 deletions
diff --git a/template/ev.html.j2 b/template/ev.html.j2
index d99a6500..70c2ad81 100644
--- a/template/ev.html.j2
+++ b/template/ev.html.j2
@@ -6,8 +6,9 @@
6 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1> 6 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1>
7 </header> 7 </header>
8 8
9 <div class="row container justify-content-center"> 9 <div class="row">
10 <div class="col-6"> 10 <div class="col-md">
11 <h3>{{ _("About GNUnet e.V.") }}</h3>
11 <p> 12 <p>
12 {% trans %} 13 {% trans %}
13 On December 27th 2013 a group of GNUnet hackers met at 30c3 14 On December 27th 2013 a group of GNUnet hackers met at 30c3
@@ -26,29 +27,7 @@
26 {% endtrans %} 27 {% endtrans %}
27 </p> 28 </p>
28 </div> 29 </div>
29 </div> 30 <div class="col-md">
30
31 <div class="row">
32 <div class="col-lg-6">
33 <h3>{{ _("Governance") }}</h3>
34 <p>
35 {% trans %}
36 You can find our "Satzung", and the list of members under
37 <a href="https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex">https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex</a>.
38 The current board consists of:
39 <dl><dt>Vorsitz</dt>
40 <dd><a href="https://grothoff.org/christian/">Christian Grothoff</a></dd>
41 <dt>stellvertretender Vorsitz</dt>
42 <dd>xrs</dd>
43 <dt>Kassenwart</dt>
44 <dd>Florian Dold</dd>
45 <dt>Beisitzer</dt>
46 <dd>Lurchi</dd>
47 </dl>
48 {% endtrans %}
49 </p>
50 </div>
51 <div class="col-lg-6">
52 <h3>{{ _("Becoming a Member of GNUnet e.V.") }}</h3> 31 <h3>{{ _("Becoming a Member of GNUnet e.V.") }}</h3>
53 <p> 32 <p>
54 {% trans %} 33 {% trans %}
@@ -69,28 +48,26 @@
69 </div><!-- END:row --> 48 </div><!-- END:row -->
70 49
71 <div class="row"> 50 <div class="row">
72 <div class="col-lg-6"> 51 <div class="col-md">
73 <h3>{{ _("Support Us!") }}</h3> 52 <h3>{{ _("Governance") }}</h3>
74 <p> 53 <p>
75 {% trans %} 54 {% trans %}
76 Everybody is welcome to support us via donations. For 55 You can find our "Satzung", and the list of members under
77 financial contributions, Europeans are able to donate via 56 <a href="https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex">https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex</a>.
78 SEPA. We hope to setup accounts in other major currency areas 57 The current board consists of:
79 in the future. You can also donate via Bitcoin, routing 58 <dl><dt>Vorsitz</dt>
80 details are given below. Please note that we are unable to 59 <dd><a href="https://grothoff.org/christian/">Christian Grothoff</a></dd>
81 provide receipts for your donations. If you are planning to 60 <dt>stellvertretender Vorsitz</dt>
82 donate a significant amount of money, please contact us first 61 <dd>xrs</dd>
83 as it might be better to come to a custom arrangement. 62 <dt>Kassenwart</dt>
84 63 <dd>Florian Dold</dd>
85 <dl><dt>BitCoin</dt> 64 <dt>Beisitzer</dt>
86 <dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> 65 <dd>Lurchi</dd>
87 <dt>SEPA/IBAN</dt>
88 <dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd>
89 </dl> 66 </dl>
90 {% endtrans %} 67 {% endtrans %}
91 </p> 68 </p>
92 </div> 69 </div>
93 <div class="col-lg-6"> 70 <div class="col-md">
94 <h3>{{ _("Official Meeting Notes") }}</h3> 71 <h3>{{ _("Official Meeting Notes") }}</h3>
95 <p> 72 <p>
96 <ul> 73 <ul>
@@ -117,6 +94,32 @@
117 </div> 94 </div>
118 </div><!-- END:row --> 95 </div><!-- END:row -->
119 96
97 <div class="row">
98 <div class="col-md">
99 <h3>{{ _("Support Us!") }}</h3>
100 <p>
101 {% trans %}
102 Everybody is welcome to support us via donations. For
103 financial contributions, Europeans are able to donate via
104 SEPA. We hope to setup accounts in other major currency areas
105 in the future. You can also donate via Bitcoin, routing
106 details are given below. Please note that we are unable to
107 provide receipts for your donations. If you are planning to
108 donate a significant amount of money, please contact us first
109 as it might be better to come to a custom arrangement.
110
111 <dl><dt>BitCoin</dt>
112 <dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd>
113 <dt>SEPA/IBAN</dt>
114 <dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd>
115 </dl>
116 {% endtrans %}
117 </p>
118 </div>
119 <div class="col">
120 </div>
121 </div><!-- END:row -->
122
120</div> <!-- /container --> 123</div> <!-- /container -->
121</article> 124</article>
122{% endblock body_content %} 125{% endblock body_content %}