docs: replace text title with SVG logo, O styled in blue-600

This commit is contained in:
2026-02-24 12:29:07 +00:00
parent 3a6d3eeb9a
commit 3868b16ea4
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# 🐿️ N○RA
<img src="logo.svg" alt="NORA" height="72" />
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Release](https://img.shields.io/github/v/release/getnora-io/nora)](https://github.com/getnora-io/nora/releases)

5
logo.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 72" width="300" height="72">
<text font-family="'SF Mono', 'Fira Code', 'Cascadia Code', monospace" font-weight="800" fill="#0f172a" letter-spacing="1">
<tspan x="8" y="58" font-size="52">N</tspan><tspan font-size="68" dy="-10" fill="#2563EB">O</tspan><tspan font-size="52" dy="10">RA</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 373 B