Small fixes

This commit is contained in:
Jorit Tijsen
2024-04-05 16:07:59 +02:00
parent 4aa1fef3ad
commit 9c80727a03
17 changed files with 77 additions and 26 deletions

View File

@@ -12,6 +12,10 @@
</ul>
@endsection
@section('page_class')
page_container
@endsection
@section('content')
<div class="page_body margin_bottom">
<p>Download de NH Gooi app via de App Store of Google Play.</p>

View File

@@ -14,7 +14,7 @@
</ul>
@endsection
@section('page_class')
@section('page_container_class')
grey_background
@endsection
@section('container_class')

View File

@@ -12,7 +12,7 @@
</ul>
@endsection
@section('page_class')
@section('page_container_class')
grey_background
@endsection
@section('container_class')

View File

@@ -35,7 +35,7 @@
<ul class="right_menu">
<li>
<a class="player with_svg_icon" href="{{url('luister/live')}}">{!!file_get_contents(__DIR__ . '/../../../public/images/icons/radio.svg')!!}</a>
<a class="player" href="{{url('kijk/studio')}}">{!!file_get_contents(__DIR__ . '/../../../public/images/icons/television-2.svg')!!}</a>
<a href="{{url('kijk/studio')}}">{!!file_get_contents(__DIR__ . '/../../../public/images/icons/television-2.svg')!!}</a>
</li>
<li>
<a href="https://wa.me/31888505651" target="_blank">Tip <i class="fa-solid fa-circle-plus"></i></a>
@@ -62,7 +62,7 @@
<a class="player with_svg_icon" href="{{url('luister/live')}}">Luister live radio {!!file_get_contents(__DIR__ . '/../../../public/images/icons/radio.svg')!!}</a>
</li>
<li>
<a class="player with_svg_icon" href="{{url('kijk/studio')}}">Kijk live tv {!!file_get_contents(__DIR__ . '/../../../public/images/icons/television-2.svg')!!}</a>
<a class="with_svg_icon" href="{{url('kijk/studio')}}">Kijk live tv {!!file_get_contents(__DIR__ . '/../../../public/images/icons/television-2.svg')!!}</a>
</li>
<li>
<a href="https://wa.me/31888505651" target="_blank">Tip de streekredactie <i class="fa-solid fa-circle-plus"></i></a>
@@ -86,7 +86,7 @@
<!-- Content -->
<div class="page @yield('page_class')">
<div class="page @yield('page_container_class')">
<a name="top"></a>
@if($activeBlog != null)
<p style="float: left; border: solid 1px #1f3977; border-radius: 10px; padding: 0 10px 0.4em 10px; margin: 10px 0 10px 0; width: 100%;">
@@ -117,7 +117,7 @@
<a href="{{url('klachten')}}">Klachtenregeling</a>
<a href="{{url('frequenties')}}">Frequenties</a>
<a href="{{url('adverteren')}}">Adverteren</a>
<a href="https://nhnieuws.nl/" target="_blank">NH Nieuws</a>
<a href="{{url('vacatures')}}">Vacatures</a>
</p>
</div>
<div class="col-12 col-md-3">
@@ -125,7 +125,6 @@
<p class="buttons">
<a class="player" href="{{url('luister/live')}}">Luister live</a>
<a href="{{url('kijk/live')}}">Kijk live</a>
<a href="/">Uitgelichte videos</a>
<a href="{{url('gemist/fragment')}}">Gemist</a>
<a href="{{url('nieuws')}}">Nieuws</a>
</p>

View File

@@ -4,7 +4,7 @@
NH Gooi - Nieuws
@endsection
@section('page_class')
@section('page_container_class')
news
@endsection

View File

@@ -106,7 +106,7 @@
</ul>
<div class="announcement">
<audio controls autoplay="false">
<audio controls>
<source src="{{$audioUrl}}" type="audio/mpeg"/>
</audio>
<div class="clearfix">

View File

@@ -45,7 +45,7 @@
</div>
</div>
@if(isset($program))
<h2>{{$program->name}}</h2>
<h2 class="page_title2">{{$program->name}}</h2>
<p class="align-right">
<a href="{{route('gemist')}}" title="Alle programma's" class="btn btn-info">&larr; Toon
alles</a>

View File

@@ -26,7 +26,7 @@
@section('content')
<div class="">
<div class="row news_post">
<div class="col-12 col-md content_container" style="padding-top:80px">
<div class="col-12 col-md content_container md_padding_top_80">
@if(isset($program))
<div class="box full-width post single">
<h1 class="page_title">{{$program->name}}</h1>

View File

@@ -43,7 +43,7 @@
</div>
</div>
@if(isset($program))
<h2>{{$program->name}}</h2>
<h2 class="page_title2">{{$program->name}}</h2>
<p class="align-right">
<a href="{{route('gemist')}}" title="Alle programma's" class="btn btn-info">&larr; Toon
alles</a>