Auto commit: 2026-02-15T15:17:29.939Z
This commit is contained in:
parent
a1a37f4953
commit
c000e0b137
BIN
assets/pasted-20260215-151251-1c7b1936.png
Normal file
BIN
assets/pasted-20260215-151251-1c7b1936.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
16
index.php
16
index.php
@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php';
|
|||||||
track_visitor();
|
track_visitor();
|
||||||
|
|
||||||
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
|
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
|
||||||
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/images/featured.jpg';
|
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-151251-1c7b1936.png';
|
||||||
|
|
||||||
// WhatsApp info
|
// WhatsApp info
|
||||||
$whatsapp_number = '+5359177041';
|
$whatsapp_number = '+5359177041';
|
||||||
@ -312,21 +312,21 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe
|
|||||||
|
|
||||||
/* Right Side: Featured Image */
|
/* Right Side: Featured Image */
|
||||||
.image-section {
|
.image-section {
|
||||||
flex: 1.2;
|
flex: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 2rem;
|
padding-left: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featured-img-container {
|
.featured-img-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 900px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 24px;
|
border-radius: 32px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featured-img-container img {
|
.featured-img-container img {
|
||||||
@ -488,7 +488,7 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe
|
|||||||
<!-- Right Section: Featured Image -->
|
<!-- Right Section: Featured Image -->
|
||||||
<section class="image-section">
|
<section class="image-section">
|
||||||
<div class="featured-img-container">
|
<div class="featured-img-container">
|
||||||
<img src="assets/images/featured.jpg" alt="Lili Records Featured">
|
<img src="assets/pasted-20260215-151251-1c7b1936.png" alt="Lili Records Featured">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user