Changed primary menu order

Increase size logo and slogan
Align menu item in bar better
Fix: grey background in menu
This commit is contained in:
Jorit Tijsen
2024-05-14 13:44:11 +02:00
parent 077fb0236f
commit d75ab273ff
12 changed files with 72 additions and 20 deletions

View File

@@ -10,6 +10,9 @@
@section('container_class')
grey_background
@endsection
@section('site_container_class')
grey_background
@endsection
@section('content_class')
@endsection

View File

@@ -17,6 +17,9 @@
@section('page_container_class')
grey_background
@endsection
@section('site_container_class')
grey_background
@endsection
@section('container_class')
news_post post_container
@endsection

View File

@@ -15,6 +15,9 @@
@section('page_container_class')
grey_background
@endsection
@section('site_container_class')
grey_background
@endsection
@section('container_class')
news_post post_container
@endsection

View File

@@ -12,7 +12,7 @@
style="display:none; visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="site_container boxed">
<div class="site_container boxed @yield('site_container_class')">
<div class="header_top_bar_container style_11 clearfix">
</div>
<div class="header_container small">
@@ -64,13 +64,13 @@
<img class="slogan" src="/images/Slogan_DIAP white.svg" />
<ul class="right_menu">
<li>
<a class="player with_svg_icon" style="margin-top: 2px;" href="{{url('luister/live')}}">Luister live radio {!!file_get_contents(__DIR__ . '/../../../public/images/icons/radio.svg')!!}</a>
<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="with_svg_icon" style="margin-top: 1px;" 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>
<a href="https://wa.me/31888505651" style="{{!isset($searchURL) ? 'margin-top: 3px' : ''}}" target="_blank">Tip de streekredactie <i class="fa-solid fa-circle-plus"></i></a>
</li>
@if(isset($searchURL))
<li>

View File

@@ -12,6 +12,9 @@
@section('container_class')
grey_background
@endsection
@section('site_container_class')
grey_background
@endsection
@section('breadcrumb')
@if($title)

View File

@@ -7,6 +7,9 @@
@section('page_class')
grey_background page_container
@endsection
@section('site_container_class')
grey_background
@endsection
@section('breadcrumb')
<ul class="bread_crumb">

View File

@@ -26,7 +26,6 @@
),
"Gemist" => "/gemist/programma",
"Regioagenda" => "/agenda",
"Adverteren?" => "/adverteren",
"Over NH Gooi" => array(
"" => "/contact",
"Contact" => "/contact",
@@ -35,7 +34,8 @@
"Uitgangspunten streekredactie" => "/uploads/Eigen rol en ambities NH Gooi binnen de lokale nieuwsvoorziening.pdf",
"Frequenties" => "/frequenties",
"App" => "/app"
)
),
"Adverteren" => "/adverteren"
);
?>
<?php