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