Cherry Bombs logo
This commit is contained in:
parent
3f35422633
commit
cf83f7b77b
|
@ -0,0 +1,30 @@
|
|||
Title: Cherry Bombs Logo
|
||||
|
||||
![Cherry Bombs Logo](cherry-bombs.png)
|
||||
|
||||
This is for a junior (youth) league,
|
||||
so it can't be too sexy or aggressive.
|
||||
|
||||
![Cherry Bombs, No Text](cherry-bombs-notext.png)
|
||||
I wanted something kids could sketch easily and quickly,
|
||||
on their faces or notebook covers or whatever.
|
||||
|
||||
![Monochrome](cherry-bombs-mono.png)
|
||||
It needed to work in a single color,
|
||||
for cheaper T-shirt prints, temporary tatoos, stickers, and stuff.
|
||||
|
||||
![Stencil](cherry-bombs-stencil.png)
|
||||
|
||||
Lastly, I wanted it to be easy to turn into a stencil,
|
||||
for spray painting helmets,
|
||||
cheeks, or whatever.
|
||||
|
||||
|
||||
|
||||
[Here is the source file](cherry-bombs.svg)
|
||||
for everybody to play with.
|
||||
This logo is all yours to do with as you please,
|
||||
as long as you share alike
|
||||
(see the bottom of the page for details).
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/StillImage" property="dct:title" rel="dct:type">CherryBombs Logo</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://woozle.org/misc/cherries.html" property="cc:attributionName" rel="cc:attributionURL">Neale Pickett</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
|
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 54 KiB |
|
@ -1,4 +1,4 @@
|
|||
COPY += $(wildcard misc/*.png)
|
||||
COPY += misc/chupas.svg
|
||||
|
||||
COPY += misc/cherry-bombs.svg
|
||||
|
||||
|
|
|
@ -6,7 +6,12 @@ COPY += $(wildcard src/ipqueue/*.tar.*) src/eguile/eguile.scm
|
|||
|
||||
include src/*/*.mk
|
||||
|
||||
$(DESTDIR)/src/%/index.html: src/%/index.head.mdwn src/%/*
|
||||
$(DESTDIR)/src/%/index.html: src/%/index.head.mdwn
|
||||
@mkdir -p $(@D)
|
||||
cp $(wordlist 2, $(words $^), $^) $(@D)
|
||||
./dirlist $+ | $(MDWNTOHTML) > $@
|
||||
|
||||
|
||||
$(DESTDIR)/src/misc/index.html: src/misc/*
|
||||
$(DESTDIR)/src/postscript/index.html: src/postscript/*.ps
|
||||
$(DESTDIR)/src/python/index.html: src/python/*.py
|
||||
|
|
Loading…
Reference in New Issue