From 356fce4e8182fe6f94d8a7064fe8eab79f0f6a4d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 23 Aug 2016 12:48:57 -0400 Subject: Write a README, tidy up a bit. --- .gitignore | 1 + Makefile | 7 +++---- README.md | 17 +++++++++++++++++ horns-black-text.svg | 33 +++++++++++++++++++++++++++++++++ horns-text.svg.in | 33 --------------------------------- 5 files changed, 54 insertions(+), 37 deletions(-) create mode 100644 README.md create mode 100644 horns-black-text.svg delete mode 100644 horns-text.svg.in diff --git a/.gitignore b/.gitignore index 78ddc83..9ef3004 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *-path.svg horns-*-text.svg +!horns-black-text.svg diff --git a/Makefile b/Makefile index fc2b303..a2e8fe4 100644 --- a/Makefile +++ b/Makefile @@ -4,16 +4,15 @@ all: horns-black-path.svg maroon = 8a181a gold = e5b217 -black = 000000 -horns-%-text.svg: horns-text.svg.in - sed 's|@COLOR@|$($*)|g' < $< > $@ +horns-%-text.svg: horns-black-text.svg + sed 's|#000000@|#$($*)|g' < $< > $@ %-path.svg: %-text.svg inkscape --file=$< --export-text-to-path --export-plain-svg=$@ clean: - rm -f -- *.svg + rm -f -- *-path.svg $(filter-out horns-black-text.svg,$(wildcard horns-*-text.svg)) .PHONY: all clean .SECONDARY: diff --git a/README.md b/README.md new file mode 100644 index 0000000..708307b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +This repository includes high-quality versions of the team logos. + +The primary logo is the brass-bull. Unfortunately, the best quality +version (`brass-bull.png`) that anyone can seem to find has quite a +bit of JPEG. `brass-bull2.xcf` is Luke Shumaker's attempt to clean it +up. + +I have been unable to track down the low-color version of the brass +bull used on the team shirts. + +The secondary logo is the horns. There are 3 acceptable colors it can +be rendered in; maroon, gold, and black. This repository only include +it in black. It also requires that you have the fonts "Eras Bold ITC" +and "Orator Std" installed. However, running the `make` command will +generate versions in maroon and gold, and versions that don't require +the fonts to be installed (though the fonts must be installed to run +the command). diff --git a/horns-black-text.svg b/horns-black-text.svg new file mode 100644 index 0000000..9a55b32 --- /dev/null +++ b/horns-black-text.svg @@ -0,0 +1,33 @@ + + + + + + + + 4272 + + + MAVERICK BOILER ROBOTICS + + + diff --git a/horns-text.svg.in b/horns-text.svg.in deleted file mode 100644 index 68477e1..0000000 --- a/horns-text.svg.in +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - 4272 - - - MAVERICK BOILER ROBOTICS - - - -- cgit v1.2.3