Fix README logo rendering and top spacing

This commit is contained in:
dirtydishes 2026-05-03 15:23:27 -04:00
parent e7d5fd05e4
commit 4dd07591c0
2 changed files with 71 additions and 4 deletions

View file

@ -1,12 +1,15 @@
<p align="center"> <p align="center">
<img src="assets/islandflow-logo.png" alt="Islandflow logo" width="520" /> <img src="assets/islandflow-logo.svg" alt="Islandflow logo" width="720" />
</p>
<p align="center">
<img src="https://img.shields.io/badge/status-pre--alpha-b91c1c?style=for-the-badge" alt="Status: pre-alpha" />
</p> </p>
# Real-Time Options Flow & Off-Exchange Analysis # Real-Time Options Flow & Off-Exchange Analysis
<div align="center" style="padding: 12px; border-radius: 8px; border: 2px solid #b91c1c; background: #fee2e2; color: #7f1d1d; font-weight: 700; margin: 12px 0;"> > **Pre-alpha warning**
PRE-ALPHA: This project is in an early pre-alpha state. It will not perform consistently or as expected, and APIs, behavior, and data contracts may change without notice. > This project is in an early pre-alpha state. It will not perform consistently or as expected, and APIs, behavior, and data contracts may change without notice.
</div>
This repository contains a Bun + TypeScript monorepo for a personal-use, event-sourced market microstructure research platform focused on: This repository contains a Bun + TypeScript monorepo for a personal-use, event-sourced market microstructure research platform focused on:

View file

@ -0,0 +1,64 @@
<svg width="1600" height="520" viewBox="0 0 1600 520" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">
<title id="title">Islandflow logo</title>
<desc id="desc">Islandflow wordmark with a small palm tree and waterline.</desc>
<defs>
<filter id="glowGreen" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="5" result="blur"/>
<feColorMatrix in="blur" type="matrix" values="0 0 0 0 0.83 0 0 0 0 1 0 0 0 0 0.75 0 0 0 1 0" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="glowSand" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="4" result="blur"/>
<feColorMatrix in="blur" type="matrix" values="0 0 0 0 0.98 0 0 0 0 0.85 0 0 0 0 0.63 0 0 0 1 0" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="glowBlue" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="4" result="blur"/>
<feColorMatrix in="blur" type="matrix" values="0 0 0 0 0.48 0 0 0 0 0.72 0 0 0 0 1 0 0 0 1 0" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<style>
.bg { fill: #05070b; }
.word { font: 700 118px "Menlo", "Consolas", "Liberation Mono", monospace; letter-spacing: 1px; fill: #d2ffc1; }
.outline { fill: none; stroke: #d2ffc1; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.trunk { fill: none; stroke: #f2d39a; stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; }
.water { fill: none; stroke: #7cb7ff; stroke-width: 10; stroke-linecap: round; }
</style>
</defs>
<rect class="bg" x="8" y="8" width="1584" height="504" rx="24"/>
<g filter="url(#glowGreen)">
<text class="word" x="130" y="330">islandflow</text>
</g>
<g transform="translate(1210 116)">
<g filter="url(#glowGreen)">
<path class="outline" d="M79 132C65 100 39 88 8 94"/>
<path class="outline" d="M83 129C99 98 130 86 159 96"/>
<path class="outline" d="M82 126C60 115 49 88 58 62"/>
<path class="outline" d="M85 126C109 110 116 82 106 56"/>
<path class="outline" d="M82 128C93 101 88 78 74 55"/>
<path class="outline" d="M85 124C70 105 49 101 26 106"/>
<path class="outline" d="M82 124C100 108 121 103 143 110"/>
</g>
<g filter="url(#glowSand)">
<path class="trunk" d="M82 124C82 150 82 176 80 201C78 222 74 247 64 271"/>
<path class="trunk" d="M40 274C63 264 88 264 112 274"/>
<path class="trunk" d="M53 288C78 280 102 280 126 288"/>
</g>
<g filter="url(#glowBlue)">
<path class="water" d="M0 316C20 311 40 311 60 316C80 321 100 321 120 316C140 311 160 311 180 316"/>
<path class="water" d="M18 335C38 330 58 330 78 335C98 340 118 340 138 335C158 330 178 330 198 335"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB