]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/press.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / press.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Press") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Press") }}</h1>
8 </div>
9
10 <a class="thumbnail pull-right" href="{{ static_url("images/tux/ipfire_tux_512x512.png") }}">
11 <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="{{ _("Logo") }}">
12 </a>
13
14 {% if lang == "de" %}
15 <p>
16 Ihr Ansprechpartner für die Bereiche Presse und allgemeine Öffentlichkeitsarbeit und Sponsoring:
17 </p>
18 {% else %}
19 <p>
20 Your contact for public relations:
21 </p>
22 {% end %}
23
24 <address>
25 <strong>Michael Tremer</strong><br>
26 Gerhardstraße 8<br>
27 D-45711 Datteln<br>
28
29 <a href="mailto:michael.tremer@ipfire.org">
30 <i class="icon-envelope"></i>
31 {{ _("Mail") }}
32 </a>
33 </address>
34
35 <h2>{{ _("Logo") }}</h2>
36 {% if lang == "de" %}
37 <p>
38 Klicken Sie rechts auf das Vorschaubild, um das IPFire Logo in einer
39 hohen Auflösung herunterzuladen.
40 </p>
41 <p>
42 Auf unserer <a href="/artwork">Artwork</a>-Seite finden sich
43 alle Formate des IPFire-Logos und weitere Printvorlagen.
44 </p>
45 {% else %}
46 <p>
47 Click on the thumbnail on the right to order the IPFire logo
48 in a high resolution.
49 </p>
50 <p>
51 More of this kind is to be found on our
52 <a href="/artwork">artwork</a> page.
53 </p>
54 {% end %}
55
56 <br style="clear: both;">
57 {% end block %}