From 9b189df8759d273758a7e1a1623165f108787da1 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 17 Feb 2026 18:48:37 +0000 Subject: [PATCH] Auto commit: 2026-02-17T18:48:37.710Z --- index.php | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 5148727..d2e5233 100644 --- a/index.php +++ b/index.php @@ -11,6 +11,9 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-1646 $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY"; $whatsapp_number = '+5359177041'; $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; +$instagram_link = "https://www.instagram.com/"; +$youtube_link = "https://www.youtube.com/@lilirecords"; +$twitter_link = "https://twitter.com/"; ?> @@ -1028,6 +1031,71 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; font-weight: bold; margin-right: 5px; } + + /* Social Media Widget Styles */ + .social-card { + margin-top: 1.5rem; + display: flex; + flex-direction: column; + gap: 1.2rem; + } + .social-card-grid { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 1rem; + } + .social-card-item { + display: flex; + align-items: center; + gap: 12px; + background: rgba(255, 255, 255, 0.05); + border: 1px solid rgba(255, 255, 255, 0.1); + padding: 1rem; + border-radius: 16px; + text-decoration: none; + color: white; + transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); + position: relative; + overflow: hidden; + } + .social-card-item:hover { + transform: translateY(-5px); + background: rgba(255, 255, 255, 0.1); + border-color: var(--primary-color); + box-shadow: 0 10px 20px rgba(0,0,0,0.3); + } + .social-card-item i { + font-size: 1.5rem; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 12px; + transition: transform 0.3s; + } + .social-card-item:hover i { + transform: scale(1.1) rotate(5deg); + } + .social-card-item.fb i { background: #1877F2; } + .social-card-item.ig i { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); } + .social-card-item.yt i { background: #FF0000; } + .social-card-item.tw i { background: #1DA1F2; } + + .social-card-info { + display: flex; + flex-direction: column; + } + .social-card-name { + font-weight: 800; + font-size: 0.9rem; + letter-spacing: 0.5px; + } + .social-card-handle { + font-size: 0.7rem; + opacity: 0.6; + text-transform: uppercase; + } @@ -1297,6 +1365,45 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
No hay peticiones recientes.
+ + +
+

+ SÍGUENOS EN REDES +

+ +
@@ -1363,7 +1470,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; - +