X-Git-Url: https://git.armaanb.net/?p=logo.git;a=blobdiff_plain;f=README.md;h=73bbf00663de155b0e426f1e8ad947f5e285570c;hp=de7a0422ddb8c284836b81ce0292dbe29f074adf;hb=2b9c5579d244487f213f529c8117722794ee3974;hpb=da1909ef2f1e69e4fc9a9da7fdc0e068f3c44661 diff --git a/README.md b/README.md index de7a042..73bbf00 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,30 @@ # personal logo A simple logo I designed for myself - + +## Generation +Running `svg2img ` will generate all the variants of the logo in SVG, PNG, and the format of your choice. The logo goes from the template to SVG to PNG to whatever format you choose. It supports any format that ImageMagick supports, as well as ASCII and Unicode. + +### Depends + * Inkscape (core usage) + * ImageMagick (convert from PNG to anything) + * jp2a (convert from PNG to ASCII) + * chafa (convert from PNG to Unicode) ## Design Criteria - * Looks equally good in ASCII art - * Easily vectorized - * Not too much detail - * Represents me somehow + * Written as a simple SVG + * Looks equally good in ASCII/Unicode art + * Monochrome + * No words/typefaces involved -## Uses - * Website - * Business card (both [curl](https://armaan.bhojwani.org/card) and paper) - * Neofetch picture - * Profile picture - * Git repo READMEs - * Shell RC file - * Anywhere that I put my name +## Color palette +| color | hex | +|-------------|---------| +| white | #000000 | +| dark | #212121 | +| color | #00FFBF | +| transparent | n/a | ## License -

This work by Armaan Bhojwani is licensed under CC BY-NC 4.0

+Copyright 2021 Armaan Bhojwani. `svg2img` is MIT Licensed, however the logo itself is [not licensed](https://choosealicense.com/no-permission/), and under exclusive copyright.