A simple asset host for the RoboNexxus club — primarily used to store and serve images (especially .gifs) that are embedded in HTML emails and other club materials.
- Hosting GIFs and images for club communications
- Using direct file URLs inside HTML emails
- Keeping commonly used assets in one place
- Upload your asset into this repository (e.g.,
gifs/,logos/, orbanners/). - Open the file on GitHub and copy the raw file URL.
- Use that raw URL in your HTML email or webpage.
Example in HTML:
<img src="https://raw.githubusercontent.com/RoboNexxus/Assets/main/gifs/--__--.gif" alt="--__--">/gifs
/logos
/banners
/headers
Made by Atharv Mandlavdiya (hehe)
If you need any changes or want a more detailed structure, just ask.