aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 10:42:04 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 10:42:12 +0100
commit1e5e70ea188a3f20f13d64dd2f2d4213823bec90 (patch)
treea39176b16880115203ddc01a16ab2dd5843aae6b
parent732d8c80b6acc3a01a85102948e74b34fd566dbf (diff)
downloadwww-1e5e70ea188a3f20f13d64dd2f2d4213823bec90.tar.gz
www-1e5e70ea188a3f20f13d64dd2f2d4213823bec90.zip
add old funding to about (#5589)
-rw-r--r--about.html.j240
-rw-r--r--images/dfg_logo.gifbin0 -> 1426 bytes
-rw-r--r--images/fp7_logo.jpgbin0 -> 11558 bytes
-rw-r--r--images/nlnet_logo.gifbin0 -> 5433 bytes
-rw-r--r--images/rff_logo.pngbin0 -> 7254 bytes
5 files changed, 39 insertions, 1 deletions
diff --git a/about.html.j2 b/about.html.j2
index 06d8560c..ef0e54e4 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -6,9 +6,47 @@
6 <h3>{{ _("About GNUnet") }}</h3> 6 <h3>{{ _("About GNUnet") }}</h3>
7 <p> 7 <p>
8 {% trans %} 8 {% trans %}
9 We still have to write this section. 9 We still have to write this section.
10 {% endtrans %} 10 {% endtrans %}
11 </p> 11 </p>
12 <h4>{{ _("Current funding") }}</h3>
13 <p>
14 {% trans %}
15 We currently do not have any grants. All work is done by volunteers.
16 {% endtrans %}
17 </p>
18 <h4>{{ _("Past funding") }}</h3>
19 <p>
20 {% trans %}
21 We are grateful for past funding from the following organizations:
22 {% endtrans %}
23 <ul>
24 <li>
25 <p>
26 <a href="https://renewablefreedom.org/">Renewable Freedom Foundation</a><br>
27 <img src="{{ url('images/rff_logo.png') }}" alt="RFF logo">
28 </p>
29 </li>
30 <li>
31 <p>
32 <a href="https://cordis.europa.eu/fp7/">European Commission (FP7)</a><br>
33 <img src="{{ url('images/fp7_logo.jpg') }}" alt="FP7 logo">
34 </p>
35 </li>
36 <li>
37 <p>
38 <a href="http://www.dfg.de/">Deutsche Forschungsgemeinschaft</a><br>
39 <img src="{{ url('images/dfg_logo.gif') }}" alt="DFG logo">
40 </p>
41 </li>
42 <li>
43 <p>
44 <a href="https://nlnet.nl/">NLnet Foundation</a><br>
45 <img src="{{ url('images/nlnet_logo.gif') }}" alt="NLnet logo">
46 </p>
47 </li>
48 </ul>
49 </p>
12 </section> 50 </section>
13 </article> 51 </article>
14</div> 52</div>
diff --git a/images/dfg_logo.gif b/images/dfg_logo.gif
new file mode 100644
index 00000000..c566a73e
--- /dev/null
+++ b/images/dfg_logo.gif
Binary files differ
diff --git a/images/fp7_logo.jpg b/images/fp7_logo.jpg
new file mode 100644
index 00000000..c179c7f1
--- /dev/null
+++ b/images/fp7_logo.jpg
Binary files differ
diff --git a/images/nlnet_logo.gif b/images/nlnet_logo.gif
new file mode 100644
index 00000000..3e904d2c
--- /dev/null
+++ b/images/nlnet_logo.gif
Binary files differ
diff --git a/images/rff_logo.png b/images/rff_logo.png
new file mode 100644
index 00000000..e663c38a
--- /dev/null
+++ b/images/rff_logo.png
Binary files differ