Initial commit: Add PyX logo assets

This commit is contained in:
2026-02-08 11:44:39 +01:00
commit cef300360c
3 changed files with 7213 additions and 0 deletions

26
CLAUDE.md Normal file
View File

@@ -0,0 +1,26 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Repository Overview
This is an asset repository for the PyX website containing logo files:
- `pyx.eps` - PyX logo in EPS format (PostScript, 2558x742)
- `pyx_hires.png` - PyX logo in PNG format (2558x742, RGB)
## Repository Status
This directory is not currently a git repository. To initialize version control:
```bash
git init
git add .
git commit -m "Initial commit: Add PyX logo assets"
```
## Working with Assets
When modifying or adding new logo variants:
- Maintain the existing naming convention (`pyx_*.ext`)
- Keep both vector (EPS) and raster (PNG) formats when possible
- Document resolution and format specifications for new assets

7187
pyx.eps Normal file

File diff suppressed because it is too large Load Diff

BIN
pyx_hires.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB