Auto commit: 2026-02-15T16:32:49.887Z

This commit is contained in:
Flatlogic Bot 2026-02-15 16:32:49 +00:00
parent 80912e66c8
commit ab64a2bfef
3 changed files with 18 additions and 1 deletions

View File

@ -40,6 +40,7 @@ $locations = $stmt->fetchAll();
<div class="container py-5">
<div class="row mb-4">
<div class="col-md-12 text-center">
<img src="./assets/pasted-20260215-163146-2a3039b2.jpg" alt="Logo" style="width: 80px; height: 80px; border-radius: 50%; border: 2px solid #00e676; margin-bottom: 1rem; object-fit: cover; box-shadow: 0 0 15px rgba(0, 230, 118, 0.5);">
<h1>Panel de Administración Real-Time</h1>
<p class="text-secondary">Lili Records Radio Statistics</p>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php';
track_visitor();
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-151251-1c7b1936.png';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-163146-2a3039b2.jpg';
// WhatsApp info
$whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
@ -144,6 +144,21 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
-webkit-text-fill-color: transparent;
}
.brand-logo {
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 1rem;
object-fit: cover;
border: 2px solid var(--primary-color);
box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
transition: transform 0.3s ease;
}
.brand-logo:hover {
transform: scale(1.1) rotate(5deg);
}
.brand p {
font-size: 1rem;
opacity: 0.8;
@ -511,6 +526,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
<section class="player-section">
<div class="glass-card">
<header class="brand">
<img src="./assets/pasted-20260215-163146-2a3039b2.jpg" alt="Lili Records Logo" class="brand-logo">
<h1>Lili Records</h1>
<p>Siente la música, vive el ritmo.</p>
</header>