master
parent
9c075e06b0
commit
a3ac3fff4e
|
@ -7,5 +7,5 @@
|
|||
"name": "Areya Webservices",
|
||||
"link": "https://www.areya.de/"
|
||||
},
|
||||
"lumino-version": {"min": "3.5", "max": "3.6"}
|
||||
"lumino-version": {"min": "3.5", "max": "3.7"}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<div class="card shadow-md mb-4 rounded-top" >
|
||||
<img src="{{ $content->image() }}" class="card-img-top border">
|
||||
<div class="card-body">
|
||||
<h2 class="h3">{{$content->title}}</h2>
|
||||
<h4 class="h3">{{$content->title}}</h4>
|
||||
<div class="text-end">
|
||||
<a href="{{$content->homepage}}" target="_blank" class="btn btn-primary">Zur Website </a>
|
||||
</div>
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
|
||||
<h1>Startliste Läufermeeting Neustadt 2023</h1>
|
||||
|
||||
<embed src="/pdf/startliste2019.pdf" width="800px" height="2100px">
|
||||
<a href="/pdf/startliste2019.pdf" class="btn btn-primary btn-lg center-block">Startliste als PDF Downloaden</a>
|
||||
|
||||
<a href="https://ladv.de/meldung/teilnehmer/33930">Teilnehmerliste Läufermeeting Neustadt 2023 auf LADV.de</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue