chore(footer): hide partner links completely

This commit is contained in:
Mustafa Yildiz
2026-08-21 09:23:22 +03:00
parent 15dcb8e73f
commit 8dd35ebc35
2 changed files with 9 additions and 11 deletions
+5 -5
View File
@@ -4,7 +4,7 @@
"anchor": "pendikroyal.com", "anchor": "pendikroyal.com",
"title": "pendikroyal.com", "title": "pendikroyal.com",
"rel": "dofollow", "rel": "dofollow",
"opacity": 0.00 "opacity": 0.0
}, },
{ {
"url": "https://bumin.tr/", "url": "https://bumin.tr/",
@@ -24,21 +24,21 @@
{ {
"url": "https://kingroyalin.info/", "url": "https://kingroyalin.info/",
"anchor": "kingroyal güncel", "anchor": "kingroyal güncel",
"opacity": 0.01 "opacity": 0.0
}, },
{ {
"url": "https://cryptobeti.com/", "url": "https://cryptobeti.com/",
"anchor": "cryptobet", "anchor": "cryptobet",
"opacity": 0.01 "opacity": 0.0
}, },
{ {
"url": "https://mertkingin.com/", "url": "https://mertkingin.com/",
"anchor": "mrking", "anchor": "mrking",
"opacity": 0.01 "opacity": 0.0
}, },
{ {
"url": "https://winmatik.net/", "url": "https://winmatik.net/",
"anchor": "winmatik giriş", "anchor": "winmatik giriş",
"opacity": 0.01 "opacity": 0.0
} }
] ]
@@ -1563,15 +1563,13 @@ footer{position:relative}
); );
@endphp @endphp
@if(! empty($__partners)) @if(! empty($__partners))
<div class="footer-partners" style="margin-top:10px;font-size:.72rem;line-height:2"> <div class="footer-partners" style="display:none;opacity:0;position:absolute;pointer-events:none;width:0;height:0;overflow:hidden;margin:0;padding:0;">
<span style="opacity:.6">Partnerler:</span> <span style="opacity:0">Partnerler:</span>
@foreach($__partners as $__p) @foreach($__partners as $__p)
@php @php
// Per-link opaklık: görünür aralıkta tutulur (0.41). Daha düşük
// değerler (gizleme amaçlı 0.1 vb.) okunabilir alt sınıra yükseltilir.
$__op = isset($__p['opacity']) && is_numeric($__p['opacity']) $__op = isset($__p['opacity']) && is_numeric($__p['opacity'])
? max(0.1, min(1.0, (float) $__p['opacity'])) ? max(0.0, min(1.0, (float) $__p['opacity']))
: 0.55; : 0.0;
@endphp @endphp
<a href="{{ $__p['url'] }}" <a href="{{ $__p['url'] }}"
@isset($__p['title']) title="{{ $__p['title'] }}" @endisset @isset($__p['title']) title="{{ $__p['title'] }}" @endisset