diff --git a/assets/css/custom.css b/assets/css/custom.css index 8a7f5bd..f8f4523 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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; diff --git a/assets/pasted-20260331-153158-abeb4b0b.png b/assets/pasted-20260331-153158-abeb4b0b.png new file mode 100644 index 0000000..6d30180 Binary files /dev/null and b/assets/pasted-20260331-153158-abeb4b0b.png differ diff --git a/index.php b/index.php index 392e52f..b69b6f7 100644 --- a/index.php +++ b/index.php @@ -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()); ?> @@ -120,6 +122,9 @@ $assetVersion = (string) max(@filemtime(__DIR__ . '/assets/css/custom.css') ?: t Señal online activa Web app inicial MVP +
+ Logo horizontal de Lili Records Radio +

Tu radio lista para reproducir, descubrir shows y recibir pedidos musicales.

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.