https://github.com/truenaho/logo
NAHO's logo.
https://github.com/truenaho/logo
art brand branding brands design icon icons identity illustration illustrations logo scalable-vector-graphics svg svg-icon svg-icons svg-images
Last synced: 3 months ago
JSON representation
NAHO's logo.
- Host: GitHub
- URL: https://github.com/truenaho/logo
- Owner: trueNAHO
- License: mit
- Created: 2023-04-20T13:23:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T16:56:09.000Z (4 months ago)
- Last Synced: 2025-01-26T17:34:16.309Z (4 months ago)
- Topics: art, brand, branding, brands, design, icon, icons, identity, illustration, illustrations, logo, scalable-vector-graphics, svg, svg-icon, svg-icons, svg-images
- Language: Nix
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: docs/contributing.adoc
- License: LICENSE
- Code of conduct: docs/code_of_conduct.adoc
Awesome Lists containing this project
README
= Logo
:toc:image::src/main.svg[width=100%]
== About
https://github.com/trueNAHO[NAHO]'s logo.
== Installation
Download the logo and its variations from the
https://github.com/trueNAHO/logo/releases[release page].=== SVG
The optimized SVG file has the following name:
* `naho_logo.svg`
=== JPEG or PNG
The optimized JPEG and PNG files are available in various background color and
dimension combinations. The generated files have the following naming scheme:----
naho_logo__x.
----The variables from the naming scheme can have the following values:
[cols="1,100"]
|===
| Variable
| Possible Values| `BACKGROUND_COLOR`
| `aqua`, `black`, `blue`, `fuchsia`, `gray`, `green`, `lime`, `maroon`, `navy`,
`olive`, `purple`, `red`, `silver` `teal`, `transparent`, `white`, `yellow`| `HEIGHT` or `WIDTH`
| `32`, `64`, `128`, `144`, `240`, `256`, `360`, `426`, `480`, `512`, `640`,
`720`, `854`, `1024`, `1080`, `1280`, `1440`, `1920` `2048`, `2160`, `2560`,
`2880`, `3840`, `4096`| `EXTENSION`
| `jpg`, `png`
|===NOTE: A JPEG image with a `transparent` `BACKGROUND_COLOR` is not generated
because it defaults to some arbitrary background color.== Usage
To build the images with https://nixos.wiki/wiki/Nix_Installation_Guide[`nix`],
run:[bash]
----
nix build
----== Contributing
To contribute, please review link:docs/contributing.adoc[our contribution
guidelines].== License
This project is licensed under link:LICENSE[MIT].