mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
6184835992
commit
b5254cf33d
7 changed files with 289 additions and 77 deletions
5
public/favicon.svg
Normal file
5
public/favicon.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||||
<rect width="64" height="64" rx="14" fill="#FFFFFF"/>
|
||||
<text x="32" y="46" font-family="Inter, system-ui, sans-serif" font-size="44" font-weight="800"
|
||||
text-anchor="middle" fill="#6366F1" letter-spacing="-2">M<tspan fill="#F59E0B">.</tspan></text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 349 B |
20
public/og.svg
Normal file
20
public/og.svg
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
|
||||
<defs>
|
||||
<radialGradient id="bg" cx="50%" cy="50%" r="75%">
|
||||
<stop offset="0%" stop-color="#6366F1" />
|
||||
<stop offset="100%" stop-color="#0F172A" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<rect width="1200" height="630" fill="url(#bg)" />
|
||||
<g font-family="Inter, system-ui, sans-serif" text-anchor="middle">
|
||||
<text x="600" y="320" font-size="120" font-weight="800" fill="#FFFFFF" letter-spacing="-4">
|
||||
Mika<tspan fill="#F59E0B">.</tspan>
|
||||
</text>
|
||||
<text x="600" y="400" font-size="36" font-weight="500" fill="#F1F5F9">
|
||||
Seu assistente de IA no Telegram
|
||||
</text>
|
||||
<text x="600" y="570" font-size="24" font-weight="400" fill="#94A3B8">
|
||||
mika.domco.ai
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 804 B |
Loading…
Add table
Add a link
Reference in a new issue