From 1abb924833ea0afc7ffe366ac3ef1ca46f56b0f0 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 11 Oct 2017 18:19:08 -0400 Subject: [PATCH] Clean up all SVGs and prep villain and hero for adding --- server.js | 8 +- template/environment/deck.svg | 679 +++++++------ template/hero/card.svg | 1461 ---------------------------- template/hero/charBack.svg | 99 -- template/hero/charFront.svg | 277 ------ template/hero/character-back.svg | 12 + template/hero/character-front.svg | 33 + template/hero/deck.svg | 330 +++++++ template/villain/card.svg | 1475 ----------------------------- template/villain/character.svg | 185 +--- template/villain/deck.svg | 344 +++++++ template/villain/instructions.svg | 313 +----- 12 files changed, 1102 insertions(+), 4114 deletions(-) delete mode 100644 template/hero/card.svg delete mode 100644 template/hero/charBack.svg delete mode 100644 template/hero/charFront.svg create mode 100644 template/hero/character-back.svg create mode 100644 template/hero/character-front.svg create mode 100644 template/hero/deck.svg delete mode 100644 template/villain/card.svg create mode 100644 template/villain/deck.svg diff --git a/server.js b/server.js index 87d08d3..a88fac9 100644 --- a/server.js +++ b/server.js @@ -53,10 +53,10 @@ const server = http.createServer((req, res) => { sendFile(res, "template/" + item, 'application/json'); break; case "environment/deck.svg": - case "hero/card.svg": - case "hero/charBack.svg": - case "hero/charFront.svg": - case "villain/card.svg": + case "hero/deck.svg": + case "hero/character-back.svg": + case "hero/character-front.svg": + case "villain/deck.svg": case "villain/character.svg": case "villain/instructions.svg": sendFile(res, "template/" + item, 'image/svg+xml'); diff --git a/template/environment/deck.svg b/template/environment/deck.svg index c660a84..ca2dc7c 100644 --- a/template/environment/deck.svg +++ b/template/environment/deck.svg @@ -12,357 +12,352 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Header - - - - - - - + + + + + + + - - - - - Keywords - Text Here - Text Here - art by + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Header + + + + + + + + + + + + Keywords + - - + Text Here + + Text Here + + + art by + + - + - - - - - - - - - - + + + + + + + + 3 - diff --git a/template/hero/card.svg b/template/hero/card.svg deleted file mode 100644 index 7a2ff92..0000000 --- a/template/hero/card.svg +++ /dev/null @@ -1,1461 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Header - Keywords - - Text Here "Type Quote Here!" - - Name, Comic # - Art By - - - - - - - - - 3 - - diff --git a/template/hero/charBack.svg b/template/hero/charBack.svg deleted file mode 100644 index cfa3135..0000000 --- a/template/hero/charBack.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - { Text Here{ Text Here{ Text Here - diff --git a/template/hero/charFront.svg b/template/hero/charFront.svg deleted file mode 100644 index 4c54859..0000000 --- a/template/hero/charFront.svg +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Power name - - Power: Text Here 00 - Art By - - - - diff --git a/template/hero/character-back.svg b/template/hero/character-back.svg new file mode 100644 index 0000000..de47764 --- /dev/null +++ b/template/hero/character-back.svg @@ -0,0 +1,12 @@ + + + + + + + + { Text Here + { Text Here + { Text Here + + diff --git a/template/hero/character-front.svg b/template/hero/character-front.svg new file mode 100644 index 0000000..a8b2b14 --- /dev/null +++ b/template/hero/character-front.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Power name + Power: Text Here + 00 + Art By + diff --git a/template/hero/deck.svg b/template/hero/deck.svg new file mode 100644 index 0000000..433b6a2 --- /dev/null +++ b/template/hero/deck.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keywords + + Header + + + 3 + + + Text Here + "Type Quote Here!" + - Name, Comic # + Art By + + diff --git a/template/villain/card.svg b/template/villain/card.svg deleted file mode 100644 index 3d9d768..0000000 --- a/template/villain/card.svg +++ /dev/null @@ -1,1475 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Header - Keywords - - Text Here "Type Quote Here!" - - Name, Comic # - Art By - - - - - - - - - 3 - - diff --git a/template/villain/character.svg b/template/villain/character.svg index 104dfef..d8b9f7a 100644 --- a/template/villain/character.svg +++ b/template/villain/character.svg @@ -1,169 +1,22 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + - + - - - - - - - - - - - - - - - - - - Villain Title - villain - Villain Name - 000 - - Art By - + + + + + + + + Villain Title + villain + Villain Name + 000 + Art By diff --git a/template/villain/deck.svg b/template/villain/deck.svg new file mode 100644 index 0000000..33cd89b --- /dev/null +++ b/template/villain/deck.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Header + + + + + Keywords + + Text Here + "Type Quote Here!" + - Name, Comic # + Art By + + + + + + 3 + + diff --git a/template/villain/instructions.svg b/template/villain/instructions.svg index 6b009ca..e82ea63 100644 --- a/template/villain/instructions.svg +++ b/template/villain/instructions.svg @@ -1,291 +1,24 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Villain Name - Villain Title - Art By - - Text Here - - - Text Here SetUp - - Game Play - Advanced - Text Here + + + + + + + + + + + Villain Name + Villain Title + Art By + Text Here + + + + Text Here + SetUp + + Game Play + Advanced + Text Here