diff --git a/misc/chupa1.png b/misc/chupa1.png new file mode 100644 index 0000000..5be588a Binary files /dev/null and b/misc/chupa1.png differ diff --git a/misc/chupa2.png b/misc/chupa2.png new file mode 100644 index 0000000..2707de8 Binary files /dev/null and b/misc/chupa2.png differ diff --git a/misc/chupa3.png b/misc/chupa3.png new file mode 100644 index 0000000..cff456d Binary files /dev/null and b/misc/chupa3.png differ diff --git a/misc/chupa4.png b/misc/chupa4.png new file mode 100644 index 0000000..e48acc6 Binary files /dev/null and b/misc/chupa4.png differ diff --git a/misc/chupas-logo-inv.png b/misc/chupas-logo-inv.png new file mode 100644 index 0000000..54f32b1 Binary files /dev/null and b/misc/chupas-logo-inv.png differ diff --git a/misc/chupas-logo-simple.png b/misc/chupas-logo-simple.png new file mode 100644 index 0000000..febe46e Binary files /dev/null and b/misc/chupas-logo-simple.png differ diff --git a/misc/chupas-logo.png b/misc/chupas-logo.png new file mode 100644 index 0000000..e2f4c43 Binary files /dev/null and b/misc/chupas-logo.png differ diff --git a/misc/chupas-medallion-bw.png b/misc/chupas-medallion-bw.png new file mode 100644 index 0000000..52e1b9b Binary files /dev/null and b/misc/chupas-medallion-bw.png differ diff --git a/misc/chupas-medallion-inv.png b/misc/chupas-medallion-inv.png new file mode 100644 index 0000000..265f143 Binary files /dev/null and b/misc/chupas-medallion-inv.png differ diff --git a/misc/chupas-medallion.png b/misc/chupas-medallion.png new file mode 100644 index 0000000..4ada426 Binary files /dev/null and b/misc/chupas-medallion.png differ diff --git a/misc/chupas.mdwn b/misc/chupas.mdwn new file mode 100644 index 0000000..6a67269 --- /dev/null +++ b/misc/chupas.mdwn @@ -0,0 +1,73 @@ +Title: Chupacabras Logos + +I would love it if someone could take these sketches +and turn them into something the team will use, +because I'd love to have a sticker of this on my laptop. + +![Chupas Logo](chupas-logo.png) + +I tried to incorporate New Mexico's Zia symbol with the chupacabra: +a cryptid sometimes drawn as a "grey" alien with claws. +This logo feels like a real sports team to me. +It conveys fierceness and mystery, only uses 18 objects, +and looks great with only one ink color. +Because all the negative space is connected, +it's possible to make a stencil. + + +[Here is the source file](chupas.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). + +---- + +Chupas Logo: White + +Here's what it would look like on a black (or dark-colored) T-shirt. +This really highlights the use of negative space for the "spooky" feel. +I feel like the eyes are sort of popping out at me. + +---- + +![Chupacabras Medallion](chupas-medallion-bw.png) + +Here's a medallion form with the team name. +I'm not crazy about this font, +it's difficult to read at a distance, +although it does match the feel well. + +---- + +![Chupacabras Medallion](chupas-medallion.png) + +A color medallion, for buttons, +print media, +web sites, etc. + +This uses 4 colors: black, purple, yellow, and red. +You could change the colors to whatever your teams uses. + +---- + +![Chuas Simplified](chupas-logo-simple.png) + +A smoothed-out version more suitable for die-cut vinyl stickers and tattoos. + +---- + + +Earlier designs +-------------- + +Here are some earlier designs I didn't like as much: + +![chupa1](chupa1.png) +![chupa2](chupa2.png) +![chupa3](chupa3.png) +![chupa4](chupa4.png) + +---- + +Creative Commons License
Chupacabras 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/chupas.svg b/misc/chupas.svg new file mode 100644 index 0000000..88ab7f2 --- /dev/null +++ b/misc/chupas.svg @@ -0,0 +1,306 @@ + + + +Chupacabras Logoimage/svg+xmlChupacabras LogoNeale Pickett + + + + + + + + + +Full-Color MedallionNew Mexico +Chupacabras +B/W MedallionNew Mexico +Chupacabras +logo (white)New Mexico +Chupacabras + \ No newline at end of file diff --git a/misc/misc.mk b/misc/misc.mk new file mode 100644 index 0000000..67673e2 --- /dev/null +++ b/misc/misc.mk @@ -0,0 +1,4 @@ +COPY += $(wildcard misc/*.png) +COPY += misc/chupas.svg + +