Created
February 26, 2026 16:59
-
-
Save carmelc/7d2f7ebcd7f6461653eb0fd59e4f9d8c to your computer and use it in GitHub Desktop.
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
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"> | |
| <rect x="90" y="10" width="120" height="35" rx="8" fill="#4A9EFF"/> | |
| <rect x="10" y="80" width="85" height="30" rx="6" fill="#FF6B35"/> | |
| <rect x="108" y="80" width="85" height="30" rx="6" fill="#FF6B35"/> | |
| <rect x="206" y="80" width="85" height="30" rx="6" fill="#FF6B35"/> | |
| <rect x="10" y="145" width="85" height="30" rx="6" fill="#2D2D44"/> | |
| <rect x="108" y="145" width="85" height="30" rx="6" fill="#2D2D44"/> | |
| <rect x="206" y="145" width="85" height="30" rx="6" fill="#2D2D44"/> | |
| <path d="M148 45 L148 55 L52 55 L52 80" fill="none" stroke="#4A9EFF" stroke-width="0"/> | |
| <rect x="146" y="45" width="4" height="10" fill="#4A9EFF"/> | |
| <rect x="50" y="55" width="98" height="4" fill="#4A9EFF"/> | |
| <rect x="50" y="55" width="4" height="25" fill="#4A9EFF"/> | |
| <path d="M148 45 L148 80" fill="none" stroke="#4A9EFF" stroke-width="0"/> | |
| <rect x="146" y="45" width="4" height="35" fill="#4A9EFF"/> | |
| <path d="M148 45 L148 55 L248 55 L248 80" fill="none" stroke="#4A9EFF" stroke-width="0"/> | |
| <rect x="146" y="45" width="4" height="10" fill="#4A9EFF"/> | |
| <rect x="148" y="53" width="102" height="4" fill="#4A9EFF"/> | |
| <rect x="246" y="55" width="4" height="25" fill="#4A9EFF"/> | |
| <rect x="50" y="110" width="4" height="35" fill="#FF6B35"/> | |
| <rect x="148" y="110" width="4" height="35" fill="#FF6B35"/> | |
| <rect x="246" y="110" width="4" height="35" fill="#FF6B35"/> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment