https://github.com/basher83/assets
Central repository for all my GitHub visual assets and resources
https://github.com/basher83/assets
Last synced: 4 months ago
JSON representation
Central repository for all my GitHub visual assets and resources
- Host: GitHub
- URL: https://github.com/basher83/assets
- Owner: basher83
- License: mit
- Created: 2025-06-06T20:11:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-02T21:52:12.000Z (10 months ago)
- Last Synced: 2025-09-02T23:23:32.506Z (10 months ago)
- Language: HTML
- Size: 3.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 basher83/assets 🛰️

[](https://github.com/basher83)

**Central repository for all my GitHub visual assets and resources**

---
## 📋 Overview
This repository serves as a centralized storage location for all visual assets used across my GitHub projects, profile, and documentation. By maintaining these assets in one place, I ensure consistency, avoid broken links, and simplify asset management.
## 🗂️ Repository Structure
```
basher83/assets/
├── octocats/ # Custom GitHub Octocats
├── space-gifs/ # Space-themed animations for docs
│ ├── dev-missions/ # Development project visuals
│ ├── staging-planets/ # Staging project visuals
│ └── prod-galaxies/ # Production project visuals
├── logos/ # Project and personal logos
├── banners/ # Header banners for READMEs
├── icons/ # Small icons and badges
└── screenshots/ # Project screenshots
```
## 🔗 Usage Instructions
### Direct Links in Markdown
```markdown

```
### HTML for More Control
```html
```
### In CSS (for GitHub Pages)
```css
.header-logo {
background-image: url('https://raw.githubusercontent.com/basher83/assets/main/logos/my-logo.png');
}
```
## 🌟 Featured Assets
### Octocats

Main Profile

Cybersecurity

Army Veteran
### Space-Themed GIFs
| Category | Preview | Purpose |
|----------|---------|---------|
| Development | [Mission GIF](https://raw.githubusercontent.com/basher83/assets/main/space-gifs/dev-missions/placeholder.gif) | For development projects documentation |
| Staging | [Planet GIF](https://raw.githubusercontent.com/basher83/assets/main/space-gifs/staging-planets/placeholder.gif) | For staging environments documentation |
| Production | [Galaxy GIF](https://raw.githubusercontent.com/basher83/assets/main/space-gifs/prod-galaxies/placeholder.gif) | For production systems documentation |
## 🛠️ Asset Creation Tools
- **Octocats**: Created using [MyOctocat](https://myoctocat.com/)
- **Logos & Banners**: Designed with [Figma](https://www.figma.com/) and [GIMP](https://www.gimp.org/)
- **Icons**: Generated with [Shields.io](https://shields.io/)
- **GIFs**: Edited with [EZGIF](https://ezgif.com/) and [ScreenToGif](https://www.screentogif.com/)
- **Screenshots**: Enhanced with [Snagit](https://www.techsmith.com/screen-capture.html)
## 📝 Asset Naming Convention
All assets follow a standardized naming convention for easy reference:
```
[category]-[subcategory]-[specific-name]-[size/variant].[extension]
```
Examples:
- `octocat-cyber-hacking-large.png`
- `banner-proxmoxmcp-header.png`
- `gif-space-galaxy-rotating.gif`
- `icon-terraform-color.svg`
## 📜 License & Attribution
- **Personal Assets**: All original assets are available under [MIT License](LICENSE)
- **Modified Assets**: Adaptations of other works include original attribution
- **Third-Party Assets**: Used according to their respective licenses
## 🔄 Updating Assets
When replacing assets, maintain the same filenames to avoid breaking links in existing documentation. This repository uses semantic versioning for major visual updates:
- **Major version**: Complete redesign
- **Minor version**: New assets added
- **Patch**: Small updates to existing assets
## 🤝 Using These Assets
Feel free to reference these assets in issues, discussions, or when collaborating on my repositories. For external use, please reach out first or provide appropriate attribution.
---
### 🌌 Space-Themed Organization
This repository follows my [space-themed naming convention](https://github.com/basher83/basher83/blob/main/repo-naming-conventions.md) for asset organization.

