]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/cebit.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / cebit.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("CeBIT special") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("IPFire at CeBIT 2010") }}</h1>
8 </div>
9
10 <img class="pull-right" src="{{ static_url("images/cebit-177px_schatten.png") }}" alt="CeBIT">
11
12 {% if lang == "de" %}
13 <p>
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.
17 </p>
18 <p>
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.
27 </p>
28 {% else %}
29 <p>
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.
37 Our very special thanks go out to
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.
43 </p>
44 {% end %}
45
46 <br style="clear: both;">
47 <hr>
48
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>
55
56 <hr>
57
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>
71 {% end block %}