Auto commit: 2026-03-31T15:38:55.286Z

This commit is contained in:
Flatlogic Bot 2026-03-31 15:38:55 +00:00
parent f309ca8701
commit ed0c9038f9
3 changed files with 32 additions and 1 deletions

View File

@ -150,6 +150,24 @@ a:hover {
letter-spacing: -0.03em;
}
.hero-wordmark-wrap {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.9rem 1rem;
border: 1px solid rgba(48, 57, 70, 0.8);
border-radius: calc(var(--radius-lg) + 4px);
background: linear-gradient(180deg, rgba(20, 26, 34, 0.96), rgba(12, 16, 21, 0.96));
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.hero-wordmark {
display: block;
width: min(100%, 168px);
height: auto;
object-fit: contain;
}
.text-secondary,
.section-copy,
.detail-list span,
@ -489,6 +507,14 @@ a:hover {
border-radius: 16px;
}
.hero-wordmark-wrap {
padding: 0.75rem 0.85rem;
}
.hero-wordmark {
width: min(100%, 150px);
}
.timeline-item {
grid-template-columns: 1fr;
gap: 0.45rem;

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -57,8 +57,10 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
$title = project_name();
$metaDescription = project_description();
$logoPath = project_logo_path();
$heroLogoPath = '/assets/pasted-20260331-153158-abeb4b0b.png';
$logoVersion = (string) (@filemtime(__DIR__ . $logoPath) ?: time());
$assetVersion = (string) max(@filemtime(__DIR__ . '/assets/css/custom.css') ?: time(), @filemtime(__DIR__ . '/assets/js/main.js') ?: time(), @filemtime(__DIR__ . $logoPath) ?: time());
$heroLogoVersion = (string) (@filemtime(__DIR__ . $heroLogoPath) ?: time());
$assetVersion = (string) max(@filemtime(__DIR__ . '/assets/css/custom.css') ?: time(), @filemtime(__DIR__ . '/assets/js/main.js') ?: time(), @filemtime(__DIR__ . $logoPath) ?: time(), @filemtime(__DIR__ . $heroLogoPath) ?: time());
?>
<!doctype html>
<html lang="es">
@ -120,6 +122,9 @@ $assetVersion = (string) max(@filemtime(__DIR__ . '/assets/css/custom.css') ?: t
<span class="eyebrow-pill">Señal online activa</span>
<span class="eyebrow-pill muted">Web app inicial MVP</span>
</div>
<div class="hero-wordmark-wrap mb-4">
<img class="hero-wordmark" src="<?= h($heroLogoPath) ?>?v=<?= h($heroLogoVersion) ?>" alt="Logo horizontal de Lili Records Radio" width="168" height="95">
</div>
<h1 class="display-5 fw-semibold text-white mb-3">Tu radio lista para reproducir, descubrir shows y recibir pedidos musicales.</h1>
<p class="lead text-secondary-emphasis mb-4">Lili Records Radio abre con play inmediato, estado de “Ahora suena”, parrilla semanal, perfiles de DJs y un flujo real para que los oyentes envíen mensajes que el admin puede revisar y actualizar.</p>
<div class="d-flex flex-wrap gap-3 mb-4">