https://github.com/michaelcurrin/logos
Programming-related SVG logos and styling served as static assets
https://github.com/michaelcurrin/logos
assets brand icons logo logos svg
Last synced: 9 months ago
JSON representation
Programming-related SVG logos and styling served as static assets
- Host: GitHub
- URL: https://github.com/michaelcurrin/logos
- Owner: MichaelCurrin
- License: cc0-1.0
- Created: 2020-10-03T19:20:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T08:12:53.000Z (about 5 years ago)
- Last Synced: 2025-01-14T20:52:38.742Z (over 1 year ago)
- Topics: assets, brand, icons, logo, logos, svg
- Language: Shell
- Homepage: https://michaelcurrin.github.io/logos/
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logos
> Programming-related SVG logos and styling served as static assets
This is intended for Jekyll-based static sites or just plain HTML sites, where there are programming logos for Docker, Go, Python, etc. that need to be rendered as small or large, plain or colored icons.
## Deprecation notice ⚠️
I have no need for this project anymore. It revolved around fetching SVGs from the served assets.
I decided to rather make a theme which contains the SVGs in the repo. This allows build-time errors to come up if you use a logo that doesn't exist.
Find the _new_ repo here:
[](https://github.com/MichaelCurrin/minima)
## Documentation
- [michaelcurrin.github.io/logos/](https://michaelcurrin.github.io/logos/)
## License
Released under [CC0 1.0 Universal](/LICENSE).
Rights for the logos belong to Simple Icons project and to the original brands. The Simple Icons project uses the [CC0 1.0 Universal](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md) license to waive copyright interest in the work.
See the [simple-icons](https://github.com/simple-icons/simple-icons) repo. It encourages you to download the icons, if you don't want to use them on the server. See the `assets` directory for the actual SVG content. An NPM package is listed there is too, if you want to use that for your project.