diff --git a/en.html b/en.html index 41b4e553551081d764c4eee47e01fb2f2f8395b8..64dd9ece157ce72755a392bf4524386983711d81 100644 --- a/en.html +++ b/en.html @@ -39,6 +39,20 @@ The Hacken Open Air is all about joint crafting, discussion and barbecue. We deliberately forgo a lecture program. Instead, we leave you free space for self-organized lectures and workshops. + <div id="recent" > + <h3>Last Minute Infos</h3> + <p class="plock" >FTTT: We will use Multimode-Fiber at 850nm. + Connectors will be SC and LC. If you want you can bring + your own switch or media converter.</p> + <p class="plock" >Our last visit on site tells us: Bring your + electric insect killers.</p> + <p class="plock" >Arrival and departure: Arrival for visitors + starts on Thursday morning. Departure will be until Sunday + afternoon.<br /> + If you want to help us you can arrive earlier and leave + later. + </p> + </div> <div id="infrastructure"> <h3>Infrastructure</h3> <h4>Electricity</h4> diff --git a/hoa.css b/hoa.css index 34ec8d01eca51c2f4a3759a304682cece9fce1f1..3a4c0ed494b05b48e45ba53f81d6d38c64cd30ee 100644 --- a/hoa.css +++ b/hoa.css @@ -192,3 +192,13 @@ iframe { margin-left: -375px; } } + +.plock { + margin: 0; + display: table; +} +.plock::before { + content: "+"; + display: table-cell; + width: 1em; +} diff --git a/index.html b/index.html index 5515c135225ed4d2d7524e796ac2f6b349b5c795..85804346544bfb9e3ec3a1eda621cdf4f5d6fc06 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,17 @@ selbstorganisierte Vorträge und Workshops.<br><br> Dieses Jahr campen wir auf dem <a href="http://glockenheide.de" >Campingplatz Glockenheide</a> in Rötgesbüttel - 20km nördlich von Braunschweig. + <div id="aktuelles" > + <h3>Last Minute Infos</h3> + <p class="plock" >FTTT: Wir werden Multimode-Faser 850nm + einsetzen. Steckverbinder werden SC und LC sein.</p> + <p class="plock" >Die letzte Begehnung hat gezeigt: + Packt die elektrischen Insektenvernichter ein.</p> + <p class="plock" >An- und Abreise: Anreise für Besucher ist ab + Donnerstag Vormittag und die Abreise bis Sonntag + Nachmittag.<br /> + Wer hilft darf gern früher kommen und später abreisen.</p> + </div> <div id="infrastruktur"> <h3>Infrastruktur</h3> <h4>Strom</h4>