Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Activity Art

Decorative activity-style artwork for a GitHub profile — this is not a record of GitHub contributions.

Decorative activity grid

What this is

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.

Customize it

Use PowerShell to generate your own version:

./scripts/New-ActivityArt.ps1 -Message 'GABE' -OutputPath ./assets/activity-art.svg

Optional parameters:

./scripts/New-ActivityArt.ps1 `
  -Message 'LABS' `
  -Title 'Gabes Homelab' `
  -OutputPath ./assets/homelab-art.svg `
  -AccentColor '#58A6FF'

Use it on your GitHub profile

Copy this into your profile README after pushing the repository:

### Decorative activity art
> Generated personal artwork — not a contribution history.

![Decorative activity art](https://raw.githubusercontent.com/YOUR-USERNAME/github-activity-art/main/assets/activity-art.svg)

Files

  • scripts/New-ActivityArt.ps1 — safe, dependency-free SVG generator.
  • assets/activity-art.svg — the current generated artwork.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages