3 Commits

Author SHA1 Message Date
NH Gooi
37745e8ae9 Margin toegevoegd op div.text in post, want intranet editor maakt geen p tags 2025-01-04 17:51:04 +01:00
NH Gooi
eb9813c239 Contactinfo aangepast 2024-12-21 11:31:11 +01:00
NH Gooi
9dc9b30afa Regionieuws lengte - 4 samples per seconde 2024-12-16 20:40:43 +01:00
5 changed files with 12 additions and 13 deletions

View File

@@ -193,7 +193,7 @@ class NewsController extends Controller
'content' => 'het laatste nieuws uit de regio',
'isStream' => false,
'canDownload' => true,
'lengte' => $data->length,
'lengte' => $data->length * 0.25,
'waveform' => $data
]);
}

View File

@@ -1287,6 +1287,9 @@ div.pp_default .pp_close:hover {
line-height: 3.17;
color: #585858;
}
.post_container .post_body div.text {
margin-bottom: 20px;
}
.post_container .post_body .post_details {
margin: 0;
padding: 0;

View File

@@ -51,6 +51,10 @@
@extend %sentence
}
div.text {
margin-bottom: 20px;
}
blockquote {
border-left: 3px solid #5ba8f4;
margin-left: 0;

View File

@@ -61,16 +61,9 @@ voor talent.</p>
KvK: 41194132<br>
<br>
<b>Streekredactie</b><br>
Gooise Brink, Kerkstraat 63/27<br>
11211 CL Hilversum<br>
Tiplijn: <a href="tel:+31642913637">06 - 42 91 36 37</a><br>
e-mail: {{Html::mailto('info@NHGooi.nl')}}<br>
<br>
<b>Chef redactie</b><br>
Petra de Beij<br>
{{Html::mailto('petra.debeij@nhgooi.nl')}}<br><br>
Erwin Bakker<br>
{{Html::mailto('erwin.bakker@nhgooi.nl')}}<br><br>
</p>
</div>
</div>

View File

@@ -2,8 +2,7 @@
<img class="logo-whatsapp" src="/images/logo-whatsapp.png"/>
<h2>Contact met de redactie</h2>
<p>Heb jij een tip voor onze streekredactie? Bel of app de tiplijn:
<a href="tel:06 - 42 91 36 37" target="_blank">06 - 42 91 36 37</a>, stuur een
<a href="mailto:info@nhgooi.nl">mail</a> of kom langs op de Gooise Brink,
Kerkstraat 63/27 in Hilversum</p>
<a href="tel:0356424774" target="_blank">035 - 64 24 774</a>, of stuur een
<a href="mailto:info@nhgooi.nl">mail</a>.</p>
<a class="read_more" href="{{url('contact')}}">Contactinformatie <i class="fa-solid fa-angle-right"></i></a>
</div>