Auto commit: 2026-02-15T16:06:29.704Z
This commit is contained in:
parent
9ea177c300
commit
64ff7a1fca
17
index.php
17
index.php
@ -10,6 +10,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-1512
|
||||
// WhatsApp info
|
||||
$whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
|
||||
$whatsapp_number = '+5359177041';
|
||||
$facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
@ -427,6 +428,11 @@ $whatsapp_number = '+5359177041';
|
||||
box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.social-float.facebook {
|
||||
background-color: #1877F2;
|
||||
box-shadow: 0 0 20px rgba(24, 119, 242, 0.5);
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0% { transform: scale(1); opacity: 1; }
|
||||
50% { transform: scale(1.1); opacity: 0.7; }
|
||||
@ -488,11 +494,11 @@ $whatsapp_number = '+5359177041';
|
||||
</div>
|
||||
|
||||
<div class="interaction-form">
|
||||
<label for="user-name">TU NOMBRE</label>
|
||||
<input type="text" id="user-name" placeholder="Ej: Juan Pérez">
|
||||
<label for="user-name">NOMBRE</label>
|
||||
<input type="text" id="user-name" placeholder="Tu nombre...">
|
||||
|
||||
<label for="user-message">TU MENSAJE / PEDIDO</label>
|
||||
<textarea id="user-message" placeholder="Escribe aquí tu saludo o canción favorita..."></textarea>
|
||||
<label for="user-message">MENSAJE</label>
|
||||
<textarea id="user-message" placeholder="¿Qué quieres escuchar?"></textarea>
|
||||
|
||||
<button class="send-whatsapp-btn" onclick="sendToWhatsApp()">
|
||||
<i class="bi bi-whatsapp"></i> ENVIAR AL WHATSAPP
|
||||
@ -523,6 +529,9 @@ $whatsapp_number = '+5359177041';
|
||||
|
||||
<!-- Floating Social Links -->
|
||||
<div class="social-float-container">
|
||||
<a href="<?= $facebook_link ?>" class="social-float facebook" target="_blank" title="Facebook">
|
||||
<i class="bi bi-facebook"></i>
|
||||
</a>
|
||||
<a href="https://www.youtube.com/@lilirecords" class="social-float youtube" target="_blank" title="YouTube">
|
||||
<i class="bi bi-youtube"></i>
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user