From c3d21940ebcce2659e9dd4583f32fc7d818720ae Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 15 Feb 2019 23:52:07 +0000 Subject: about becomes team, add and change pages in footer --- about.html.j2 | 104 ++++++--------------------------------------------- common/footer.j2.inc | 3 +- team.html.j2 | 97 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 94 deletions(-) create mode 100644 team.html.j2 diff --git a/about.html.j2 b/about.html.j2 index df7e855f..06d8560c 100644 --- a/about.html.j2 +++ b/about.html.j2 @@ -1,97 +1,15 @@ {% extends "common/base.j2" %} {% block body_content %} -
- -
-
-

Christian Grothoff

- Christian Grothoff -

{{ _("GNU maintainer.") }}

-
-
-

dvn

- dvn -

{{ _("Continuous Integration, secushare, packaging (Guix).") }}

-
-
-

Florian Dold

- Florian Dold -

{{ _("Set, Consensus, Voting.") }}

-
-
-
-
-

Jeffrey Burdges

- Jeffrey Burdges -

{{ _("Mix networking.") }}

-
-
-

Julius Büger

- Julius Bünger -

{{ _("Random peer sampling.") }}

-
-
-

lurchi

- lurchi -

{{ _("secushare, Social, PSYC, Multicast.") }}

-
-
-
-
-

Martin Schanzenbach

-

{{ _("GNU Name System, Identity Management, ABE.") }}

-
-
-

Sree Harsha Totakura

- Sree Harsha Totakura -

{{ _("Testbed, voice.") }}

-
-
-

t3sserakt

- t3sserakt -

{{ _("secushare, Social, PSYC, Multicast.") }}

-
-
-
-
-

wldhx

- wldhx -

{{ _("Web site, packaging (Nix/Guix).") }}

-
-
-

carlo von lynX

- lynX -

{{ _("secushare, PSYC, multicast, advocacy, sights and sounds, UX.") }}

-
-
-

Christian Kühne

- Christian Kühne -

{{ _("secushare, Social, PSYC, Multicast, data protection theory.") }}

-
-
-
-
-

Bart Polot

-

{{ _("NSE, CADET.") }}

-
-
-

LRN

-

{{ _("W32 port.") }}

-
-
-

Nils Durner

-

{{ _("W32 port.") }}

-
-
-
-
-

ng0

-

{{ _("Documentation, gnURL, and in the broader sense all tasks related to System Integration of GNUnet") }}

-
-
-

tg

-

{{ _("Multicast.") }}

-
-
+
+
+
+

{{ _("About GNUnet") }}

+

+ {% trans %} + We still have to write this section. + {% endtrans %} +

+
+
{% endblock body_content %} diff --git a/common/footer.j2.inc b/common/footer.j2.inc index 8f9b70b9..3ba13291 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc @@ -4,9 +4,10 @@
diff --git a/team.html.j2 b/team.html.j2 new file mode 100644 index 00000000..df7e855f --- /dev/null +++ b/team.html.j2 @@ -0,0 +1,97 @@ +{% extends "common/base.j2" %} +{% block body_content %} +
+ +
+
+

Christian Grothoff

+ Christian Grothoff +

{{ _("GNU maintainer.") }}

+
+
+

dvn

+ dvn +

{{ _("Continuous Integration, secushare, packaging (Guix).") }}

+
+
+

Florian Dold

+ Florian Dold +

{{ _("Set, Consensus, Voting.") }}

+
+
+
+
+

Jeffrey Burdges

+ Jeffrey Burdges +

{{ _("Mix networking.") }}

+
+
+

Julius Büger

+ Julius Bünger +

{{ _("Random peer sampling.") }}

+
+
+

lurchi

+ lurchi +

{{ _("secushare, Social, PSYC, Multicast.") }}

+
+
+
+
+

Martin Schanzenbach

+

{{ _("GNU Name System, Identity Management, ABE.") }}

+
+
+

Sree Harsha Totakura

+ Sree Harsha Totakura +

{{ _("Testbed, voice.") }}

+
+
+

t3sserakt

+ t3sserakt +

{{ _("secushare, Social, PSYC, Multicast.") }}

+
+
+
+
+

wldhx

+ wldhx +

{{ _("Web site, packaging (Nix/Guix).") }}

+
+
+

carlo von lynX

+ lynX +

{{ _("secushare, PSYC, multicast, advocacy, sights and sounds, UX.") }}

+
+
+

Christian Kühne

+ Christian Kühne +

{{ _("secushare, Social, PSYC, Multicast, data protection theory.") }}

+
+
+
+
+

Bart Polot

+

{{ _("NSE, CADET.") }}

+
+
+

LRN

+

{{ _("W32 port.") }}

+
+
+

Nils Durner

+

{{ _("W32 port.") }}

+
+
+
+
+

ng0

+

{{ _("Documentation, gnURL, and in the broader sense all tasks related to System Integration of GNUnet") }}

+
+
+

tg

+

{{ _("Multicast.") }}

+
+
+
+{% endblock body_content %} -- cgit v1.2.3