Decorative activity-style artwork for a GitHub profile — this is not a record of GitHub contributions.
This repository is a small, transparent profile-art project. It produces a contribution-grid-inspired SVG with a personal message, suitable for embedding in a profile README or pinning as a visual project.
The artwork above is intentionally labeled as decorative rather than representing a timeline of work.
Use PowerShell to generate your own version:
./scripts/New-ActivityArt.ps1 -Message 'GABE' -OutputPath ./assets/activity-art.svgOptional parameters:
./scripts/New-ActivityArt.ps1 `
-Message 'LABS' `
-Title 'Gabe’s Homelab' `
-OutputPath ./assets/homelab-art.svg `
-AccentColor '#58A6FF'Copy this into your profile README after pushing the repository:
### Decorative activity art
> Generated personal artwork — not a contribution history.
scripts/New-ActivityArt.ps1— safe, dependency-free SVG generator.assets/activity-art.svg— the current generated artwork.
MIT