← back to Dear Bubbe Admin
public/instagram-post.html
112 lines
<!DOCTYPE html>
<html>
<head>
<title>Instagram Post Ready</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background: #fafafa;
}
.container {
background: white;
border-radius: 8px;
padding: 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
h1 {
color: #262626;
font-size: 24px;
margin-bottom: 20px;
}
.image-container {
width: 100%;
margin-bottom: 20px;
}
img {
width: 100%;
border-radius: 8px;
}
.caption-box {
background: #f7f7f7;
padding: 15px;
border-radius: 8px;
white-space: pre-wrap;
font-size: 14px;
line-height: 1.5;
margin-bottom: 20px;
}
.download-btn {
display: inline-block;
background: #0095f6;
color: white;
padding: 12px 24px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
margin-right: 10px;
}
.instructions {
background: #fff3cd;
padding: 15px;
border-radius: 8px;
margin-top: 20px;
}
.instructions h2 {
margin-top: 0;
color: #856404;
}
.instructions ol {
margin: 10px 0;
padding-left: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>📸 Instagram Post Ready!</h1>
<div class="image-container">
<img src="/instagram-1763681171228.png" alt="Instagram Post">
</div>
<h2>Caption:</h2>
<div class="caption-box">Today's anonymous question:
"Make matso baii chicken soup. It heals a cold."
🥯 What would Bubbe say? Find out at bubbe.ai (link in bio)
#BubbeAI #JewishGrandma #AIAdvice #BubbeWisdom #AskBubbe #NoFilter #JewishHumor #GrandmaKnowsBest #LifeAdvice #TechMeetsTraition</div>
<a href="/instagram-1763681171228.png" download="instagram-post.png" class="download-btn">⬇️ Download Image</a>
<a href="/instagram-caption-1763681171228.txt" download="instagram-caption.txt" class="download-btn">📋 Download Caption</a>
<div class="instructions">
<h2>📱 How to Post:</h2>
<ol>
<li>Download the image above</li>
<li>Open Instagram app or <a href="https://instagram.com" target="_blank" rel="noopener noreferrer">instagram.com</a></li>
<li>Click "New Post" (+)</li>
<li>Upload the downloaded image</li>
<li>Copy and paste the caption</li>
<li>Share!</li>
</ol>
<h2>🔗 Quick Links:</h2>
<ul>
<li><a href="https://instagram.com" target="_blank" rel="noopener noreferrer">Instagram Web</a></li>
<li><a href="https://business.facebook.com/creatorstudio" target="_blank" rel="noopener noreferrer">Creator Studio (Schedule Posts)</a></li>
<li><a href="https://later.com" target="_blank" rel="noopener noreferrer">Later (Free Scheduling)</a></li>
</ul>
</div>
<p style="text-align: center; margin-top: 30px; color: #8e8e8e;">
Generated at 11/20/2025, 11:26:11 PM
</p>
</div>
</body>
</html>