]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/static/cebit.html
Show SSL protocol (and possibly cipher) in page footer
[people/shoehn/ipfire.org.git] / templates / static / cebit.html
CommitLineData
60024cc8 1{% extends "../base-1.html" %}
2b45aa32 2
60024cc8 3{% block title %}{{ _("CeBIT special") }}{% end block %}
2b45aa32 4
9b5ac075
MT
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 %}
2b45aa32 12
9b5ac075 13{% block body %}
60024cc8 14 <img class="pull-right" src="{{ static_url("images/cebit-177px_schatten.png") }}" alt="CeBIT">
2b45aa32 15
2b45aa32 16 {% if lang == "de" %}
2b45aa32 17 <p>
60024cc8
MT
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.
2b45aa32 21 </p>
2b45aa32 22 <p>
60024cc8
MT
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.
49593444 31 </p>
2b45aa32 32 {% else %}
49593444 33 <p>
60024cc8
MT
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.
49593444 41 Our very special thanks go out to
60024cc8
MT
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.
49593444 47 </p>
2b45aa32 48 {% end %}
2b45aa32 49
60024cc8
MT
50 <br style="clear: both;">
51 <hr>
2b45aa32 52
60024cc8 53 <div class="row">
94cf85ac 54 <div class="col-lg-8 col-md-8 col-lg-offset-2 ac">
60024cc8 55 <iframe width="640" height="360" src="http://www.youtube.com/embed/9zUcQouQ1sE?rel=0" frameborder="0" allowfullscreen></iframe>
9b5ac075
MT
56 <br>
57 <a href="http://eine-minute.blogspot.com/2010/03/ipfire-eine-utm-auf-opensource-basis.html">"eine-minute" Blog</a>
60024cc8
MT
58 </div>
59 </div>
2b45aa32 60
60024cc8 61 <hr>
bf605028 62
94cf85ac 63 <div class="row">
9b5ac075 64 {% for i in range(1, 5) %}
94cf85ac 65 <div class="col-lg-3 col-md-3 col-sm-6">
9b5ac075
MT
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>
94cf85ac 69 </div>
9b5ac075 70 {% end %}
94cf85ac 71 </div>
bf605028 72{% end block %}