Skip to content

Instantly share code, notes, and snippets.

@shtse8
Created February 17, 2026 04:14
Show Gist options
  • Select an option

  • Save shtse8/cf138c7e19787d1db405153a3399a44f to your computer and use it in GitHub Desktop.

Select an option

Save shtse8/cf138c7e19787d1db405153a3399a44f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500">
<defs>
<linearGradient id="socialGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#005047"/>
<stop offset="100%" style="stop-color:#00897B"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="500" height="500" fill="url(#socialGrad)"/>
<!-- Emoji -->
<text x="250" y="90" text-anchor="middle" font-size="60">🚩</text>
<!-- Title -->
<text x="250" y="160" text-anchor="middle" font-family="Arial, sans-serif" font-size="32" font-weight="bold" fill="white">
賣旗日管理
</text>
<text x="250" y="200" text-anchor="middle" font-family="Arial, sans-serif" font-size="32" font-weight="bold" fill="white">
從此唔再頭痕
</text>
<!-- Points -->
<text x="80" y="270" font-family="Arial, sans-serif" font-size="20" fill="white">✅ 義工報名 + 捐款管理</text>
<text x="80" y="310" font-family="Arial, sans-serif" font-size="20" fill="white">✅ 旗袋追蹤 + 自動收據</text>
<text x="80" y="350" font-family="Arial, sans-serif" font-size="20" fill="white">✅ 實時數據 + 專業報表</text>
<!-- URL Box -->
<rect x="80" y="400" width="340" height="50" rx="25" fill="rgba(255,255,255,0.2)"/>
<text x="250" y="434" text-anchor="middle" font-family="Arial, sans-serif" font-size="18" fill="white">
flagday.hypoidea.com
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment