-
-
Notifications
You must be signed in to change notification settings - Fork 2
Create gitbot-logo-vng #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Huynhthuongg
merged 2 commits into
main
from
claude/fix-252359928-1257217814-ec420462-176e-470e-b659-805d4d937997
Jun 18, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"> | ||
| <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> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds the SVG as a root-level file named
gitbot-logo-vng, but the README renders and linkspublic/gitbot-logo.svg; I checked the repo and there is nopublic/logo file or reference togitbot-logo-vng, so the new asset remains unused and the README logo stays broken. Please place/rename this file to the documented.svgpath or update the references accordingly.Useful? React with 👍 / 👎.