From: Jan Paul Tuecking Date: Sun, 18 Apr 2010 21:26:29 +0000 (+0200) Subject: Added the artwork page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a763c12f3eb75f89e956c196217e412ee03bf35b;p=ipfire.org.git Added the artwork page. --- diff --git a/www/templates/static/artwork.html b/www/templates/static/artwork.html new file mode 100644 index 00000000..deb0eadb --- /dev/null +++ b/www/templates/static/artwork.html @@ -0,0 +1,107 @@ +{% extends "../base.html" %} + +{% block title %}{{ _("Artwork") }}{% end block %} + + +{% block content %} + + +
+

{{ _("Artwork") }}

+ {{ _( +

+ {% if lang == "de" %} + Hier finden Sie Logos und Printvorlagen des IPFire Projektes. + {% else %} + Here you will find logos and print templates of the IPFire project. + {% end %} +

+
+
+ +
+

{{ _("Online media") }}

+

+

+

+
+ +
+

{{ _("Print media") }}

+

+

+
+ +     + + +
+ + +     + + +
+

+
+ +
+

{{ _("Licenses") }}

+

+ + {% if lang == "de" %} + + Der Tux ist unter GPL lizensiert. +
+ Alle Rechte an künstlerischen Werken bzw. deren Inhalte, die nicht explizit anders gekennzeichnet sind, + gehören dem IPFire-Projekt und sind folglich urheberrechtlich geschützt und dürfen nur mit ausdrücklicher Genehmigung verwendet werden. +
Für Presse und Berichterstattungen rund um das IPFire-Projekt sind die Inhalte dieser Seite auch ohne Genehmigung verwendbar. +
+ Das Icon Set wurde von + Jonas Rask Design + erstellt und lizensiert als frei für nicht-kommerzielle Nutzung. + {% else %} + The Tux is licensed under GPL. +
+ All rights of artistic works and their content, which are not explicitly labled belong to the IPFire project + and are protected by copyright and may not be used without explicit authorization. +
For press releases around the IPFire project the contents of this page is usable without any permission. +
+ The icon set was created by + Jonas Rask Design + and licensed as free for non-commercial use. + {% end %} +

+
+ +{% end block %} + +{{ modules.SidebarBanner(banner) }} + +{% block sidebar %} +

Public relations

+ +{% end block %}