Skip to content

Commit c7e190b

Browse files
committed
docs: replace $ favicon with zigzag antenna bot icon
New favicon, og-image (SVG/PNG/JPG), and og-image template all updated to the new bot icon — circle head, dot eyes, zigzag antenna with ball tip.
1 parent b6b54b0 commit c7e190b

5 files changed

Lines changed: 34 additions & 8 deletions

File tree

docs/favicon.svg

Lines changed: 5 additions & 1 deletion
Loading

docs/og-image.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,23 @@
4949
</style>
5050
</head>
5151
<body>
52-
<div class="brand"><span class="prompt">$</span> aimock</div>
52+
<div style="margin-bottom: 24px">
53+
<svg width="120" height="120" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
54+
<circle cx="16" cy="19" r="7.5" fill="none" stroke="#00ff88" stroke-width="2" />
55+
<circle cx="13.5" cy="18" r="1.5" fill="#00ff88" />
56+
<circle cx="18.5" cy="18" r="1.5" fill="#00ff88" />
57+
<polyline
58+
points="16,11.5 14,9 18,7 16,4.5"
59+
fill="none"
60+
stroke="#00ff88"
61+
stroke-width="2"
62+
stroke-linecap="round"
63+
stroke-linejoin="round"
64+
/>
65+
<circle cx="16" cy="4.5" r="1.5" fill="#00ff88" />
66+
</svg>
67+
</div>
68+
<div class="brand">aimock</div>
5369
<div class="tagline">Mock everything your AI app talks to</div>
5470
<div class="services">
5571
LLM APIs &nbsp;|&nbsp; MCP &nbsp;|&nbsp; A2A &nbsp;|&nbsp; Vector DBs &nbsp;|&nbsp; Search

docs/og-image.jpg

10.6 KB
Loading

docs/og-image.png

3.81 KB
Loading

docs/og-image.svg

Lines changed: 12 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)