Auto commit: 2026-01-31T01:40:27.207Z
This commit is contained in:
parent
c5e5399ade
commit
507d418caa
44
index.php
44
index.php
@ -21,6 +21,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
|||||||
$streamUrl = "https://play.radioking.io/lili-record-s-radio";
|
$streamUrl = "https://play.radioking.io/lili-record-s-radio";
|
||||||
$whatsappNumber = "5359177041";
|
$whatsappNumber = "5359177041";
|
||||||
$whatsappLink = "https://wa.me/" . $whatsappNumber;
|
$whatsappLink = "https://wa.me/" . $whatsappNumber;
|
||||||
|
$youtubeUrl = "https://www.youtube.com/@lilirecords";
|
||||||
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
|
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
|
||||||
$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg";
|
$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg";
|
||||||
$logoImage = "assets/pasted-20260131-002028-7985dfae.png";
|
$logoImage = "assets/pasted-20260131-002028-7985dfae.png";
|
||||||
@ -210,6 +211,10 @@ try {
|
|||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-text {
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-date {
|
.comment-date {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
@ -376,6 +381,33 @@ try {
|
|||||||
outline: none;
|
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 {
|
.qr-section {
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
padding-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>
|
<i class="fas fa-volume-high opacity-50 x-small" style="font-size: 0.7rem;"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<canvas id="visualizer"></canvas>
|
<canvas id="visualizer"></canvas>
|
||||||
|
|
||||||
<?php if ($isAdmin): ?>
|
<?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>
|
<small class="text-center opacity-50" style="font-size: 0.7rem;">Tu mensaje se enviará de forma privada a los administradores.</small>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</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>
|
||||||
</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">
|
<a href="track_click.php?type=whatsapp_open&redirect=<?= urlencode($whatsappLink) ?>" class="whatsapp-btn" title="Contáctanos">
|
||||||
<i class="fab fa-whatsapp"></i>
|
<i class="fab fa-whatsapp"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -643,4 +683,4 @@ try {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user