Auto commit: 2026-01-31T01:40:27.207Z

This commit is contained in:
Flatlogic Bot 2026-01-31 01:40:27 +00:00
parent c5e5399ade
commit 507d418caa

View File

@ -21,6 +21,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
$streamUrl = "https://play.radioking.io/lili-record-s-radio";
$whatsappNumber = "5359177041";
$whatsappLink = "https://wa.me/" . $whatsappNumber;
$youtubeUrl = "https://www.youtube.com/@lilirecords";
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg";
$logoImage = "assets/pasted-20260131-002028-7985dfae.png";
@ -210,6 +211,10 @@ try {
opacity: 0.9;
}
.comment-text {
opacity: 0.9;
}
.comment-date {
font-size: 0.7rem;
opacity: 0.4;
@ -376,6 +381,33 @@ try {
outline: none;
}
.btn-youtube-float {
position: fixed;
bottom: 105px;
left: 30px;
width: 60px;
height: 60px;
background: #ff0000;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
text-decoration: none;
transition: all 0.3s ease;
z-index: 100;
animation: bounce 2.2s infinite;
}
.btn-youtube-float:hover {
transform: translateY(-5px) scale(1.1);
color: #fff;
background: #e60000;
animation: none;
}
.qr-section {
margin-top: 0.75rem;
padding-top: 0.75rem;
@ -475,7 +507,7 @@ try {
<i class="fas fa-volume-high opacity-50 x-small" style="font-size: 0.7rem;"></i>
</div>
</div>
<canvas id="visualizer"></canvas>
<?php if ($isAdmin): ?>
@ -550,9 +582,17 @@ try {
<small class="text-center opacity-50" style="font-size: 0.7rem;">Tu mensaje se enviará de forma privada a los administradores.</small>
</form>
</div>
<div class="mt-3 text-center">
<p class="small text-white opacity-75 mb-0">Lili Record´s Radio 2026, Todos los Derechos Reservados</p>
</div>
</div>
</div>
<a href="<?= $youtubeUrl ?>" target="_blank" class="btn-youtube-float" title="Síguenos en YouTube">
<i class="fab fa-youtube"></i>
</a>
<a href="track_click.php?type=whatsapp_open&redirect=<?= urlencode($whatsappLink) ?>" class="whatsapp-btn" title="Contáctanos">
<i class="fab fa-whatsapp"></i>
</a>
@ -643,4 +683,4 @@ try {
}
</script>
</body>
</html>
</html>