Skip to content

Commit b5e088e

Browse files
committed
feat: add project logo to README, landing page, and favicon
1 parent f8be4f8 commit b5e088e

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="docs/logo.png" alt="Watch Tower" width="180" height="180" />
3+
</p>
4+
15
# Watch Tower
26

37
[![CI](https://github.com/MMTE/watch-tower/actions/workflows/ci.yml/badge.svg)](https://github.com/MMTE/watch-tower/actions/workflows/ci.yml)

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<meta property="og:title" content="Watch Tower" />
99
<meta property="og:description" content="Pluggable notification hub for AI agents and apps." />
1010
<meta property="og:type" content="website" />
11+
<meta property="og:image" content="https://mmte.github.io/watch-tower/logo.png" />
12+
<meta name="twitter:card" content="summary" />
13+
<link rel="icon" type="image/png" href="logo.png" />
1114
<style>
1215
:root {
1316
--fg: #1a1a1a;
@@ -37,6 +40,7 @@
3740
}
3841
main { max-width: 720px; margin: 0 auto; padding: 64px 24px 96px; }
3942
header { margin-bottom: 48px; }
43+
.logo { display: block; margin: 0 0 16px; border-radius: 12px; }
4044
h1 { font-size: 2rem; margin: 0 0 8px; letter-spacing: -0.02em; }
4145
.pitch { color: var(--muted); margin: 0 0 24px; font-size: 1.1rem; }
4246
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
@@ -95,6 +99,7 @@
9599
<body>
96100
<main>
97101
<header>
102+
<img src="logo.png" alt="" width="128" height="128" class="logo" />
98103
<h1>Watch Tower</h1>
99104
<p class="pitch">Pluggable notification hub for AI agents and apps. One MCP server + one REST API, fan out to multiple channels.</p>
100105
<div class="badges">

docs/logo.png

184 KB
Loading

0 commit comments

Comments
 (0)