Gustavo Luigi 2023-05-22 21:10:00 -03:00
parent b2c2470fad
commit ff093eeca9
17 changed files with 111 additions and 168 deletions

View File

@ -1,32 +1,18 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$content->title}}</title>
@stop
@section('content')

<div class="nav-backed-header parallax">
<div class="container" style="height: 55px;">

</div>
</div>

<div class="main" role="main">
<div id="content" class="content full">
<div class="container">

<h1>{{$content->title}}</h1>


<p class="mt-3 mb-4">
{!!$content->nachricht!!}
</p>





<p class="mt-3 mb-4">{!!$content->nachricht!!}</p>
</div>
</div>
</div>

@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$content->title}}</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$content->title}}</title>
@stop

View File

@ -1,29 +1,23 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Läufermeeting Neustadt 2023</title>
@stop
@section('content')



<div class="hero-slider flexslider clearfix" data-autoplay="yes" data-pagination="yes" data-arrows="yes" data-style="fade" data-pause="yes">
<ul class="slides">
<li class=" parallax" style="background-image:url({{storage('assets/images/start2.jpg')}});"></li>
<li class="parallax" style="background-image:url({{storage('assets/images/header1.jpg')}});"></li>
</ul>
</div>

<div class="notice-bar">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-6 notice-bar-title">
<div class="display-flex">

<span class="notice-in">
<span class="title-note">2023</span> <strong>Läufermeeting Neustadt</strong>
</span>
</div>

</div>
<div class="col-lg-2 col-md-6 col-6 notice-bar-event-title">
<span class="notice-bar-title-icon d-none d-xl-block d-none d-lg-block">
@ -42,13 +36,10 @@
</div>
</div>
</div>


<div class="main" role="main">
<div id="content" class="content full">
<div class="container">
<!-- Start Featured Blocks -->

<!-- End Featured Blocks -->
<div class="row">
<div class="col-lg-8 col-md-6 col-sm-12">
@ -60,28 +51,16 @@
</header>
<section class="listing-cont">
<ul>






</ul>
</section>
</div>


<div class="listing events-listing">
<header class="listing-header">
<h2 class="h3" style="color: #C71B1B">Wettbewerbe</h2>
</header>
<section class="listing-cont">
<ul>





</ul>
</section>
</div>
@ -90,11 +69,8 @@
<div class="col-lg-4 col-md-6 col-sm-12">
<!-- Latest Sermons -->
<div class="listing sermons-listing">

<section>

<h2 class="h3" ><a class="text-decoration-none " style="color: #C71B1B" href="{{url('/grusswort')}}">Grußwort des Veranstalters</a></h2>

<ul>
<li class="item sermon featured-sermon">
<img src="{{storage('assets/images/veranstalter.JPG')}}" class="img-fluid mb-4">
@ -102,25 +78,17 @@
Liebe Läufer/innen, liebe Trainerkollegen,
<br>
<br>


auf der idyllischen Schulsportanlage des Gymnasiums in Neustadt an der Waldnaab, im Nordosten Bayerns, geht seit 1988 die Post ab. Ohne taktisches Geplänkel wird in allen Rennen versucht neue Bestzeiten zu erzielen. Viele Athleten/innen haben dies auf der windgeschützten, mitten im Wald, gelegenen pfeilschnellen Bahn erreicht. Tolle Stadionrekorde wurden in den letzten Jahrzehnten erzielt.


</p>

<div class="text end">
<a class="btn btn-sm btn-primary" href="{{url('/grusswort')}}">Weiter lesen</a>

</div>
</li>

</ul>
</section>
</div>
</div>
</div>

<div class="featured-blocks clearfix">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 featured-block"> <a href="{{url('/anfahrt')}}" class="img-thumbnail"> <img src="{{storage('assets/images/anfahrt.png')}}" alt="Anfahrt"> <strong>Anreise</strong> <span class="more">Mehr Info</span> </a> </div>
@ -128,27 +96,16 @@
<div class="col-lg-4 col-md-4 col-sm-12 featured-block"> <a href="{{url('/geschichte')}}" class="img-thumbnail"> <img src="{{storage('assets/images/geschichte.jpg')}}" alt="Geschuchte"> <strong>Archiv</strong> <span class="more">Mehr Info</span> </a> </div>
</div>
</div>


</div>
</div>
</div>


<div class="featured-gallery">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<h4></h4>
<a href="{{url('/sponsoren')}}" class="btn btn-default btn-lg">Unsere Sponsoren</a> </div>



</div>
</div>
</div>




@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$list->name}}</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$list->name}}</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$list->name}}</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop

View File

@ -1,4 +1,4 @@
@layout('content.master')
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>Home Page</title>
@stop