Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions gitbot-logo-vng
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Put the logo at the documented SVG path

This adds the SVG as a root-level file named gitbot-logo-vng, but the README renders and links public/gitbot-logo.svg; I checked the repo and there is no public/ logo file or reference to gitbot-logo-vng, so the new asset remains unused and the README logo stays broken. Please place/rename this file to the documented .svg path or update the references accordingly.

Useful? React with 👍 / 👎.

<title id="title">GitBot logo</title>
<desc id="desc">A modern Git branch robot mark for the GitBot developer automation platform.</desc>
<rect width="128" height="128" rx="30" fill="#08111F"/>
<rect x="10" y="10" width="108" height="108" rx="24" fill="url(#paint0_linear)" fill-opacity="0.16"/>
<path d="M37 43C37 38.5817 40.5817 35 45 35H83C87.4183 35 91 38.5817 91 43V78C91 82.4183 87.4183 86 83 86H45C40.5817 86 37 82.4183 37 78V43Z" fill="#0F172A" stroke="#38BDF8" stroke-width="3"/>
<path d="M52 35V27M76 35V27" stroke="#34D399" stroke-width="5" stroke-linecap="round"/>
<circle cx="53" cy="59" r="6" fill="#34D399"/>
<circle cx="75" cy="59" r="6" fill="#38BDF8"/>
<path d="M54 74C59.5 78 68.5 78 74 74" stroke="#E2E8F0" stroke-width="4" stroke-linecap="round"/>
<path d="M28 60H20C15.5817 60 12 56.4183 12 52V40" stroke="#64748B" stroke-width="4" stroke-linecap="round"/>
<path d="M100 60H108C112.418 60 116 56.4183 116 52V40" stroke="#64748B" stroke-width="4" stroke-linecap="round"/>
<circle cx="20" cy="40" r="6" fill="#34D399"/>
<circle cx="116" cy="40" r="6" fill="#38BDF8"/>
<path d="M64 86V100" stroke="#64748B" stroke-width="4" stroke-linecap="round"/>
<path d="M48 101H80" stroke="#64748B" stroke-width="4" stroke-linecap="round"/>
<path d="M38 100C38 94.4772 42.4772 90 48 90H80C85.5229 90 90 94.4772 90 100V106H38V100Z" fill="#0F172A" stroke="#34D399" stroke-width="3"/>
<defs>
<linearGradient id="paint0_linear" x1="18" y1="18" x2="110" y2="110" gradientUnits="userSpaceOnUse">
<stop stop-color="#38BDF8"/>
<stop offset="1" stop-color="#34D399"/>
</linearGradient>
</defs>
</svg>