Skip to content

Commit ec51e8c

Browse files
committed
Include hotels, fix styling, fix Google Maps links
1 parent baf77c0 commit ec51e8c

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

content/2024/menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li class="nav-item"><a class="nav-link" href="/2024.html#keynotes">Keynotes</a></li>
2424
<li class="nav-item"><a class="nav-link" href="/2024.html#programme">Programme</a></li>
2525
<li class="nav-item"><a class="nav-link" href="/2024.html#contact">Contact</a></li>
26+
<li class="nav-item"><a class="nav-link" href="/2024.html#hotels">Hotels</a></li>
2627
$partial("content/menu-archive.html")$
2728
<li class="nav-item">
2829
<a class="nav-link" href="https://twitter.com/MuniHac" target="_tab"><i class="bi bi-twitter-x" /></a>

hotels/01-best-western-the-k.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ stars: 4
55
street: "Dieselstraße 17"
66
zip: "85774"
77
city: "Unterföhring"
8-
remark: "In walking distance to the hackathon. Located within an industrial complex."
9-
mapsurl: "https://www.google.com/maps/embed/v1/directions?key=AIzaSyCIsyJgmJQ4L6tmhtsON8Ei8ReqM0cYDg4&origin=Dieselstrasse+17,85774+Unterfoehring&destination=Betastrasse+13a,+85774+Unterfoehring&zoom=16"
8+
remark: "In walking distance to the hackathon."
9+
mapsurl: "https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d484.024466925455!2d11.651463934976253!3d48.18525833984362!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479e74c05de3f58d%3A0x455f40e6b53b0b80!2sBest%20Western%20Hotel%20The%20K%20M%C3%BCnchen%20Unterf%C3%B6hring!5e0!3m2!1sde!2sde!4v1725608651574!5m2!1sde!2sde"
1010
---

hotels/03-hotel-ibis.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ street: "Ungererstrasse 139"
66
zip: "80805"
77
city: "Munich"
88
remark: "Good compromise between downtown and TNG."
9-
mapsurl: "https://www.google.com/maps/embed/v1/directions?key=AIzaSyCIsyJgmJQ4L6tmhtsON8Ei8ReqM0cYDg4&origin=Ungererstrasse+139,80805+Munich&destination=Betastrasse+13a,+85774+Unterfoehring&zoom=12&mode=transit"
9+
mapsurl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2660.640086315749!2d11.595990977661641!3d48.175017548552184!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479e744cf54ec4e9%3A0x4e3f477e4396e1f9!2sibis%20Hotel%20M%C3%BCnchen%20City%20Nord!5e0!3m2!1sde!2sde!4v1725608794673!5m2!1sde!2sde"
1010
---

hotels/04-b-and-b.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ street: "Frankfurter Ring 243"
66
zip: "80807"
77
city: "Munich"
88
remark: "Good compromise between downtown and TNG."
9-
mapsurl: "https://www.google.com/maps/embed/v1/directions?key=AIzaSyCIsyJgmJQ4L6tmhtsON8Ei8ReqM0cYDg4&origin=Frankfurter+Ring+243,80807+Munich&destination=Betastrasse+13a,+85774+Unterfoehring&zoom=11&mode=transit"
9+
mapsurl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2660.0176227427314!2d11.603794077662002!3d48.18701194771666!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479e74449cee1a71%3A0xce5cf13aad93cfb!2sB%26B%20HOTEL%20M%C3%BCnchen%20City-Nord!5e0!3m2!1sde!2sde!4v1725608921771!5m2!1sde!2sde"
1010
---

pages/2024.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
$partial("content/2024/programme.html")$
1515
<a name="contact" />
1616
$partial("content/contact.html")$
17+
<a name="hotels" />
18+
$partial("templates/hotels.html")$

templates/hotels.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h2>Hotels</h2>
1+
<div class="container px-4 py-5">
2+
<h2>Hotels</h2>
23

3-
<p>A few suggestions to help you find a hotel.</p>
4+
<p>A few suggestions to help you find a hotel.</p>
45

5-
$for(hotels)$
6-
<div class="alert alert-custom">
7-
<div class="row">
6+
$for(hotels)$
7+
<div class="row py-2">
88
<div class="col-md-8">
99
<address>
10-
<strong><a href="$url$">$name$</a></strong>
10+
<strong><a href="$url$" target="_blank">$name$</a></strong>
1111
$for(stars)$
1212
<span class="glyphicon $class$" aria-hidden="true"></span>
1313
$endfor$
@@ -16,12 +16,12 @@ <h2>Hotels</h2>
1616
$zip$ $city$
1717
</address>
1818
$if(remark)$
19-
<strong>Remark: </strong>$remark$
19+
$remark$
2020
$endif$
2121
</div>
2222
<div class="col-md-4">
23-
<iframe width="100%" height="100%" frameborder="0" style="border:0" src="$mapsurl$" allowfullscreen></iframe>
23+
<iframe src="$mapsurl$" width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
2424
</div>
2525
</div>
26+
$endfor$
2627
</div>
27-
$endfor$

0 commit comments

Comments
 (0)