Compare commits

...

5 Commits

Author SHA1 Message Date
Kekskurse bea481df3b [skip ci] Commit dirty state 2022-10-14 15:10:39 +00:00
Kekskurse 5108cafe01 [skip ci] Commit dirty state 2022-10-14 15:09:05 +00:00
Kekskurse fbc0ee3fd5 test branching
continuous-integration/drone/push Build is failing Details
2022-10-14 14:37:27 +00:00
Kekskurse e56bdd1063 test branching 2022-10-14 14:37:27 +00:00
Kekskurse f52bc14a7a [skip ci] Commit dirty state 2022-10-14 14:33:19 +00:00
140 changed files with 35437 additions and 977 deletions

View File

@ -15,7 +15,7 @@ steps:
- cp -R public/* /tmp/webpage
- git branch webpage
- git checkout webpage
- #git pull origin webpage
- git pull origin webpage --rebase
- rm -r -f *
- cp -R /tmp/webpage/* ./
- ls -lah

515
about/index.html Normal file
View File

@ -0,0 +1,515 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Über</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-12">
<h1>Über</h1>
<p>Something</p>
</div>
</div>
</div>
<br><br>
</div></body>
</html>

View File

@ -1,6 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

505
categories/index.html Normal file
View File

@ -0,0 +1,505 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Categories</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<h1>Categories</h1>
</div></body>
</html>

10
categories/index.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on My New Hugo Site</title>
<link>http://example.org/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -1,4 +0,0 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "leuchttuerm"

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Über"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.45523
lon: 10.197283
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtfeuer Blankeck"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.35363
lon: 10.86612
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Bülk"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.45523
lon: 10.197283
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Buk"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.13175
lon: 11.69347
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Dahmeshöved"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.201783
lon: 11.09023
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Darßer Ort"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.4728
lon: 12.50228
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Dornbusch"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.59916
lon: 13.11942
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Eckernförde (alt)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.45527
lon: 9.84752
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Eckernförde Hafen (alt)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.47412
lon: 9.84095
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Eckernförde Hafen (neu)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.47307
lon: 9.84244
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Eckernförde (neu)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.459583
lon: 9.842783
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Falshöft"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.767083
lon: 9.96505
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Flügge"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.44093
lon: 11.017667
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Friedrichsort"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.39055
lon: 10.1934
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Gellen"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.50814
lon: 13.07442
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Gollwitz"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.023864
lon: 11.470622
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Greifswalder Oie"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.248961
lon: 13.924022
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtfeuer Heidkate"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.43406
lon: 10.31691
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtfeuer Heiligenhafen"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.3816
lon: 10.93546
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Heiligenhafen"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.367167
lon: 11.02133
---
Something

View File

@ -1,12 +0,0 @@
---
author: ""
title: "Leuchtturm Holnis"
date: "2006-02-01"
tags: ["foo", "bar"]
leuchtturm: true
visited: true
lat: 54.861745
lon: 9.573413
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Holtenau (nord)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.369236
lon: 10.153961
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Holtenau (süd)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.363139
lon: 10.151528
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtfeuer Hubertsberg"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.37797
lon: 10.54285
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Kalkgrund"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.824617
lon: 9.888
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Kap Arkona"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.67953
lon: 13.43263
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Kiel"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.499617
lon: 10.273683
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Kolliker Ort"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.56239
lon: 13.67926
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Marienleuchte (alt)"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.49365
lon: 11.23753
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Marienleuchte (neu)"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.49497
lon: 11.238217
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Molefeuer Mukran"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.476443
lon: 13.59766
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Neuland"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.36065
lon: 10.60093
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Peenmünde"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.18555
lon: 13.77528
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Pelzerhaken"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.085517
lon: 10.86697
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Molefeuer Sassnitz"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.50602
lon: 13.63733
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Schleimünde"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.67145
lon: 10.03627
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Staberhuk"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.402583
lon: 11.31085
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Strukkamphuk"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.409367
lon: 11.0956
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Timmendorf"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 53.992
lon: 11.37683
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Maritim Travemünde (alt)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 53.96065
lon: 10.87937
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Maritim Travemünde (neu)"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 53.962117
lon: 10.881583
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Travemünde Molefeuer"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 53.962117
lon: 10.881583
---
Something

View File

@ -1,18 +0,0 @@
---
author: ""
title: "Leuchtturm Ueckermünde"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 53.75
lon: 14.0667
mainImage: "https://www.kekskurse.de/img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg"
---
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Molenfeuer Warnmünde"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.18709
lon: 12.09079
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Molenfeuer Warnmünde"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.18688
lon: 12.08755
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Warnmünde"
date: "2006-02-01"
leuchtturm: true
visited: true
lat: 54.181447
lon: 12.085806
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtfeuer Wessek"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.3161
lon: 10.8009
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Westermarkelsdorf (alt)"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.52735
lon: 11.05807
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Westermarkelsdorf (neu)"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.5275
lon: 11.05843
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Wustrow (Seebrücke)"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.352411
lon: 12.384293
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Wustrow"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.335783
lon: 12.375835
---
Something

View File

@ -1,11 +0,0 @@
---
author: ""
title: "Leuchtturm Zinnowitz"
date: "2006-02-01"
leuchtturm: true
#visited: true
lat: 54.084221
lon: 13.917068
---
Something

View File

@ -1 +0,0 @@
https://www.flaticon.com/de/kostenloses-icon/leuchtturm_7591461?term=leuchtturm&page=1&position=5&page=1&position=5&related_id=7591461&origin=tag#

542
index.html Normal file

File diff suppressed because one or more lines are too long

488
index.xml Normal file
View File

@ -0,0 +1,488 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My New Hugo Site</title>
<link>http://example.org/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 01 Feb 2006 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leuchtfeuer Blankeck</title>
<link>http://example.org/leuchtturm/blankeck/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/blankeck/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Heidkate</title>
<link>http://example.org/leuchtturm/heidkate/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heidkate/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Heiligenhafen</title>
<link>http://example.org/leuchtturm/heiligenhafen-leuchtfeuer/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heiligenhafen-leuchtfeuer/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Hubertsberg</title>
<link>http://example.org/leuchtturm/hubertsberg/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/hubertsberg/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Wessek</title>
<link>http://example.org/leuchtturm/wessek/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wessek/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Buk</title>
<link>http://example.org/leuchtturm/buk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/buk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Bülk</title>
<link>http://example.org/leuchtturm/buelk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/buelk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Dahmeshöved</title>
<link>http://example.org/leuchtturm/dahmeshoeved/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dahmeshoeved/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Darßer Ort</title>
<link>http://example.org/leuchtturm/dar%C3%9Fer-ort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dar%C3%9Fer-ort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Dornbusch</title>
<link>http://example.org/leuchtturm/dornbusch/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dornbusch/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde (alt)</title>
<link>http://example.org/leuchtturm/eckernfoerde-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde (neu)</title>
<link>http://example.org/leuchtturm/eckernfoerde-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde Hafen (alt)</title>
<link>http://example.org/leuchtturm/eckernfoerde-hafen-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-hafen-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde Hafen (neu)</title>
<link>http://example.org/leuchtturm/eckernfoerde-hafen-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-hafen-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Falshöft</title>
<link>http://example.org/leuchtturm/falshoeft/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/falshoeft/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Flügge</title>
<link>http://example.org/leuchtturm/fluegge/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/fluegge/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Friedrichsort</title>
<link>http://example.org/leuchtturm/friedrichsort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/friedrichsort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Gellen</title>
<link>http://example.org/leuchtturm/gellen/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/gellen/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Gollwitz</title>
<link>http://example.org/leuchtturm/gollwitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/gollwitz/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Greifswalder Oie</title>
<link>http://example.org/leuchtturm/greifswalder-oie/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/greifswalder-oie/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Heiligenhafen</title>
<link>http://example.org/leuchtturm/heiligenhafen/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heiligenhafen/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holnis</title>
<link>http://example.org/leuchtturm/holnis/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holnis/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holtenau (nord)</title>
<link>http://example.org/leuchtturm/holtenau-nord/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holtenau-nord/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holtenau (süd)</title>
<link>http://example.org/leuchtturm/holtenau-sued/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holtenau-sued/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kalkgrund</title>
<link>http://example.org/leuchtturm/kalkgrund/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kalkgrund/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kap Arkona</title>
<link>http://example.org/leuchtturm/kap-arkona/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kap-arkona/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kiel</title>
<link>http://example.org/leuchtturm/kiel/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kiel/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kolliker Ort</title>
<link>http://example.org/leuchtturm/kolliker-ort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kolliker-ort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Marienleuchte (alt)</title>
<link>http://example.org/leuchtturm/marienleuchte-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/marienleuchte-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Marienleuchte (neu)</title>
<link>http://example.org/leuchtturm/marienleuchte-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/marienleuchte-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Neuland</title>
<link>http://example.org/leuchtturm/neuland/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/neuland/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Peenmünde</title>
<link>http://example.org/leuchtturm/peenmunde/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/peenmunde/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Pelzerhaken</title>
<link>http://example.org/leuchtturm/pelzerhaken/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/pelzerhaken/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Schleimünde</title>
<link>http://example.org/leuchtturm/schleimuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/schleimuende/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Staberhuk</title>
<link>http://example.org/leuchtturm/staberhuk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/staberhuk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Strukkamphuk</title>
<link>http://example.org/leuchtturm/strukkamphuk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/strukkamphuk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Timmendorf</title>
<link>http://example.org/leuchtturm/timmendorf/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/timmendorf/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Ueckermünde</title>
<link>http://example.org/leuchtturm/ueckermuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/ueckermuende/</guid>
<description>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</description>
</item>
<item>
<title>Leuchtturm Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Westermarkelsdorf (alt)</title>
<link>http://example.org/leuchtturm/westermarkelsdorf-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/westermarkelsdorf-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Westermarkelsdorf (neu)</title>
<link>http://example.org/leuchtturm/westermarkelsdorf-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/westermarkelsdorf-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Wustrow</title>
<link>http://example.org/leuchtturm/wustrow/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wustrow/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Zinnowitz</title>
<link>http://example.org/leuchtturm/zinnowitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/zinnowitz/</guid>
<description>Something</description>
</item>
<item>
<title>Maritim Travemünde (alt)</title>
<link>http://example.org/leuchtturm/travemuende-maritim-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-maritim-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Maritim Travemünde (neu)</title>
<link>http://example.org/leuchtturm/travemuende-maritim-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-maritim-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Molefeuer Mukran</title>
<link>http://example.org/leuchtturm/mukran/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/mukran/</guid>
<description>Something</description>
</item>
<item>
<title>Molefeuer Sassnitz</title>
<link>http://example.org/leuchtturm/sassnitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/sassnitz/</guid>
<description>Something</description>
</item>
<item>
<title>Molenfeuer Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende-molenfeuer-1/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende-molenfeuer-1/</guid>
<description>Something</description>
</item>
<item>
<title>Molenfeuer Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende-molenfeuer-2/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende-molenfeuer-2/</guid>
<description>Something</description>
</item>
<item>
<title>Travemünde Molefeuer</title>
<link>http://example.org/leuchtturm/travemuende-molefeuer/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-molefeuer/</guid>
<description>Something</description>
</item>
<item>
<title>Über</title>
<link>http://example.org/about/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/about/</guid>
<description>Something</description>
</item>
<item>
<title>Wustrow (Seebrücke)</title>
<link>http://example.org/leuchtturm/wustrow-seebruecke/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wustrow-seebruecke/</guid>
<description>Something</description>
</item>
<item>
<title></title>
<link>http://example.org/lizenzen/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/lizenzen/</guid>
<description>https://www.flaticon.com/de/kostenloses-icon/leuchtturm_7591461?term=leuchtturm&amp;amp;page=1&amp;amp;position=5&amp;amp;page=1&amp;amp;position=5&amp;amp;related_id=7591461&amp;amp;origin=tag#</description>
</item>
</channel>
</rss>

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtfeuer Blankeck</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtfeuer Blankeck</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.35363 , 10.86612 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

583
leuchtturm/buelk/index.html Normal file
View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Bülk</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Bülk</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.45523 , 10.197283 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

583
leuchtturm/buk/index.html Normal file
View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Buk</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Buk</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.13175 , 11.69347 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Dahmeshöved</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Dahmeshöved</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.201783 , 11.09023 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Darßer Ort</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Darßer Ort</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.4728 , 12.50228 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Dornbusch</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Dornbusch</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.59916 , 13.11942 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Eckernförde (alt)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Eckernförde (alt)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.45527 , 9.84752 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Eckernförde Hafen (alt)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Eckernförde Hafen (alt)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.47412 , 9.84095 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Eckernförde Hafen (neu)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Eckernförde Hafen (neu)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.47307 , 9.84244 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Eckernförde (neu)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Eckernförde (neu)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.459583 , 9.842783 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Falshöft</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Falshöft</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.767083 , 9.96505 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Flügge</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Flügge</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.44093 , 11.017667 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Friedrichsort</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Friedrichsort</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.39055 , 10.1934 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Gellen</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Gellen</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.50814 , 13.07442 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Gollwitz</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Gollwitz</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.023864 , 11.470622 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Greifswalder Oie</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Greifswalder Oie</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.248961 , 13.924022 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtfeuer Heidkate</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtfeuer Heidkate</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.43406 , 10.31691 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtfeuer Heiligenhafen</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtfeuer Heiligenhafen</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.3816 , 10.93546 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Heiligenhafen</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Heiligenhafen</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.367167 , 11.02133 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Holnis</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Holnis</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.861745 , 9.573413 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Holtenau (nord)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Holtenau (nord)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.369236 , 10.153961 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Holtenau (süd)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Holtenau (süd)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.363139 , 10.151528 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtfeuer Hubertsberg</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtfeuer Hubertsberg</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.37797 , 10.54285 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

862
leuchtturm/index.html Normal file
View File

@ -0,0 +1,862 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturms</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<h1>Leuchtturms</h1>
<p>
<h3><a class="title" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a></h3>
<a class="summary" href="/leuchtturm/wustrow-seebruecke/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a></h3>
<a class="summary" href="/leuchtturm/travemuende-molefeuer/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a></h3>
<a class="summary" href="/leuchtturm/warnemuende-molenfeuer-2/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a></h3>
<a class="summary" href="/leuchtturm/warnemuende-molenfeuer-1/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a></h3>
<a class="summary" href="/leuchtturm/sassnitz/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/mukran/">Molefeuer Mukran</a></h3>
<a class="summary" href="/leuchtturm/mukran/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a></h3>
<a class="summary" href="/leuchtturm/travemuende-maritim-neu/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a></h3>
<a class="summary" href="/leuchtturm/travemuende-maritim-alt/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a></h3>
<a class="summary" href="/leuchtturm/zinnowitz/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a></h3>
<a class="summary" href="/leuchtturm/wustrow/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a></h3>
<a class="summary" href="/leuchtturm/westermarkelsdorf-neu/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a></h3>
<a class="summary" href="/leuchtturm/westermarkelsdorf-alt/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a></h3>
<a class="summary" href="/leuchtturm/warnemuende/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a></h3>
<a class="summary" href="/leuchtturm/ueckermuende/">
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a></h3>
<a class="summary" href="/leuchtturm/timmendorf/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a></h3>
<a class="summary" href="/leuchtturm/strukkamphuk/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a></h3>
<a class="summary" href="/leuchtturm/staberhuk/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a></h3>
<a class="summary" href="/leuchtturm/schleimuende/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a></h3>
<a class="summary" href="/leuchtturm/pelzerhaken/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a></h3>
<a class="summary" href="/leuchtturm/peenmunde/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/neuland/">Leuchtturm Neuland</a></h3>
<a class="summary" href="/leuchtturm/neuland/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a></h3>
<a class="summary" href="/leuchtturm/marienleuchte-neu/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a></h3>
<a class="summary" href="/leuchtturm/marienleuchte-alt/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a></h3>
<a class="summary" href="/leuchtturm/kolliker-ort/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/kiel/">Leuchtturm Kiel</a></h3>
<a class="summary" href="/leuchtturm/kiel/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a></h3>
<a class="summary" href="/leuchtturm/kap-arkona/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a></h3>
<a class="summary" href="/leuchtturm/kalkgrund/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a></h3>
<a class="summary" href="/leuchtturm/holtenau-sued/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a></h3>
<a class="summary" href="/leuchtturm/holtenau-nord/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/holnis/">Leuchtturm Holnis</a></h3>
<a class="summary" href="/leuchtturm/holnis/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a></h3>
<a class="summary" href="/leuchtturm/heiligenhafen/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a></h3>
<a class="summary" href="/leuchtturm/greifswalder-oie/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a></h3>
<a class="summary" href="/leuchtturm/gollwitz/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/gellen/">Leuchtturm Gellen</a></h3>
<a class="summary" href="/leuchtturm/gellen/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a></h3>
<a class="summary" href="/leuchtturm/friedrichsort/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a></h3>
<a class="summary" href="/leuchtturm/fluegge/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a></h3>
<a class="summary" href="/leuchtturm/falshoeft/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a></h3>
<a class="summary" href="/leuchtturm/eckernfoerde-hafen-neu/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a></h3>
<a class="summary" href="/leuchtturm/eckernfoerde-hafen-alt/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a></h3>
<a class="summary" href="/leuchtturm/eckernfoerde-neu/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a></h3>
<a class="summary" href="/leuchtturm/eckernfoerde-alt/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a></h3>
<a class="summary" href="/leuchtturm/dornbusch/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a></h3>
<a class="summary" href="/leuchtturm/dar%C3%9Fer-ort/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a></h3>
<a class="summary" href="/leuchtturm/dahmeshoeved/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/buelk/">Leuchtturm Bülk</a></h3>
<a class="summary" href="/leuchtturm/buelk/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/buk/">Leuchtturm Buk</a></h3>
<a class="summary" href="/leuchtturm/buk/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a></h3>
<a class="summary" href="/leuchtturm/wessek/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a></h3>
<a class="summary" href="/leuchtturm/hubertsberg/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a></h3>
<a class="summary" href="/leuchtturm/heiligenhafen-leuchtfeuer/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a></h3>
<a class="summary" href="/leuchtturm/heidkate/">
<p>Something</p>
</a>
</p>
<p>
<h3><a class="title" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a></h3>
<a class="summary" href="/leuchtturm/blankeck/">
<p>Something</p>
</a>
</p>
</div></body>
</html>

470
leuchtturm/index.xml Normal file
View File

@ -0,0 +1,470 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Leuchtturms on My New Hugo Site</title>
<link>http://example.org/leuchtturm/</link>
<description>Recent content in Leuchtturms on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 01 Feb 2006 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/leuchtturm/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leuchtfeuer Blankeck</title>
<link>http://example.org/leuchtturm/blankeck/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/blankeck/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Heidkate</title>
<link>http://example.org/leuchtturm/heidkate/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heidkate/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Heiligenhafen</title>
<link>http://example.org/leuchtturm/heiligenhafen-leuchtfeuer/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heiligenhafen-leuchtfeuer/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Hubertsberg</title>
<link>http://example.org/leuchtturm/hubertsberg/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/hubertsberg/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtfeuer Wessek</title>
<link>http://example.org/leuchtturm/wessek/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wessek/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Buk</title>
<link>http://example.org/leuchtturm/buk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/buk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Bülk</title>
<link>http://example.org/leuchtturm/buelk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/buelk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Dahmeshöved</title>
<link>http://example.org/leuchtturm/dahmeshoeved/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dahmeshoeved/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Darßer Ort</title>
<link>http://example.org/leuchtturm/dar%C3%9Fer-ort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dar%C3%9Fer-ort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Dornbusch</title>
<link>http://example.org/leuchtturm/dornbusch/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/dornbusch/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde (alt)</title>
<link>http://example.org/leuchtturm/eckernfoerde-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde (neu)</title>
<link>http://example.org/leuchtturm/eckernfoerde-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde Hafen (alt)</title>
<link>http://example.org/leuchtturm/eckernfoerde-hafen-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-hafen-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Eckernförde Hafen (neu)</title>
<link>http://example.org/leuchtturm/eckernfoerde-hafen-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/eckernfoerde-hafen-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Falshöft</title>
<link>http://example.org/leuchtturm/falshoeft/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/falshoeft/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Flügge</title>
<link>http://example.org/leuchtturm/fluegge/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/fluegge/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Friedrichsort</title>
<link>http://example.org/leuchtturm/friedrichsort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/friedrichsort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Gellen</title>
<link>http://example.org/leuchtturm/gellen/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/gellen/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Gollwitz</title>
<link>http://example.org/leuchtturm/gollwitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/gollwitz/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Greifswalder Oie</title>
<link>http://example.org/leuchtturm/greifswalder-oie/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/greifswalder-oie/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Heiligenhafen</title>
<link>http://example.org/leuchtturm/heiligenhafen/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/heiligenhafen/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holnis</title>
<link>http://example.org/leuchtturm/holnis/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holnis/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holtenau (nord)</title>
<link>http://example.org/leuchtturm/holtenau-nord/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holtenau-nord/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Holtenau (süd)</title>
<link>http://example.org/leuchtturm/holtenau-sued/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/holtenau-sued/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kalkgrund</title>
<link>http://example.org/leuchtturm/kalkgrund/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kalkgrund/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kap Arkona</title>
<link>http://example.org/leuchtturm/kap-arkona/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kap-arkona/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kiel</title>
<link>http://example.org/leuchtturm/kiel/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kiel/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Kolliker Ort</title>
<link>http://example.org/leuchtturm/kolliker-ort/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/kolliker-ort/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Marienleuchte (alt)</title>
<link>http://example.org/leuchtturm/marienleuchte-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/marienleuchte-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Marienleuchte (neu)</title>
<link>http://example.org/leuchtturm/marienleuchte-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/marienleuchte-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Neuland</title>
<link>http://example.org/leuchtturm/neuland/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/neuland/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Peenmünde</title>
<link>http://example.org/leuchtturm/peenmunde/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/peenmunde/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Pelzerhaken</title>
<link>http://example.org/leuchtturm/pelzerhaken/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/pelzerhaken/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Schleimünde</title>
<link>http://example.org/leuchtturm/schleimuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/schleimuende/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Staberhuk</title>
<link>http://example.org/leuchtturm/staberhuk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/staberhuk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Strukkamphuk</title>
<link>http://example.org/leuchtturm/strukkamphuk/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/strukkamphuk/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Timmendorf</title>
<link>http://example.org/leuchtturm/timmendorf/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/timmendorf/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Ueckermünde</title>
<link>http://example.org/leuchtturm/ueckermuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/ueckermuende/</guid>
<description>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</description>
</item>
<item>
<title>Leuchtturm Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Westermarkelsdorf (alt)</title>
<link>http://example.org/leuchtturm/westermarkelsdorf-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/westermarkelsdorf-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Westermarkelsdorf (neu)</title>
<link>http://example.org/leuchtturm/westermarkelsdorf-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/westermarkelsdorf-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Wustrow</title>
<link>http://example.org/leuchtturm/wustrow/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wustrow/</guid>
<description>Something</description>
</item>
<item>
<title>Leuchtturm Zinnowitz</title>
<link>http://example.org/leuchtturm/zinnowitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/zinnowitz/</guid>
<description>Something</description>
</item>
<item>
<title>Maritim Travemünde (alt)</title>
<link>http://example.org/leuchtturm/travemuende-maritim-alt/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-maritim-alt/</guid>
<description>Something</description>
</item>
<item>
<title>Maritim Travemünde (neu)</title>
<link>http://example.org/leuchtturm/travemuende-maritim-neu/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-maritim-neu/</guid>
<description>Something</description>
</item>
<item>
<title>Molefeuer Mukran</title>
<link>http://example.org/leuchtturm/mukran/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/mukran/</guid>
<description>Something</description>
</item>
<item>
<title>Molefeuer Sassnitz</title>
<link>http://example.org/leuchtturm/sassnitz/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/sassnitz/</guid>
<description>Something</description>
</item>
<item>
<title>Molenfeuer Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende-molenfeuer-1/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende-molenfeuer-1/</guid>
<description>Something</description>
</item>
<item>
<title>Molenfeuer Warnmünde</title>
<link>http://example.org/leuchtturm/warnemuende-molenfeuer-2/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/warnemuende-molenfeuer-2/</guid>
<description>Something</description>
</item>
<item>
<title>Travemünde Molefeuer</title>
<link>http://example.org/leuchtturm/travemuende-molefeuer/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/travemuende-molefeuer/</guid>
<description>Something</description>
</item>
<item>
<title>Wustrow (Seebrücke)</title>
<link>http://example.org/leuchtturm/wustrow-seebruecke/</link>
<pubDate>Wed, 01 Feb 2006 00:00:00 +0000</pubDate>
<guid>http://example.org/leuchtturm/wustrow-seebruecke/</guid>
<description>Something</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Kalkgrund</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Kalkgrund</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.824617 , 9.888 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Kap Arkona</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Kap Arkona</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.67953 , 13.43263 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

583
leuchtturm/kiel/index.html Normal file
View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Kiel</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Kiel</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.499617 , 10.273683 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Kolliker Ort</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Kolliker Ort</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.56239 , 13.67926 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Marienleuchte (alt)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Marienleuchte (alt)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.49365 , 11.23753 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Marienleuchte (neu)</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Marienleuchte (neu)</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.49497 , 11.238217 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Molefeuer Mukran</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Molefeuer Mukran</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.476443 , 13.59766 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Neuland</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Neuland</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.36065 , 10.60093 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Peenmünde</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Peenmünde</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.18555 , 13.77528 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Pelzerhaken</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Pelzerhaken</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.085517 , 10.86697 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Molefeuer Sassnitz</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Molefeuer Sassnitz</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.50602 , 13.63733 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

View File

@ -0,0 +1,583 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>My New Hugo Site | Leuchtturm Schleimünde</title>
</head><body><style type="text/css">
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 400px;
}
.dropdown-menu.columns-3 {
min-width: 1000px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
margin: 0px;
padding: 0px;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #999;
}
@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Leuchttürme Ostsee</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Leuchttürme</a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/blankeck/">Leuchtfeuer Blankeck</a>
<a class="dropdown-item" href="/leuchtturm/hubertsberg/">Leuchtfeuer Hubertsberg</a>
<a class="dropdown-item" href="/leuchtturm/buelk/">Leuchtturm Bülk</a>
<a class="dropdown-item" href="/leuchtturm/dornbusch/">Leuchtturm Dornbusch</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-alt/">Leuchtturm Eckernförde Hafen (alt)</a>
<a class="dropdown-item" href="/leuchtturm/fluegge/">Leuchtturm Flügge</a>
<a class="dropdown-item" href="/leuchtturm/gollwitz/">Leuchtturm Gollwitz</a>
<a class="dropdown-item" href="/leuchtturm/holnis/">Leuchtturm Holnis</a>
<a class="dropdown-item" href="/leuchtturm/kalkgrund/">Leuchtturm Kalkgrund</a>
<a class="dropdown-item" href="/leuchtturm/kolliker-ort/">Leuchtturm Kolliker Ort</a>
<a class="dropdown-item" href="/leuchtturm/neuland/">Leuchtturm Neuland</a>
<a class="dropdown-item" href="/leuchtturm/schleimuende/">Leuchtturm Schleimünde</a>
<a class="dropdown-item" href="/leuchtturm/timmendorf/">Leuchtturm Timmendorf</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-alt/">Leuchtturm Westermarkelsdorf (alt)</a>
<a class="dropdown-item" href="/leuchtturm/zinnowitz/">Leuchtturm Zinnowitz</a>
<a class="dropdown-item" href="/leuchtturm/mukran/">Molefeuer Mukran</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-2/">Molenfeuer Warnmünde</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heidkate/">Leuchtfeuer Heidkate</a>
<a class="dropdown-item" href="/leuchtturm/wessek/">Leuchtfeuer Wessek</a>
<a class="dropdown-item" href="/leuchtturm/dahmeshoeved/">Leuchtturm Dahmeshöved</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-alt/">Leuchtturm Eckernförde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-hafen-neu/">Leuchtturm Eckernförde Hafen (neu)</a>
<a class="dropdown-item" href="/leuchtturm/friedrichsort/">Leuchtturm Friedrichsort</a>
<a class="dropdown-item" href="/leuchtturm/greifswalder-oie/">Leuchtturm Greifswalder Oie</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-nord/">Leuchtturm Holtenau (nord)</a>
<a class="dropdown-item" href="/leuchtturm/kap-arkona/">Leuchtturm Kap Arkona</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-alt/">Leuchtturm Marienleuchte (alt)</a>
<a class="dropdown-item" href="/leuchtturm/peenmunde/">Leuchtturm Peenmünde</a>
<a class="dropdown-item" href="/leuchtturm/staberhuk/">Leuchtturm Staberhuk</a>
<a class="dropdown-item" href="/leuchtturm/ueckermuende/">Leuchtturm Ueckermünde</a>
<a class="dropdown-item" href="/leuchtturm/westermarkelsdorf-neu/">Leuchtturm Westermarkelsdorf (neu)</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-alt/">Maritim Travemünde (alt)</a>
<a class="dropdown-item" href="/leuchtturm/sassnitz/">Molefeuer Sassnitz</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-molefeuer/">Travemünde Molefeuer</a>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<a class="dropdown-item" href="/leuchtturm/heiligenhafen-leuchtfeuer/">Leuchtfeuer Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/buk/">Leuchtturm Buk</a>
<a class="dropdown-item" href="/leuchtturm/dar%C3%9Fer-ort/">Leuchtturm Darßer Ort</a>
<a class="dropdown-item" href="/leuchtturm/eckernfoerde-neu/">Leuchtturm Eckernförde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/falshoeft/">Leuchtturm Falshöft</a>
<a class="dropdown-item" href="/leuchtturm/gellen/">Leuchtturm Gellen</a>
<a class="dropdown-item" href="/leuchtturm/heiligenhafen/">Leuchtturm Heiligenhafen</a>
<a class="dropdown-item" href="/leuchtturm/holtenau-sued/">Leuchtturm Holtenau (süd)</a>
<a class="dropdown-item" href="/leuchtturm/kiel/">Leuchtturm Kiel</a>
<a class="dropdown-item" href="/leuchtturm/marienleuchte-neu/">Leuchtturm Marienleuchte (neu)</a>
<a class="dropdown-item" href="/leuchtturm/pelzerhaken/">Leuchtturm Pelzerhaken</a>
<a class="dropdown-item" href="/leuchtturm/strukkamphuk/">Leuchtturm Strukkamphuk</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende/">Leuchtturm Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow/">Leuchtturm Wustrow</a>
<a class="dropdown-item" href="/leuchtturm/travemuende-maritim-neu/">Maritim Travemünde (neu)</a>
<a class="dropdown-item" href="/leuchtturm/warnemuende-molenfeuer-1/">Molenfeuer Warnmünde</a>
<a class="dropdown-item" href="/leuchtturm/wustrow-seebruecke/">Wustrow (Seebrücke)</a>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">Über</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
<style type="text/css">
#map { height: 300px; }
</style>
<div class="container" style="margin-top:200px;">
<div class="row" style="min-height: 400px;">
<div class="col-md-12" style="text-align: center;">
<h1 style="font-size: 50px;">Leuchtturm Schleimünde</h1>
<p> / - m - </p>
</div>
</div>
</div>
<img src="" style="max-height: 80pc; max-width: 100%;">
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-8">
<p>Something</p>
</div>
<div class="col-md-4">
<div id="map"></div>
</div>
</div>
</div>
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09212.jpg" class="d-block" style="width:100%;" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.kekskurse.de//img/2022/02/leuchtturm-ueckermuende/DSC09225.jpg" class="d-block " style="width:100%;" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<script>
var leuchtTurmBund = L.icon({
iconUrl: '/leuchturm-bunt.png',
iconSize: [50, 50],
iconAnchor: [20, 40],
popupAnchor: [-0, -45]
});
var map = L.map('map').setView([53.73, 11.7], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.marker([ 54.67145 , 10.03627 ], {icon: leuchtTurmBund}).addTo(map)
</script>
</div></body>
</html>

Some files were not shown because too many files have changed in this diff Show More