diff --git a/misc/cherries.mdwn b/misc/cherries.mdwn new file mode 100644 index 0000000..8744ea8 --- /dev/null +++ b/misc/cherries.mdwn @@ -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). + +Creative Commons License
CherryBombs Logo by Neale Pickett is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. \ No newline at end of file diff --git a/misc/cherry-bombs-mono.png b/misc/cherry-bombs-mono.png new file mode 100644 index 0000000..45e1648 Binary files /dev/null and b/misc/cherry-bombs-mono.png differ diff --git a/misc/cherry-bombs-notext.png b/misc/cherry-bombs-notext.png new file mode 100644 index 0000000..80ed5ab Binary files /dev/null and b/misc/cherry-bombs-notext.png differ diff --git a/misc/cherry-bombs-stencil.png b/misc/cherry-bombs-stencil.png new file mode 100644 index 0000000..0ff2593 Binary files /dev/null and b/misc/cherry-bombs-stencil.png differ diff --git a/misc/cherry-bombs.png b/misc/cherry-bombs.png new file mode 100644 index 0000000..52b7ebf Binary files /dev/null and b/misc/cherry-bombs.png differ diff --git a/misc/cherry-bombs.svg b/misc/cherry-bombs.svg new file mode 100644 index 0000000..16c0785 --- /dev/null +++ b/misc/cherry-bombs.svg @@ -0,0 +1,836 @@ + + + + + Cherry Bombs Logo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Cherry Bombs Logo + + 2013-02-18 + + + Neale Pickett <neale@woozle.org> + + + Logo for Los Alamos Cherry Bombs junior roller derby team + + + + + + + + + + + + + + + + + + + + + + + cherry + + + + + + + + + + + + + + + + CherRY + + + + + + + + + + + + diff --git a/misc/misc.mk b/misc/misc.mk index 67673e2..9f89654 100644 --- a/misc/misc.mk +++ b/misc/misc.mk @@ -1,4 +1,4 @@ COPY += $(wildcard misc/*.png) COPY += misc/chupas.svg - +COPY += misc/cherry-bombs.svg diff --git a/src/src.mk b/src/src.mk index f631864..4b50f7f 100644 --- a/src/src.mk +++ b/src/src.mk @@ -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