From: Jan Paul Tuecking Date: Wed, 20 Jan 2010 23:00:36 +0000 (+0100) Subject: Added a pr page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=004505163ec70dcc6faa313eff2fe412a6c8ffea;p=ipfire.org.git Added a pr page. --- diff --git a/www/static/images/pr.png b/www/static/images/pr.png new file mode 100644 index 00000000..cbd1df17 Binary files /dev/null and b/www/static/images/pr.png differ diff --git a/www/templates/static/pr.html b/www/templates/static/pr.html new file mode 100644 index 00000000..a8e5e181 --- /dev/null +++ b/www/templates/static/pr.html @@ -0,0 +1,189 @@ +{% extends "../base.html" %} + +{% block title %}{{ _("Public Relations") }}{% end block %} + + +{% block content %} + + +
+

{{ _("Public Relations") }}

+ {{ _( +

+ {% if lang == "de" %} + Euer Ansprechpartner für die Bereiche Presse, allgemeine Öffentlichkeitsarbeit und Sponsoring: + {% else %} + Your contact person for the fields press, general public relations and sponsorship: + {% end %} +

+ Markus Krüger + eMail
+ Kollegstraße 2 / 432
+ 44801 Bochum
+ {% if lang != "de" %} + West Germany + {% end %} +

+
+ +
+ +
+

{{ _("Press") }}

+

+

{{ _("Press kit") }}

+ + {% if lang == "de" %} +

+ eigene Texte für die Presse - bitte hier rein schreiben +

+ {% else %} +

+ our own texts for the press - put in here +

+ {% end %} +
+ +

{{ _("Logos and print artworks") }}

+

+

+ +
+

+

+
+ +
+

{{ _("IPFire in the press") }}

+

+ {% if lang == "de" %} + Hier findet ihr einige Artikel über IPFire in der internationalen Presse.
+ Wenn ihr neue Artikel über IPFire kennt die hier noch nicht aufgelistet sind, sendet uns diese an die oben angegeben Adresse, + damit diese hinzugefügt werden können. + {% else %} + Below are recent articles about IPFire in the international press.
+ If you know of any news stories featuring IPFire that we have not listed here, please send details to the contact given above + so that we can include them. + {% end %} +

+
+
+
+
+ +
+

{{ _("Sponsoring") }}

+ {% if lang == "de" %} +

+ Allgemeine Informationen über Sponsoring und Partner - hier rein +

+ {% else %} +

+ General information about sponsorshop and partners - put in here +

+ {% end %} +
+ +

{{ _("friends of ipfire") }}

+

+ {% if lang == "de" %} + Die folgenden User ermöglichen dem Projekt die Nutzung ihrer persönlichen Server (Mirror, Build und Root Server). + An dieser Stelle möchten wir uns bei Allen für ihre Unterstützung bedanken. (Liste in alphabetischer Reihenfolge.) + {% else %} + The following users are supporting the project by sharing their personal server (mirror, build, and root servers). + At this point we would like to thank all for their help. (List in alphabetical order.) + {% end %} +

+ +
+

+
+ + + +{% end block %} + +{% block sidebar %} +

Public relations

+ +{% end block %}