Link naar NH Media
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
--}}
|
--}}
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
img.ri{ max-width:100%; height: 90px; }
|
img.ri{ max-width:100%; height: 80px; }
|
||||||
img.ri:empty{ }
|
img.ri:empty{ }
|
||||||
@media screen and (max-width:767px) and (orientation: portrait) {
|
@media screen and (max-width:767px) and (orientation: portrait) {
|
||||||
img.ri { max-width: 90%; height: auto; }
|
img.ri { max-width: 90%; height: auto; }
|
||||||
@@ -211,15 +211,13 @@
|
|||||||
@media screen and (max-width:767px) and (orientation: landscape) {
|
@media screen and (max-width:767px) and (orientation: landscape) {
|
||||||
img.ri { max-height: 90%; height: auto; }
|
img.ri { max-height: 90%; height: auto; }
|
||||||
}
|
}
|
||||||
|
.header .logo h4 { font-size: 10pt; padding: 0; padding-top: 4px; }
|
||||||
</style>
|
</style>
|
||||||
<div class="header_container small">
|
<div class="header_container small">
|
||||||
<div class="header clearfix">
|
<div class="header clearfix">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<!--
|
|
||||||
<h1><a href="?page=home" title="Pressroom">Pressroom</a></h1>
|
|
||||||
<h4>News and Magazine Template</h4>
|
|
||||||
-->
|
|
||||||
<a href="{{url('/')}}"><img src="/images/logo.png" class="ri" /></a>
|
<a href="{{url('/')}}"><img src="/images/logo.png" class="ri" /></a>
|
||||||
|
<h4>Nieuwspartner van <a href="https://www.nhnieuws.nl/nhgooi" target="_blank">NH Media</a></h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="now-playing-header">
|
<div class="now-playing-header">
|
||||||
|
|||||||
@@ -21,15 +21,15 @@
|
|||||||
|
|
||||||
<h4 class="page_margin_top box_header"><span class="fa fa-history"></span> Fragment gemist</h4>
|
<h4 class="page_margin_top box_header"><span class="fa fa-history"></span> Fragment gemist</h4>
|
||||||
@include('widgets.laatstepodcasts')
|
@include('widgets.laatstepodcasts')
|
||||||
<a class="more page_margin_top" href="{{url('radio/gemist')}}">Meer Fragment Gemist</a>
|
<a class="more page_margin_top" href="{{route('gemist')}}">Meer Fragment Gemist</a>
|
||||||
|
|
||||||
<h4 class="page_margin_top box_header"><span class="fa fa-fire"></span> Meest gelezen</h4>
|
<h4 class="page_margin_top box_header"><span class="fa fa-fire"></span> Meest gelezen</h4>
|
||||||
@include('widgets.populairnieuws')
|
@include('widgets.populairnieuws')
|
||||||
<a class="more page_margin_top" href="{{url('nieuws')}}">Laatste nieuws</a>
|
<a class="more page_margin_top" href="{{route('nieuws')}}">Laatste nieuws</a>
|
||||||
|
|
||||||
<h4 class="page_margin_top box_header"><span class="fa fa-calendar"></span> Regioagenda</h4>
|
<h4 class="page_margin_top box_header"><span class="fa fa-calendar"></span> Regioagenda</h4>
|
||||||
@include('widgets.regioagenda')
|
@include('widgets.regioagenda')
|
||||||
<a class="more page_margin_top" href="{{url('agenda')}}">Regio-agenda</a>
|
<a class="more page_margin_top" href="{{route('agenda')}}">Regio-agenda</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user