Auto commit: 2026-02-15T16:47:56.360Z

This commit is contained in:
Flatlogic Bot 2026-02-15 16:47:56 +00:00
parent ab64a2bfef
commit 6aa3c275ec
4 changed files with 11 additions and 17 deletions

View File

@ -40,7 +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);">
<img src="./assets/pasted-20260215-163754-def41f49.png" alt="Logo" style="width: 100px; height: 100px; border-radius: 50%; border: 4px solid #00e676; margin-bottom: 1rem; object-fit: cover; box-shadow: 0 0 25px rgba(0, 230, 118, 0.7);">
<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: 6.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

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-163146-2a3039b2.jpg';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-164611-6d2aee42.png';
// WhatsApp info
$whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
@ -145,14 +145,14 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
}
.brand-logo {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
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;
border: 4px solid var(--primary-color);
box-shadow: 0 0 25px rgba(56, 189, 248, 0.7), 0 0 50px rgba(56, 189, 248, 0.4);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-logo:hover {
@ -267,13 +267,6 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
border-color: rgba(56, 189, 248, 0.5);
}
body.is-playing .featured-img-container {
animation: float-img 6s infinite ease-in-out;
box-shadow: 0 0 50px var(--dynamic-glow, rgba(56, 189, 248, 0.6)),
0 0 100px var(--dynamic-glow-dim, rgba(56, 189, 248, 0.3));
border: 4px solid var(--dynamic-glow, rgba(255, 255, 255, 0.2));
}
.featured-img-container {
width: 100%;
max-width: 900px;
@ -396,7 +389,8 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
.featured-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
background: rgba(0,0,0,0.2);
transition: transform 0.5s;
}
@ -526,7 +520,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">
<img src="./assets/pasted-20260215-163754-def41f49.png" alt="Lili Records Logo" class="brand-logo">
<h1>Lili Records</h1>
<p>Siente la música, vive el ritmo.</p>
</header>
@ -591,7 +585,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
<!-- Right Section: Featured Image -->
<section class="image-section">
<div class="featured-img-container">
<img src="assets/pasted-20260215-151251-1c7b1936.png" alt="Lili Records Featured">
<img src="<?= htmlspecialchars($projectImageUrl) ?>" alt="Featured Image">
</div>
</section>
</div>