An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🚀 basher83/assets 🛰️

![Last Commit](https://img.shields.io/github/last-commit/basher83/assets?path=README.md&display_timestamp=committer)
[![Profile](https://img.shields.io/badge/GitHub-basher83-181717?style=flat&logo=github)](https://github.com/basher83)
![License](https://img.shields.io/badge/License-MIT-blue.svg)

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

basher83 Custom Octocat

---

## 📋 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
![Description](https://raw.githubusercontent.com/basher83/assets/main/path/to/asset.png)
```

### HTML for More Control

```html
Description
```

### 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.

![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=basher83.assets)