Lili Records Radio V.1.04
This commit is contained in:
parent
f83739a45d
commit
e8124545e3
BIN
assets/pasted-20260131-000858-4fff58f0.jpg
Normal file
BIN
assets/pasted-20260131-000858-4fff58f0.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
33
index.php
33
index.php
@ -10,6 +10,7 @@ $streamUrl = "https://play.radioking.io/lili-record-s-radio";
|
|||||||
$whatsappNumber = "5359177041";
|
$whatsappNumber = "5359177041";
|
||||||
$whatsappLink = "https://wa.me/" . $whatsappNumber;
|
$whatsappLink = "https://wa.me/" . $whatsappNumber;
|
||||||
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
|
$promoImage = "assets/pasted-20260130-234122-115a4b49.png";
|
||||||
|
$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg";
|
||||||
|
|
||||||
// Fetch latest requests
|
// Fetch latest requests
|
||||||
$requests = [];
|
$requests = [];
|
||||||
@ -317,19 +318,13 @@ try {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qr-placeholder {
|
.qr-image {
|
||||||
width: 80px;
|
width: 120px;
|
||||||
height: 80px;
|
height: 120px;
|
||||||
background: rgba(255,255,255,0.05);
|
|
||||||
border: 2px dashed var(--glass-border);
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 0.5rem auto;
|
margin: 0.5rem auto;
|
||||||
display: flex;
|
border: 3px solid rgba(255,255,255,0.1);
|
||||||
flex-direction: column;
|
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: 0.6rem;
|
|
||||||
color: rgba(255,255,255,0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsapp-btn {
|
.whatsapp-btn {
|
||||||
@ -345,15 +340,23 @@ try {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
|
box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
animation: bounce 2s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes bounce {
|
||||||
|
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
|
||||||
|
40% {transform: translateY(-10px);}
|
||||||
|
60% {transform: translateY(-5px);}
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsapp-btn:hover {
|
.whatsapp-btn:hover {
|
||||||
transform: translateY(-5px) scale(1.1);
|
transform: translateY(-5px) scale(1.1);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
animation: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.live-badge {
|
.live-badge {
|
||||||
@ -440,11 +443,7 @@ try {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="qr-section">
|
<div class="qr-section">
|
||||||
<p class="mb-1 small opacity-75">Apóyanos vía Transfermóvil</p>
|
<img src="<?= $qrImage ?>" alt="QR Pago" class="qr-image">
|
||||||
<div class="qr-placeholder">
|
|
||||||
<i class="fas fa-qrcode fa-2x mb-1"></i>
|
|
||||||
<span>Espacio para QR</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="submit_request.php" method="POST" class="request-form">
|
<form action="submit_request.php" method="POST" class="request-form">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user