fixes for 2020

This commit is contained in:
Hendrik Schutter 2020-10-11 15:37:29 +02:00
parent 8cf6781170
commit ae07b3a9f9
9 changed files with 10 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 582 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<title>TLC WebView CDS</title>
<title>TLC WebView</title>
<meta name="language" content="de">
<meta name="author" content="CopterSicht">
<meta name="date" content="2017-11-13T016:43:53+01:00">
<meta name="date" content="2020-10-10T016:43:53+01:00">
<meta name="keywords" content="Luftaufnahmen, Luftbild, Filmproduktion">
<meta name="description" content="CopterSicht Website">
<meta name="robots" content="index,follow">
@ -33,7 +33,7 @@
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="https://coptersicht.de/">CopterSicht</a>
<a class="navbar-brand" href="https://coptersicht.de/">Long term timelapse camera</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
@ -45,7 +45,7 @@
<span class="sr-only">(current)</span>
</a></li>
<li class="nav-item"><a class="nav-link"
href="https://coptersicht.de/index.php/kontakt/">Kontakt</a>
href="https://coptersicht.de/index.php/kontakt/">Contact</a>
</li>
</ul>
</div>
@ -125,7 +125,7 @@
<a href="./data/TLC01.jpg"">
<img width="100%" src="./data/TLC01_resized.jpg" alt="TLC01"/>
</a>
<div class="location">TLC01 - Salmenkopf, Freistett</div>
<div class="location">TLC01 - not used yet</div>
<div class="text-center">
<button type="button" id="buttonID" class="btn btn-dark" data-clipboard-text="https://services.schuttercloud.com/data/TLC01.jpg">Copy direct link to clipboard</button>
</div>
@ -136,7 +136,7 @@
<a href="./data/TLC02.jpg"">
<img width="100%" src="./data/TLC02_resized.jpg" alt="TLC02"/>
</a>
<div class="location">TLC02 - Salmenkopf, Freistett</div>
<div class="location">TLC02 - not used yet</div>
<div class="text-center">
<button type="button" id="buttonID" class="btn btn-dark" data-clipboard-text="https://services.schuttercloud.com/data/TLC02.jpg">Copy direct link to clipboard</button>
</div>
@ -154,16 +154,6 @@
</div>
<div class="col-sm">
<a href="./data/TLC04.jpg"">
<img width="100%" src="./data/TLC04_resized.jpg" alt="TLC04"/>
</a>
<div class="location">TLC04 - Demo</div>
<div class="text-center">
<button type="button" id="buttonID" class="btn btn-dark" disabled data-clipboard-text="https://services.schuttercloud.com/data/TLC04.jpg">Copy direct link to clipboard</button>
</div>
</div>
</div> <!-- end of row -->
<!-- second row:
@ -239,17 +229,16 @@
});
</script>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright &copy; CopterSicht 2018</p>
<p class="m-0 text-center text-white">Copyright &copy; CopterSicht 2020</p>
<button type="button" class="btn btn-link"
onclick="window.location.href='https://coptersicht.de/index.php/agb/'">AGB</button>
onclick="window.location.href='https://coptersicht.de/index.php/agb/'">Terms</button>
<button type="button" class="btn btn-link"
onclick="window.location.href='https://coptersicht.de/index.php/impressum/'">Impressum</button>
onclick="window.location.href='https://coptersicht.de/index.php/impressum/'">Imprint</button>
<button type="button" class="btn btn-link"
onclick="window.location.href='https://coptersicht.de/index.php/datenschutzerklaerung/'">Datenschutzerklärung</button>
onclick="window.location.href='https://coptersicht.de/index.php/datenschutzerklaerung/'">Privacy statement</button>
</div>
<!-- /.container -->
</footer>