forked from anti/kitchen-homepage
footer: add menu for contact; play with marquee
This commit is contained in:
parent
60835df87b
commit
9c4a087214
@ -18,7 +18,7 @@ description: "Hack Space Regensburg"
|
||||
|
||||
<small><small>Walderdorffstr. 13b, 93053 Regensburg | Bus: 2A Safferlingstrasse</small>
|
||||
|
||||
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=12.117855548858644%2C49.00914581514452%2C12.119462192058563%2C49.01055152737082&layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/#map=19/49.00985/12.11866">View Larger Map</a></small>
|
||||
<iframe id="tooltip" width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=12.117855548858644%2C49.00914581514452%2C12.119462192058563%2C49.01055152737082&layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/#map=19/49.00985/12.11866">View Larger Map</a></small>
|
||||
|
||||
|
||||
|
||||
@ -31,12 +31,13 @@ description: "Hack Space Regensburg"
|
||||
</marquee>
|
||||
|
||||
|
||||
<ul text-align:left>
|
||||
<li>Rund um die Kitchen</li>
|
||||
<li>Amtliches und Bürokratie (Dokumente, Formulare)</li>
|
||||
<li>Lebercast</li>
|
||||
<li>Members</li>
|
||||
</ul>
|
||||
Rund um die Kitchen
|
||||
Amtliches und Bürokratie (Dokumente, Formulare)
|
||||
Lebercast
|
||||
Members
|
||||
|
||||
|
||||
<hr>
|
||||
<small>
|
||||
[Twitter](https://twitter.com/binary_kitchen) | [Mailingliste](http://lists.binary-kitchen.de/listinfo/allgemein|Mailingliste) | [IRC channel](https://webirc.hackint.org/#irc://irc.hackint.org/#binary-kitchen|#binary-kitchen) | [0941 378 01 74 00](tel:0941378017400)
|
||||
[Twitter](https://twitter.com/binary_kitchen) | [Mailingliste](http://lists.binary-kitchen.de/listinfo/allgemein|Mailingliste) | [IRC channel](https://webirc.hackint.org/#irc://irc.hackint.org/#binary-kitchen) | [0941 378 01 74 00](tel:0941378017400)
|
||||
</small>
|
||||
|
@ -2,8 +2,7 @@
|
||||
title: Kontakt
|
||||
description: We'd love to hear from you
|
||||
type: page
|
||||
menu:
|
||||
main: {}
|
||||
menu: "footer"
|
||||
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,20 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
||||
♥ {{ now.Format "2006" }} {{ .Site.Title }}
|
||||
</a>
|
||||
{{ partial "social-follow.html" . }}
|
||||
<div class="flex-l items-center">
|
||||
{{ if .Site.Menus.footer }}
|
||||
<ul class="pl0 mr3">
|
||||
{{ range .Site.Menus.footer }}
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="{{ .URL }}" title="{{ .Name }} page">
|
||||
{{ .Name }}
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
{{ partial "social-follow.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -72,12 +72,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -133,6 +127,18 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -147,6 +153,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -189,6 +183,18 @@ Short description
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -203,6 +209,7 @@ Short description
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -81,12 +81,6 @@ Short description"/>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -168,6 +162,18 @@ Short description"/>
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -182,6 +188,7 @@ Short description"/>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -147,6 +141,18 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -161,6 +167,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -78,12 +78,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -185,6 +179,18 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -199,6 +205,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -146,7 +140,7 @@
|
||||
|
||||
<p><small><small>Walderdorffstr. 13b, 93053 Regensburg | Bus: 2A Safferlingstrasse</small></p>
|
||||
|
||||
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=12.117855548858644%2C49.00914581514452%2C12.119462192058563%2C49.01055152737082&layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/#map=19/49.00985/12.11866">View Larger Map</a></small></p>
|
||||
<p><iframe id="tooltip" width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=12.117855548858644%2C49.00914581514452%2C12.119462192058563%2C49.01055152737082&layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/#map=19/49.00985/12.11866">View Larger Map</a></small></p>
|
||||
|
||||
<h2 id="binary-kitchen">Binary Kitchen</h2>
|
||||
|
||||
@ -157,14 +151,16 @@
|
||||
|
||||
<p></marquee></p>
|
||||
|
||||
<p><ul text-align:left>
|
||||
<li>Rund um die Kitchen</li>
|
||||
<li>Amtliches und Bürokratie (Dokumente, Formulare)</li>
|
||||
<li>Lebercast</li>
|
||||
<li>Members</li>
|
||||
</ul>
|
||||
<small>
|
||||
<a href="https://twitter.com/binary_kitchen">Twitter</a> | <a href="http://lists.binary-kitchen.de/listinfo/allgemein|Mailingliste">Mailingliste</a> | <a href="https://webirc.hackint.org/#irc://irc.hackint.org/#binary-kitchen|#binary-kitchen">IRC channel</a> | <a href="tel:0941378017400">0941 378 01 74 00</a>
|
||||
<pre><code>Rund um die Kitchen
|
||||
Amtliches und Bürokratie (Dokumente, Formulare)
|
||||
Lebercast
|
||||
Members
|
||||
</code></pre>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><small>
|
||||
<a href="https://twitter.com/binary_kitchen">Twitter</a> | <a href="http://lists.binary-kitchen.de/listinfo/allgemein|Mailingliste">Mailingliste</a> | <a href="https://webirc.hackint.org/#irc://irc.hackint.org/#binary-kitchen">IRC channel</a> | <a href="tel:0941378017400">0941 378 01 74 00</a>
|
||||
</small></p>
|
||||
|
||||
</article>
|
||||
@ -229,6 +225,18 @@ Short description
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -243,6 +251,7 @@ Short description
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -95,12 +95,6 @@ If it’s not in the log, it didn’t happen!
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -190,6 +184,18 @@ If it’s not in the log, it didn’t happen!
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -204,6 +210,7 @@ If it’s not in the log, it didn’t happen!
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -175,6 +169,18 @@ If it’s not in the log, it didn’t happen!
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -189,6 +195,7 @@ If it’s not in the log, it didn’t happen!
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -205,6 +199,18 @@ Die “Projekte” [[labor:bastelkiste|Bastelkiste]], [[labor:bastelkist
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -219,6 +225,7 @@ Die “Projekte” [[labor:bastelkiste|Bastelkiste]], [[labor:bastelkist
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -169,6 +163,18 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -183,6 +189,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -74,12 +74,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/projekte/" title="Projekte page">
|
||||
Projekte
|
||||
@ -164,6 +158,18 @@
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
|
||||
♥ 2017 binary.kitchen
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/contact/" title="Kontakt page">
|
||||
Kontakt
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -178,6 +184,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user