added favicon and anfahrt page

This commit is contained in:
Timm Szigat 2015-09-08 08:44:47 +02:00
parent 0af06ab61c
commit 2812d6335a
6 changed files with 41 additions and 14 deletions

View File

@ -28,12 +28,12 @@
<a href="#">
Wiki
</a>
</li>
</li>-->
<li>
<a href="anfahrt.html">
Anfahrt
</a>
</li> -->
</li>
</ul>
</div>
</div>

View File

@ -11,12 +11,19 @@ a {
color: red;
}
.navbar-default .navbar-nav li a, .navbar-nav > li > a {
h1 {
padding-left:160px;
padding-bottom:20px;
color: $link-primary;
}
a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
color: red;
text-shadow: none;
&:hover {
&:hover, &:visited {
color: $link-hover;
text-decoration: none;
}
}
@ -44,7 +51,6 @@ a {
.navbar-default {
background:none;
//background-color:transparent;
box-shadow:none;
border:0;
}

View File

@ -2,29 +2,50 @@
layout: default
---
<h1>
Anfahrt
</h1>
<div class="box">
<h2>
Adresse
</h2>
<p class="text">
<p>
<a href="https://www.openstreetmap.org/?mlat=51.43855&mlon=7.02491#map=18/51.43855/7.02491">
Sibyllastr. 9 (Hinterhof)<br>
45136 Essen
</a>
</p>
<p>
Der Eingang befindet sich im Hinterhof und ist über die Durchfahrt erreichbar. Unsere Clubräume befinden sich sowohl in der <strong>1. Etage</strong> als auch im <strong>Keller</strong> des Gebäudes.
<a href="http://www.vrr.de/">ÖPNV</a> der <a href="http://www.evag.de/">EVAG</a> (Tram 105 und NE6) und die Linie S6 der <a href="http://reiseauskunft.bahn.de/">Deutschen Bahn</a> bis Bf Essen-Süd.
</p>
<p>
Die Koordinaten lauten:<br>
<strong>Longitude: 51.43855</strong><br>
<strong>Latitude: 7.02491</strong>
</p>
</div>
<div class="box">
<h2>
Gäste
Öffentlicher Verkehr
</h2>
<p class="text">
Interessierte Gäste sind eingeladen Mittwochs ab 19 Uhr zum Chaostreff zu kommen.
Der Chaostreff ist eine lockere Runde, in der an Projekten gearbeitet, Vorträge gehört und diskutiert wird.
<p>
<a href="http://www.vrr.de/">ÖPNV</a> (<strong>Tram 105</strong> und <strong>NE6</strong>) und die Linie <strong>S6</strong> der <a href="http://reiseauskunft.bahn.de/">Deutschen Bahn</a> bis <strong>Essen Süd Bf</strong>.
</p>
<p>
Vom Hauptbahnhof braucht ihr ca. 2 Minuten mit der Bahn und ca. 10 Minuten mit Bus und Tram.
</p>
</div>
Interessierte Menschen können gerne dazu kommen.
Neue Personen bekommen eine Führung durch den Hackspace und bekommen alle wichtigen Dinge gezeigt.
<div class="box">
<h2>
Mit dem Auto
</h2>
<p>
Die <strong>A52</strong>, <strong>A40</strong> und <strong>A42</strong> gehen mehr oder minder direkt durch Essen durch.
</p>
<p>
Die Parksituation auf unserer Strasse ist leider nicht die beste, aber der in der Nähe befindliche Staples / Lidl haben einen grossen, die ganze Nacht offenen, Parkplatz (Parken natürlich nur für Kunden), welcher nur wenige Meter vom Space entfernt ist.
</p>
</div>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -2,7 +2,7 @@
layout: default
---
<h1 style="padding-left:160px; padding-bottom:20px;">
<h1 style="">
{{ site.title }}
</h1>