• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ai/H03-May-2022-

icons/H03-May-2022-4839

png/H23-Jan-2015-

svg/H03-May-2022-

ubuntu-font-family-0.80/H03-May-2022-

.gitignoreH A D23-Jan-201510 22

README.mdH A D23-Jan-20152.4 KiB6241

namecoin-graphics.imlH A D23-Jan-2015298 108

README.md

1Namecoin Graphics
2=================
3This is the official repo for visual collateral (logos, badges, etc) for Namecoin.  Only material found in this repository should be used in official Namecoin software and websites.
4
5|![Basic](https://raw.githubusercontent.com/indolering/namecoin-graphics/master/png/200/200-namecoin-logo.png)|![Banner](https://raw.githubusercontent.com/indolering/namecoin-graphics/master/png/500/500-namecoin-logo+wordmark.png)|
6| :--------: | :----: |
7| Basic Logo | Banner |
8
9##Namecoin Blue
10* **Hex** \#6a91c0
11* **Lab** 65, -6, -25
12* **RGB** 106, 145, 192
13* **HSB** 213, 45, 75
14* **CMYK** 52, 27, 6, 0
15
16You can find associated color palettes [here](http://paletton.com/#uid=13A0u0kdAIF3ZYj8SRJhWytlSsx).
17
18Usage
19=====
20
21TODO: this section is incomplete, [see Firefox branding guidelines](https://www.mozilla.org/en-US/styleguide/identity/firefox/branding/).
22
23We strongly encourage outsider art and wish to promote liberal expression of the Namecoin brand.  However, this should be restricted to artistic expressions which are part of a larger composition: one-off pieces for fundraisers, images accompanying articles about Namecoin, etc.
24
25Competing logos being used as currency identifiers weaken the overall brand-recognition of Namecoin.
26
27## Good
28
29TODO: Examples
30
31## Bad
32
33TODO: Examples
34
35## License
36We have recently suffered from fraudulent software and misinformation spread by cranks and trolls. We intend to release the files under a permissive copy-left license after we have worked out the trademark and copyright issues with some lawyers.  This should not be a problem in the interim as the vast majority of use-cases are covered by fair-use.
37
38Graphics Structure
39==================
40
41##ai
42The "source" files created using Illustrator, linked copies are used whenever possible.
43
44##SVG & PNG Conversion
45
46`ai2SvgPng.js` is used to convert the graphics from `./ai` to SVG and PNG.  Any .ai files with the word "icon" or "circle" in their names are exempted. It does not attempt to perform additional compression, which should be handled at the server level.
47
48`ai2SvgPng.js` requires illustrator and can be run by selecting:
49
50	File -> Scripts -> Other Scripts -> ai2SvgPng.js
51
52You will be prompted for the project directory, which is the root directory for the Git repo (`/namecoin-graphics/`). The script requires the following directories to be present:
53
54	/ai/name.ai
55	/svg/
56	/png/1000/
57	/png/500/
58	/png/200/
59	/png/100/
60
61##icons
62Generated manually, see `./icons/README.md`.