Skip to content

Instantly share code, notes, and snippets.

@Illumi666X
Created June 24, 2025 07:45
Show Gist options
  • Save Illumi666X/c89d7b415954515500378829d99972ba to your computer and use it in GitHub Desktop.
Save Illumi666X/c89d7b415954515500378829d99972ba 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>Stop Being a Best-Kept Secret.</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="z-10"><h1 class="text-7xl font-extrabold" style="color:#FFFFFF;">Stop Being a Best-Kept Secret.</h1><p class="mt-8 text-3xl max-w-3xl" style="color:#9CA3AF;">Ready to transform your marketing from a hopeful expense into a predictable engine for growth? Let's chat about your SEM strategy.</p><div class="flex items-center space-x-6 mt-12 text-4xl" style="color:#34D399;"></div></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-4 h-4 rounded-full bg-white/30"></div><div class="w-4 h-4 rounded-full bg-white/30"></div><div class="w-4 h-4 rounded-full bg-white/30"></div><div class="w-4 h-4 rounded-full bg-white/30"></div><div class="w-4 h-4 rounded-full bg-white"></div></div><span class="text-2xl font-semibold">5/5</span></footer></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment