feat(readme): add logo, Go Report Card and release badges
SVG text mark using Flexoki Dark palette — teal arrow, monospace text, green status dot. Added Go Report Card and latest release badges.
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>uptop</h1>
|
<img src="assets/logo.svg" alt="uptop" width="320">
|
||||||
<p>Self-hosted uptime monitoring with a TUI over SSH.</p>
|
<p>Self-hosted uptime monitoring with a TUI over SSH.</p>
|
||||||
<p>No browser. No client install. Just <code>ssh -p 23234 your-server</code>.</p>
|
<p>No browser. No client install. Just <code>ssh -p 23234 your-server</code>.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://gitea.lerkolabs.com/lerkolabs/uptop/actions"><img src="https://gitea.lerkolabs.com/lerkolabs/uptop/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
<a href="https://gitea.lerkolabs.com/lerkolabs/uptop/actions"><img src="https://gitea.lerkolabs.com/lerkolabs/uptop/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
||||||
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License">
|
<a href="https://github.com/lerkolabs/uptop/releases/latest"><img src="https://img.shields.io/github/v/release/lerkolabs/uptop" alt="Latest Release"></a>
|
||||||
|
<a href="https://goreportcard.com/report/github.com/lerkolabs/uptop"><img src="https://goreportcard.com/badge/github.com/lerkolabs/uptop" alt="Go Report Card"></a>
|
||||||
<img src="https://img.shields.io/badge/go-1.26-00ADD8?logo=go&logoColor=white" alt="Go 1.26">
|
<img src="https://img.shields.io/badge/go-1.26-00ADD8?logo=go&logoColor=white" alt="Go 1.26">
|
||||||
<img src="https://img.shields.io/docker/pulls/lerkolabs/uptop" alt="Docker Pulls">
|
<img src="https://img.shields.io/docker/pulls/lerkolabs/uptop" alt="Docker Pulls">
|
||||||
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="assets/demo.gif" alt="uptop demo" width="800">
|
<img src="assets/demo.gif" alt="uptop demo" width="800">
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 80" fill="none">
|
||||||
|
<!-- Terminal-inspired text mark for uptop -->
|
||||||
|
<rect width="320" height="80" rx="8" fill="#1C1B1A"/>
|
||||||
|
<!-- Prompt caret -->
|
||||||
|
<text x="16" y="52" font-family="'JetBrains Mono','Fira Code','SF Mono',monospace" font-size="36" font-weight="700" fill="#3AA99F">▲</text>
|
||||||
|
<!-- "uptop" in monospace -->
|
||||||
|
<text x="52" y="52" font-family="'JetBrains Mono','Fira Code','SF Mono',monospace" font-size="36" font-weight="700" fill="#CECDC3">uptop</text>
|
||||||
|
<!-- Status dot -->
|
||||||
|
<circle cx="296" cy="40" r="6" fill="#879A39"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 604 B |
Reference in New Issue
Block a user