Added assets

This commit is contained in:
2026-02-14 19:46:34 -03:00
parent 74a3b88806
commit d6d5ca3fc3
5 changed files with 35 additions and 0 deletions

View File

@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [0.1.1] - 2026-02-14
### Added
- Added `assets/logo-avatar.svg` as the primary avatar logo for `git-tui`.
- Added `assets/logo-avatar.png` for direct avatar upload compatibility.
- Added `doc/branding.md` and linked it from the documentation index.
## [0.1.0] - 2026-02-14 ## [0.1.0] - 2026-02-14
### Added ### Added

BIN
assets/logo-avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

6
assets/logo-avatar.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 151 KiB

View File

@@ -5,6 +5,7 @@ This directory contains project documentation for `git-tui`.
## Modules ## Modules
- [`doc/architecture.md`](architecture.md) - architecture and module responsibilities. - [`doc/architecture.md`](architecture.md) - architecture and module responsibilities.
- [`doc/branding.md`](branding.md) - logo asset and branding usage.
- [`doc/usage.md`](usage.md) - installation, runtime requirements, and user workflow. - [`doc/usage.md`](usage.md) - installation, runtime requirements, and user workflow.
## Conventions ## Conventions

20
doc/branding.md Normal file
View File

@@ -0,0 +1,20 @@
# Branding
## Logo Asset
- Primary vector logo: [`assets/logo-avatar.svg`](../assets/logo-avatar.svg)
- Primary avatar image: [`assets/logo-avatar.png`](../assets/logo-avatar.png)
## Design Intent
- The avatar combines a terminal frame and a Git branch shape to represent command-line Git workflows.
- The icon remains legible at small square sizes for profile avatars.
## Usage
- Recommended file: `assets/logo-avatar.png` (`1024x1024`, RGBA).
- Use `assets/logo-avatar.svg` for scalable documentation and print contexts.
## Cross References
- Documentation index: [`doc/README.md`](README.md)