]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/cebit.html
Show SSL protocol (and possibly cipher) in page footer
[people/shoehn/ipfire.org.git] / templates / static / cebit.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("CeBIT special") }}{% end block %}
4
5 {% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("IPFire at CeBIT 2010") }}</h1>
9 </div>
10 </header>
11 {% end header %}
12
13 {% block body %}
14 <img class="pull-right" src="{{ static_url("images/cebit-177px_schatten.png") }}" alt="CeBIT">
15
16 {% if lang == "de" %}
17 <p>
18 Vom 2. bis 6. März 2010 fand die <strong>CeBIT</strong> in Hannover statt.
19 Das IPFire-Projekt war in diesem Jahr mit einem Stand in der
20 <em>Open Source Project Lounge</em> vertreten.
21 </p>
22 <p>
23 Unser Danke gebührt allen Spendern, die uns bei diesem Stand durch
24 ihre Mithilfe unter die Arme gegriffen haben.
25 Wir danken der <a href="http://www.linuxnewmedia.de/Produkte/Events">Linux New Media AG</a>
26 und der <a href="http://www.cebit.de/opensource_d">Messegesellschaft</a>,
27 welche für ausgewählte Open Source-Projekte kostenlose Stände zur
28 Verfügung gestellt haben.
29 Die <strong>CeBIT</strong>, die weltgrößte Computer- und Telekommunikationsmesse,
30 war eine große Chance, das Projekt bekannter zu machen und neue Kontakte zu knüpfen.
31 </p>
32 {% else %}
33 <p>
34 From 2nd to 6th March 2010, the IPFire project attended CeBIT in
35 Hanover, Germany with its own booth which was to be found
36 in the <em>Open Source Project Lounge</em>.
37 </p>
38 <p>
39 We would like to thank all the people who contributed to the booth
40 and made it happening.
41 Our very special thanks go out to
42 <a href="http://www.linuxnewmedia.de/Produkte/Events">Linux New Media AG</a> and
43 <a href="http://www.cebit.de/opensource_d">Messegesellschaft</a>,
44 who offered free booths to selected Open Source projects.
45 This was an excellent chance for IPFire to gain more
46 recognition and to get in touch new people.
47 </p>
48 {% end %}
49
50 <br style="clear: both;">
51 <hr>
52
53 <div class="row">
54 <div class="col-lg-8 col-md-8 col-lg-offset-2 ac">
55 <iframe width="640" height="360" src="http://www.youtube.com/embed/9zUcQouQ1sE?rel=0" frameborder="0" allowfullscreen></iframe>
56 <br>
57 <a href="http://eine-minute.blogspot.com/2010/03/ipfire-eine-utm-auf-opensource-basis.html">"eine-minute" Blog</a>
58 </div>
59 </div>
60
61 <hr>
62
63 <div class="row">
64 {% for i in range(1, 5) %}
65 <div class="col-lg-3 col-md-3 col-sm-6">
66 <a class="thumbnail" href="{{ static_url("images/cebit/cebit_2010_%d.jpg" % i) }}">
67 <img src="{{ static_url("images/cebit/cebit_2010_%d_tn.jpg" % i) }}" alt="{{ _("CeBIT") }}">
68 </a>
69 </div>
70 {% end %}
71 </div>
72 {% end block %}