Skip to content
Snippets Groups Projects
Commit e649c811 authored by Kasalehlia's avatar Kasalehlia
Browse files

english version, style improvements, favicon

parent 5019ab0a
Branches
Tags
No related merge requests found
de.png 0 → 100644
de.png

951 B

en.html 0 → 100644
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon_h.png" type="image/png">
<title>Hacken Open Air 2::17</title>
<link rel="stylesheet" href="hoa.css">
</head>
<body>
<div id="top"></div>
<div class="headers" align="center">
<h1>Hacken Open Air 2::17</h1>
</div>
<div class="nav-container" align="center">
<ul class="nav">
<li><a href="#top">Top</a></li>
<li><a href="#info">Info</a></li>
<li><a href="#arrival">Arrival</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://tickets.hackenopenair.de">Presale</a></li>
<li><a href="/index.html"><img src="/de.png"></a></li>
</ul>
</div>
<div class="main">
<div align="center">
<h3>07.09 - 10.09 in Peine</h3>
<img id="specht" src="specht.svg">
</div>
<div id="info">
<h2>Info</h2>
The Hacken Open Air is hacker camping at its finest. It is organized by the hackerspace <a href="https://stratum0.org">Stratum 0</a>. The location for our cozy get-together will be Peine.<br>
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="arrival-departure">
<h3>Arrival and Departure</h3>
The campsite opens on Wednesday afternoon.<br>
The departure must take place until Sunday afternoon.<br>
</div>
<div id="camping">
<h3>Camping</h3>
Our camp offers enough space for up to 400 people as well as tents, pavilions and decoration.<br>
It is still undecided whether we can offer car camping. In any case, there will be plenty of parking on the premises.<br>
There will be toilets and showers on the campsite.
</div>
<div id="infrastructure">
<h3>Infrastructure</h3>
In the camp we offer you a basic electricity supply: notebooks, gadgets and colorful lights can be operated and charged. However, you should plan to bring a few meters of cable to connect your tents. It is very likely that the operation of electrically powered pizza ovens, water heaters, whirlpools or similar appliances will not be possible.<br>
On the campsite LAN and WLAN are available. We hope that we can connect our network to the Internet with sufficient bandwidth. DECT will be available for communication.
</div>
<div id="food">
<h3>Food</h3>
There will be no central catering. Please plan to be self-sufficient<br>
Anyone who likes to prepare food for or with others is welcome: Food hacking, cooking events and workshops are encouraged.<br>
A bar with caffeinated and noncaffeinated alcoholic and nonalcoholic drinks will be (at least) on the hacking-plaza. Of course, we will offer Tschunk as well.
</div>
<div id="fees">
<h3>Fees</h3>
The admittance fee for the Hacken Open Air is 65EUR per person.<br>
The price includes camping, electricity and sanitary facilities for the duration of the Hacken Open Air.<br>
Tickets are available in our <a href="https://tickets.hackenopenair.de/">Presale</a> - together with cups and t-shirts.
To make this fair price possible, we depend on your help: During the Hacken Open Air we will need your support as an angel. You can find the angel system <a href="https://hackenopenair.de/engelsystem/">here</a>.
</div>
</div>
<div id="arrival">
<h2>Arrival</h2>
<iframe scrolling="no" src="https://www.openstreetmap.org/export/embed.html?bbox=10.189990997314455%2C52.26994320551473%2C10.367832183837892%2C52.34970691137587&amp;layer=mapnik&amp;marker=52.308695093798434%2C10.279662609100342" style="border: 1px solid black"></iframe>
<br>
<small><a href="https://www.openstreetmap.org/?mlat=52.3098&amp;mlon=10.2789#map=13/52.3098/10.2789">on OpenStreetMap</a></small><br>
<p>
The Hacken Open Air takes place at the <a href="http://ujzpeine.com/">UJZ Peine</a><br>
Around the UJZ, more than 6000m² of space is available for camping. In addition, we offer you a hacking plaza and workshop / party locations on the grounds of the UJZ. More information about the site will be provided soon.<br>
The address for your navigation devices:<br>
<br>
Beneckestrasse 9<br>
31224 Peine<br>
<br>
The following travel options are available:
<dl>
<dt>Car</dt>
<dd>
Take the A2 to the Peine Ost exit.
Follow the K 75 south to the roundabout, take the second
exit to Ostrandstrasse. After about 1.5km
turn left onto Woltorfer Strasse.
After another 1.2km turn right into Beneckestrasse.
</dd>
<dt>Train</dt>
<dd>
Take the RE 70 to Peine, then about 3.5 km footpath.
Or take a taxi.
</dd>
<dt>Plane</dt>
<dd>
The next major airport is Hannover (HAJ), from there take the
S-Bahn to Hannover Hbf and the RE 70 to Peine.
</dd>
</dl>
</div>
<div id="contact">
<h2>Contact</h2>
Email: <a href="mailto:kontakt@hackenopenair.de">kontakt@hackenopenair.de</a><br>
IRC: #hackenopenair @ irc.freenode.net<br>
<a href="/impressum.html">Imprint</a>
</div>
<h2 id="footnote">An Event by <a href="https://stratum0.org">Stratum 0</a></h2>
</div>
</body>
</html>
favicon.png

1.41 KiB

favicon_e.png

1.48 KiB

favicon_h.png

1.43 KiB

gb.png 0 → 100644
gb.png

3.69 KiB

