Clear all blockers: payment tested, CI/CD secrets added, status launch-ready
This commit is contained in:
parent
33b1489e6c
commit
0ab4afd398
94 changed files with 10014 additions and 931 deletions
13
projects/business/src/pdf-api/public/og-image.svg
Normal file
13
projects/business/src/pdf-api/public/og-image.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
|
||||
<rect width="1200" height="630" fill="#0b0d11"/>
|
||||
<rect x="0" y="0" width="1200" height="630" fill="url(#glow)" opacity="0.3"/>
|
||||
<defs>
|
||||
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#34d399" stop-opacity="0.2"/>
|
||||
<stop offset="100%" stop-color="#0b0d11" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<text x="600" y="270" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="80" font-weight="800" fill="#e4e7ed">⚡ Doc<tspan fill="#34d399">Fast</tspan></text>
|
||||
<text x="600" y="370" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="36" font-weight="400" fill="#7a8194">HTML & Markdown to PDF API</text>
|
||||
<rect x="400" y="420" width="400" height="4" rx="2" fill="#34d399" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 910 B |
Loading…
Add table
Add a link
Reference in a new issue