Auto commit: 2026-01-31T00:21:54.466Z
This commit is contained in:
parent
89399c3d30
commit
df7208c661
BIN
assets/pasted-20260131-002028-7985dfae.png
Normal file
BIN
assets/pasted-20260131-002028-7985dfae.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
18
index.php
18
index.php
@ -11,6 +11,7 @@ $whatsappNumber = "5359177041";
|
||||
$whatsappLink = "https://wa.me/" . $whatsappNumber;
|
||||
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
|
||||
$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg";
|
||||
$logoImage = "assets/pasted-20260131-002028-7985dfae.png";
|
||||
|
||||
// Fetch latest requests
|
||||
$requests = [];
|
||||
@ -235,17 +236,24 @@ try {
|
||||
}
|
||||
|
||||
.radio-logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(135deg, #ff2d55, #ff512f);
|
||||
margin: 0 auto 1.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 2rem;
|
||||
box-shadow: 0 0 30px rgba(255, 45, 85, 0.4);
|
||||
animation: pulse 2s infinite;
|
||||
overflow: hidden;
|
||||
border: 3px solid rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.radio-logo img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
@ -392,7 +400,7 @@ try {
|
||||
<div class="live-badge">En Vivo</div>
|
||||
|
||||
<div class="radio-logo">
|
||||
<i class="fas fa-music"></i>
|
||||
<img src="<?= $logoImage ?>" alt="Lili Records Logo">
|
||||
</div>
|
||||
|
||||
<div class="song-info">
|
||||
@ -548,4 +556,4 @@ try {
|
||||
commentsList.scrollTop = 0; // Show latest first
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user