better banner
@ -4,6 +4,5 @@ web frontend for the TLC´s (backend is php)
|
||||
|
||||
Still missing:
|
||||
|
||||
- Images will not open in full res
|
||||
- needs testing
|
||||
- show date and time of image
|
||||
|
||||
|
BIN
banner.jpg
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 2.6 MiB |
BIN
data/TLC01.jpg
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 4.4 MiB |
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 501 KiB |
BIN
data/TLC02.jpg
Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 4.4 MiB |
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 490 KiB |
@ -122,7 +122,7 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col-sm">
|
||||
<a href="./data/TLC01.jpg""></a>
|
||||
<a href="./data/TLC01.jpg"">
|
||||
<img width="100%" src="./data/TLC01_resized.jpg" alt="TLC01"/>
|
||||
</a>
|
||||
<div class="location">TLC01 - Salmenkopf, Freistett</div>
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
|
||||
<div class="col-sm">
|
||||
<a href="./data/TLC02.jpg""></a>
|
||||
<a href="./data/TLC02.jpg"">
|
||||
<img width="100%" src="./data/TLC02_resized.jpg" alt="TLC02"/>
|
||||
</a>
|
||||
<div class="location">TLC02 - Salmenkopf, Freistett</div>
|
||||
@ -144,7 +144,7 @@
|
||||
|
||||
|
||||
<div class="col-sm">
|
||||
<a href="./data/TLC03.jpg""></a>
|
||||
<a href="./data/TLC03.jpg"">
|
||||
<img width="100%" src="./data/TLC03_resized.jpg" alt="TLC03"/>
|
||||
</a>
|
||||
<div class="location">TLC03 - not used yet</div>
|
||||
@ -155,7 +155,7 @@
|
||||
|
||||
|
||||
<div class="col-sm">
|
||||
<a href="./data/TLC04.jpg""></a>
|
||||
<a href="./data/TLC04.jpg"">
|
||||
<img width="100%" src="./data/TLC04_resized.jpg" alt="TLC04"/>
|
||||
</a>
|
||||
<div class="location">TLC04 - Demo</div>
|
||||
|