This directory contains optimized assets for use with the HTML/CSS to Image (HCTI) API to generate social media images, documentation graphics, and marketing materials.
hcti-assets/
├── logos/
│ ├── petabridge/ # Petabridge company logos
│ ├── akka-net/ # Akka.NET project logos
│ └── phobos/ # Phobos product logos
└── backgrounds/ # Background images and patterns
petabridge-logo-full.png
- Full company logo with textpetabridge-logo-square.png
- Square format logopetabridge-text-only.png
- Text-only versionakka-net-logo.png
- Standard Akka.NET logoakka-net-logo.svg
- Vector version for scalingakka-net-social.png
- Optimized for social mediaakka-net-white-text.png
- White text variant for dark backgroundsphobos-logo.png
- Standard Phobos logophobos-logo-white.png
- White text variantphobos-icon.png
- Icon-only versionAll assets are available via GitHub Pages at:
https://petabridge.github.io/images/hcti-assets/[path-to-file]
https://petabridge.github.io/images/hcti-assets/logos/petabridge/petabridge-logo-full.png
https://petabridge.github.io/images/hcti-assets/logos/akka-net/akka-net-logo.png
https://petabridge.github.io/images/hcti-assets/logos/phobos/phobos-logo.png
These assets can be referenced directly in HTML templates for HCTI image generation:
<img src="https://petabridge.github.io/images/hcti-assets/logos/petabridge/petabridge-logo-full.png"
style="width: 200px; height: auto;">
When adding new assets:
[product]-[type]-[variant].ext
GitHub Pages serves these assets with:
/generate-image
- Claude Code command for generating images