Change logo Add luister and kijk icons Tip de streekredactie points to whatsapp 088-8505651 Add s to Podcast Removed waterschapsverkiezingen from menu Podcast autoplay disabled Remove Gooische Courant and NH Nieuws Changed NH Gooi to Over NH Gooi Added padding and border-radios to homepage posts Changed header 12px to 14px Add now and next programs to homepage Add new button to programs Changed contact text Add fallback image to program guide Make items height equally in program guide
27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
<div data-tabs>
|
|
<div class="tabs">
|
|
<h4 data-tab-content-id="tab_gooi_radio_live" class="box_header flex-grow-1 {{$headerClass ?? ''}} active"><span>NH Gooi Radio live</span>
|
|
</h4>
|
|
<h4 data-tab-content-id="tab_gooi_tv_live" class="box_header {{$headerClass ?? ''}}">
|
|
<span>NH Gooi TV live</span></h4>
|
|
</div>
|
|
<div id="tab_gooi_radio_live" class="tab_content active box radio_box">
|
|
<img class="logo-radio" src="/images/logo-NHGooi-radio.svg"/>
|
|
@include('widgets.nustraks')
|
|
<a class="btn" href="/gids">Programmering</a>
|
|
<a class="btn" href="/contact">Contact de studio</a>
|
|
<a class="btn player" href="/luister/live">Luister live</a>
|
|
<a class="btn" href="/kijk/live">Kijk live mee</a>
|
|
</div>
|
|
<div id="tab_gooi_tv_live" class="tab_content box radio_box">
|
|
<img class="logo-radio" src="/images/logo-NHGooi-televisie.svg"/>
|
|
<h2 class="post_title">Live</h2>
|
|
@include('widgets.mediaplayer')
|
|
<div width="50%" style="width:100%; position:relative; margin-left: -15px;">
|
|
<video width="640" height="360" style="max-width:100%; height:100%;" preload="auto" controls="controls">
|
|
<source src="https://rrr.sz.xlcdn.com/?account=nhnieuws&file=nhgooi&type=live&service=wowza&protocol=https&output=playlist.m3u8" type="application/x-mpegURL" />
|
|
</video>
|
|
</div>
|
|
</div>
|
|
</div>
|