Sometimes brand icons are not enough. So brand names are the way to go.
All .svg
files follow this guidline (based on Inkscape):
- Resize Page to brand/selection.
- Transform size to 250px width.
- Scale Page with the factor 1.2.
- Align brand/selection to center.
- Compress svg file (with any tool you prefer, e.g. SVGOM)
No CDN usage available at the moment!
- Download the latest release .zip-file.
- Unzip the files.
- Paste wherever you need the folder to be.
- Migrate in your project/app.
$ cd YOUR/PROJECT/ROOT
$ git submodule add https://github.com/kreativ-anders/brand-names.git assets/brand-names
$ git submodule update --init --recursive
$ git commit -am "Add .svg brand names collection"
Run these commands to update the repository (and all other submodules):
main not "master"!
$ cd YOUR/PROJECT/ROOT
$ git submodule foreach git checkout main
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
Add to your CSS like ...
div[brand*=BRAND-NAME] {
background-image: url("//assets/brand-names/BRAND-NAME.svg");
}
This repository is just for decoration purposes. brand names may have a different licenses. Use with caution.
Contact brand-names at kreativ-anders dot de explaining your affiliation with the company and reasons.
The source code is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.
In case this repository saved you some time and energy consider supporting kreativ-anders by donating via PayPal, or becoming a GitHub Sponsor.