]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove press page
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2015 22:57:00 +0000 (23:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2015 22:57:00 +0000 (23:57 +0100)
templates/base.html
templates/static/press.html [deleted file]

index 6b7563d4ceca684acbde50e0c0db4c13c06c71a2..63cd06312f5cb6783522486917d43d6a331073fb 100644 (file)
                        <footer class="footer">
                                <div class="container">
                                        <ul class="list-unstyled list-inline pull-right">
-                                               {% if hostname in ("www.ipfire.org", "dev.ipfire.org") %}
-                                                       <li>
-                                                               <a href="/press">{{ _("Press") }}</a>
-                                                       </li>
-                                                       <li class="text-muted">&middot;</li>
-                                               {% end %}
                                                <a href="http://www.ipfire.org/imprint">{{ _("Imprint") }}</a>
 
                                                {% if hostname == "wishlist.ipfire.org" %}
diff --git a/templates/static/press.html b/templates/static/press.html
deleted file mode 100644 (file)
index a3993c5..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-{% extends "../base-1.html" %}
-
-{% block title %}{{ _("Press") }}{% end block %}
-
-{% block body %}
-       <div class="page-header">
-               <h1>{{ _("Press") }}</h1>
-       </div>
-
-       <a class="thumbnail pull-right" href="{{ static_url("images/tux/ipfire_tux_512x512.png") }}">
-               <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="{{ _("Logo") }}">
-       </a>
-
-       {% if lang == "de" %}
-               <p>
-                       Ihr Ansprechpartner für die Bereiche Presse und allgemeine Öffentlichkeitsarbeit und Sponsoring:
-               </p>
-       {% else %}
-               <p>
-                       Your contact for public relations:
-               </p>
-       {% end %}
-
-       <address>
-               <strong>Michael Tremer</strong><br>
-               Gerhardstraße 8<br>
-               D-45711 Datteln<br>
-       
-               <a href="mailto:michael.tremer@ipfire.org">
-                       <i class="glyphicon glyphicon-envelope"></i>
-                       {{ _("Mail") }}
-               </a>
-       </address>
-
-       <h2>{{ _("Logo") }}</h2>
-       {% if lang == "de" %}
-               <p>
-                       Klicken Sie rechts auf das Vorschaubild, um das IPFire Logo in einer
-                       hohen Auflösung herunterzuladen.
-               </p>
-               <p>
-                       Auf unserer <a href="/artwork">Artwork</a>-Seite finden sich
-                       alle Formate des IPFire-Logos und weitere Printvorlagen.
-               </p>
-       {% else %}
-               <p>
-                       Click on the thumbnail on the right to order the IPFire logo
-                       in a high resolution.
-               </p>
-               <p>
-                       More of this kind is to be found on our
-                       <a href="/artwork">artwork</a> page.
-               </p>
-       {% end %}
-
-       <br style="clear: both;">
-{% end block %}