......@@ -66,6 +66,10 @@ h2 {
color: #ff00de;
font-size: 200%;
}
.nav li a img {
height: 30px;
margin-bottom: -6px;
}
iframe {
width: 400px;
height: 300px;
......@@ -133,6 +137,14 @@ iframe {
.main > div > h2 {
padding-top: 100px;
}
.nav li a img {
height: 20px;
}
}
@media (max-width: 390px) {
.nav li {
margin: 0 4px;
}
}
@media (min-width: 970px) {
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon_h.png" type="image/png">
<title>Hacken Open Air 2::17</title>
<link rel="stylesheet" href="hoa.css">
</head>
<body>
<div class="main">
<div>
<a href="/">Zurück zur Hauptseite</a><br><br>
<h3>Impressum</h3>
Verantwortlich für den Inhalt dieser Seite nach §6Abs.2 MDStV ist die SFMW UG (haftungsbeschränkt) vertreten durch ihren Geschäftsführer René Stegmaier. Die SMFW UG (haftungsbeschränkt) ist beim Amtsgericht Hildesheim unter der Registernummer 204219 ins Handelsregister eingetragen.<br><br>
SMFW UG (haftungsbeschränkt)<br>
Ummersche Heerstr. 5<br>
38518 Gifhorn
</div>
<h2 id="footnote">Eine Veranstaltung des <a href="https://stratum0.org">Stratum 0</a></h2>
</div>
</body>
</html>
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon_h.png" type="image/png">
<title>Hacken Open Air 2::17</title>
<link rel="stylesheet" href="hoa.css">
</head>
......@@ -17,6 +18,8 @@
<li><a href="#info">Info</a></li>
<li><a href="#anfahrt">Anfahrt</a></li>
<li><a href="#kontakt">Kontakt</a></li>
<li><a href="https://tickets.hackenopenair.de">Presale</a></li>
<li><a href="/en.html"><img src="/gb.png"></a></li>
</ul>
</div>
<div class="main">
......@@ -37,7 +40,7 @@
</div>
<div id="camping">
<h3>Camping</h3>
Das Camp bietet ausreichend Platz für mindestens 200 Personen und eure Zelte, Pavillons und Deko.<br>
Das Camp bietet ausreichend Platz für bis zu 400 Personen und eure Zelte, Pavillons und Deko.<br>
Es steht noch offen, ob wir Auto-Camping anbieten können. Auf jeden Fall wird es auf dem Gelände ausreichend Parkplätze geben.<br>
Am Camp wird es Toiletten und Duschen geben.
</div>
......@@ -54,25 +57,25 @@
</div>
<div id="preise">
<h3>Preise</h3>
Das Hacken Open Air kostet pro Person 42EUR.<br>
Das Hacken Open Air kostet pro Person 65EUR.<br>
Im Preis enthalten sind Camping, Strom und Sanitäreinrichtungen für die Dauer des Hacken Open Air.<br>
Tickets bekommt ihr – wahrscheinlich zusammen mit Tassen und T-Shirts – in unserem Presale.<br>
Damit dieser faire Preis möglich ist, sind wir auf eure Hilfe angewiesen: Auf dem Hacken Open Air brauchen wir eure Unterstützung als Engel. Weitere Informationen folgen in Kürze.
Tickets bekommt ihr – zusammen mit Tassen und T-Shirts – in unserem <a href="https://tickets.hackenopenair.de/">Presale</a>.<br>
Damit dieser faire Preis möglich ist, sind wir auf eure Hilfe angewiesen: Auf dem Hacken Open Air brauchen wir eure Unterstützung als Engel. Das Engelsystem findet ihr <a href="https://hackenopenair.de/engelsystem/">hier</a>.
</div>
</div>
<div id="anfahrt">
<h2>Anfahrt</h2>
<iframe scrolling="no" src="https://www.openstreetmap.org/export/embed.html?bbox=10.189990997314455%2C52.26994320551473%2C10.367832183837892%2C52.34970691137587&amp;layer=mapnik&amp;marker=52.30984302379418%2C10.278911590576172" style="border: 1px solid black"></iframe>
<iframe scrolling="no" src="https://www.openstreetmap.org/export/embed.html?bbox=10.189990997314455%2C52.26994320551473%2C10.367832183837892%2C52.34970691137587&amp;layer=mapnik&amp;marker=52.308695093798434%2C10.279662609100342" style="border: 1px solid black"></iframe>
<br>
<small><a href="https://www.openstreetmap.org/?mlat=52.3098&amp;mlon=10.2789#map=13/52.3098/10.2789">Auf der OSM ansehen</a></small><br>
<p>
Das Hacken Open Air findet im <a href="http://ujzpeine.com/">UJZ Peine</a> statt.<br>
Rund um das UJZ stehen uns [TBD] m² Fläche zum Campen zur Verfügung. Darüber hinaus bieten wir euch auf dem Gelände des UJZ eine Hacking Plaza und Workshop/Party-Locations. Mehr Informationen zum Gelände folgen.<br>
Rund um das UJZ stehen uns mehr als 6000m² Fläche zum Campen zur Verfügung. Darüber hinaus bieten wir euch auf dem Gelände des UJZ eine Hacking Plaza und Workshop/Party-Locations. Mehr Informationen zum Gelände folgen.<br>
Die Adresse für eure Navigationsgeräte ist:<br>
<br>
Beneckenstrasse 9<br>
Beneckestrasse 9<br>
31224 Peine<br>
<br>
Folgende Optionen zur Anreise bieten sich an:
......@@ -103,6 +106,7 @@
<h2>Kontakt</h2>
Email: <a href="mailto:kontakt@hackenopenair.de">kontakt@hackenopenair.de</a><br>
IRC: #hackenopenair @ irc.freenode.net<br>
<a href="/impressum.html">Impressum</a>
</div>
<h2 id="footnote">Eine Veranstaltung des <a href="https://stratum0.org">Stratum 0</a></h2>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment