Skip to content

Commit 75952f1

Browse files
committed
Add mascot/logo SVGs and update branding in README and UI
1 parent c60698b commit 75952f1

6 files changed

Lines changed: 262 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Globlin
2-
3-
[![npm version](https://img.shields.io/npm/v/globlin.svg)](https://www.npmjs.com/package/globlin)
4-
[![CI](https://github.com/capsoftware/globlin/actions/workflows/test.yml/badge.svg)](https://github.com/capsoftware/globlin/actions/workflows/test.yml)
5-
[![codecov](https://codecov.io/gh/capsoftware/globlin/graph/badge.svg)](https://codecov.io/gh/capsoftware/globlin)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1+
<p align="center">
2+
<img src="www/public/globlin-logo.svg" alt="globlin" height="80" />
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://www.npmjs.com/package/globlin"><img src="https://img.shields.io/npm/v/globlin.svg" alt="npm version" /></a>
7+
<a href="https://github.com/capsoftware/globlin/actions/workflows/test.yml"><img src="https://github.com/capsoftware/globlin/actions/workflows/test.yml/badge.svg" alt="CI" /></a>
8+
<a href="https://codecov.io/gh/capsoftware/globlin"><img src="https://codecov.io/gh/capsoftware/globlin/graph/badge.svg" alt="codecov" /></a>
9+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /></a>
10+
</p>
711

812
**A high-performance glob pattern matcher for Node.js, built in Rust.**
913

www/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ export default function Home() {
153153
<nav className="mx-auto max-w-6xl flex items-center justify-between">
154154
<a
155155
href="/"
156-
className="text-xl font-bold tracking-tight text-[var(--color-text)] hover:text-[var(--color-accent)] transition-colors"
156+
className="hover:opacity-80 transition-opacity"
157157
>
158-
globlin
158+
<img src="/globlin-logo.svg" alt="globlin" className="h-10" />
159159
</a>
160160
<div className="flex items-center gap-8 text-sm">
161161
<a

www/globlin-logo.svg

Lines changed: 67 additions & 0 deletions
Loading

www/goblin-mascot.svg

Lines changed: 58 additions & 0 deletions
Loading

www/public/globlin-logo.svg

Lines changed: 67 additions & 0 deletions
Loading

www/public/goblin-mascot.svg

Lines changed: 58 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)