Skip to content

Instantly share code, notes, and snippets.

@Illumi666X
Created June 24, 2025 07:44
Show Gist options
  • Save Illumi666X/a4e8fe3722c782d880aceffcdfa29d61 to your computer and use it in GitHub Desktop.
Save Illumi666X/a4e8fe3722c782d880aceffcdfa29d61 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>Is your clinic 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@700;800&display=swap" rel="stylesheet"><style>body{font-family:'Lexend',sans-serif;margin:0;overflow:hidden;}</style></head><body><!-- Layout: Cover_Hero --><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-8xl font-extrabold uppercase" style="color:#FFFFFF;">Is your clinic a best-kept secret?</h1><p class="mt-6 text-4xl" style="color:#9CA3AF;"></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"></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/30"></div><div class="w-3 h-3 rounded-full bg-white/30"></div></div><span class="text-2xl font-semibold">1/5</span></footer></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment