diff --git a/public/flyers.js b/public/flyers.js index d792da2..cf0b7cd 100644 --- a/public/flyers.js +++ b/public/flyers.js @@ -22,11 +22,11 @@ // the art, banner-kit energy) + a live DOM overlay carrying the member's QR // and link. Prints 2 copies per letter page with a cut line. var HALF = [ - { angle: 'pocket', img: '/handout-pocket.png' }, - { angle: 'two', img: '/handout-two.png' }, - { angle: 'phone', img: '/handout-phone.png' }, - { angle: 'graveyard', img: '/handout-graveyard.png' }, - { angle: '', img: '/handout-stop-waiting.png' } + { angle: 'pocket', img: '/handout-pocket.jpg' }, + { angle: 'two', img: '/handout-two.jpg' }, + { angle: 'phone', img: '/handout-phone.jpg' }, + { angle: 'graveyard', img: '/handout-graveyard.jpg' }, + { angle: '', img: '/handout-stop-waiting.jpg' } ]; function getId() { diff --git a/public/handout-graveyard.jpg b/public/handout-graveyard.jpg new file mode 100644 index 0000000..6b7ac6f Binary files /dev/null and b/public/handout-graveyard.jpg differ diff --git a/public/handout-graveyard.png b/public/handout-graveyard.png deleted file mode 100644 index 5c10194..0000000 Binary files a/public/handout-graveyard.png and /dev/null differ diff --git a/public/handout-phone.jpg b/public/handout-phone.jpg new file mode 100644 index 0000000..77aaa90 Binary files /dev/null and b/public/handout-phone.jpg differ diff --git a/public/handout-phone.png b/public/handout-phone.png deleted file mode 100644 index 100ba94..0000000 Binary files a/public/handout-phone.png and /dev/null differ diff --git a/public/handout-pocket.jpg b/public/handout-pocket.jpg new file mode 100644 index 0000000..a226107 Binary files /dev/null and b/public/handout-pocket.jpg differ diff --git a/public/handout-pocket.png b/public/handout-pocket.png deleted file mode 100644 index 73ce869..0000000 Binary files a/public/handout-pocket.png and /dev/null differ diff --git a/public/handout-stop-waiting.jpg b/public/handout-stop-waiting.jpg new file mode 100644 index 0000000..658cb30 Binary files /dev/null and b/public/handout-stop-waiting.jpg differ diff --git a/public/handout-stop-waiting.png b/public/handout-stop-waiting.png deleted file mode 100644 index 6ca4ac1..0000000 Binary files a/public/handout-stop-waiting.png and /dev/null differ diff --git a/public/handout-two.jpg b/public/handout-two.jpg new file mode 100644 index 0000000..70e2d8c Binary files /dev/null and b/public/handout-two.jpg differ diff --git a/public/handout-two.png b/public/handout-two.png deleted file mode 100644 index aa86c49..0000000 Binary files a/public/handout-two.png and /dev/null differ