Skip to content

Instantly share code, notes, and snippets.

@Illumi666X
Created June 24, 2025 07:44
Show Gist options
  • Save Illumi666X/03833601cc0750b1f89301a163615713 to your computer and use it in GitHub Desktop.
Save Illumi666X/03833601cc0750b1f89301a163615713 to your computer and use it in GitHub Desktop.
Social Media Card for Conversion
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=1080"><title>The Numbers Don't Lie</title><script src="https://cdn.tailwindcss.com"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Lexend:wght@400;700;800&display=swap" rel="stylesheet"><style>body{font-family:'Lexend',sans-serif;margin:0;overflow:hidden;}</style></head><body><div style="width:1080px;height:1080px;" class="relative flex flex-col items-center justify-center text-center p-20 overflow-hidden bg-gradient-to-br from-[#1f2937] to-[#111827]"><div class="absolute -top-12 -right-32 w-80 h-80 rounded-full filter blur-3xl bg-white/5"></div><div class="absolute -bottom-12 -left-32 w-80 h-80 rounded-full filter blur-3xl bg-white/5"></div><main class="flex-grow flex flex-col items-center justify-center text-center z-10"><div class="p-4 rounded-full bg-black/5 dark:bg-white/10 mb-8 w-24 h-24 flex items-center justify-center" style="color:#34D399;"></div><h1 class="text-5xl font-bold mb-6" style="color:#FFFFFF;">The Numbers Don't Lie</h1><div style="font-size:16rem;line-height:1;color:#34D399;" class="font-extrabold">3x</div><p class="text-3xl max-w-4xl mx-auto mt-8" style="color:#9CA3AF;">Search ads aren't just clicks; they're appointments. A 2025 study confirms they drive 3x more new patient appointments than any other digital channel. Patients find, then they visit.</p></main><footer class="absolute bottom-12 flex items-center justify-between w-full px-20 z-10" style="color:#FFFFFF;"><span class="text-2xl font-semibold">@sachistudio</span><div class="flex items-center space-x-3"><div class="w-3 h-3 rounded-full bg-white/30"></div><div class="w-3 h-3 rounded-full bg-white/30"></div><div class="w-3 h-3 rounded-full bg-white/30"></div><div class="w-3 h-3 rounded-full bg-white"></div><div class="w-3 h-3 rounded-full bg-white/30"></div></div><span class="text-2xl font-semibold">4/5</span></footer></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment