From 9b3612c07a79a45f40cb6fe1aa99aec6d9a42a44 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Thu, 29 Aug 2019 09:32:08 -0400 Subject: [PATCH] Test badge adjustment --- templates/badge.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/badge.json b/templates/badge.json index 137d4b5..dc46d98 100644 --- a/templates/badge.json +++ b/templates/badge.json @@ -6,12 +6,12 @@ {"type": "image", "src": "images/pglogo_white.png", "x": 8, "y": 12, "width": 25, "height": 25, "mask": "auto"}, {"type": "paragraph", "text": "PGOpen 2019\nOrlando, Florida", "x": 35, "y": 12, "width": 63, "height": 25, "color": "white"}, - {"type": "paragraph", "text": "{{reg.firstname|escapejson}} {{reg.lastname|escapejson}}", "x": 8, "y": 50, "width": 87, "height": 10, "bold": true}, + {"type": "paragraph", "text": "{{reg.firstname|escapejson}} {{reg.lastname|escapejson}}", "x": 8, "y": 40, "width": 87, "height": 10, "bold": true}, {"type": "paragraph", "text": "{{reg.company|escapejson}}", "x": 8, "y": 60, "width": 87, "height": 8, "maxsize": 14}, {"type": "box", "x": 4, "y": 90, "width": 95, "height": 10, "stroke": false, "fill": [{{reg.regtype.regclass.bgcolortuplestr}}]}, {"type": "paragraph", "text": "{{reg.regtype.regclass.regclass}}", "x": 4, "y": 90, "width": 95, "height": 10, "color": [{{reg.regtype.regclass.fgcolortuplestr|default("0,0,0", true)}}], "align": "center"}, - {"type": "qrimage", "x": 70, "y": 50, "width": 30, "height": 30, "qrcontent": "{{reg.fullpublictoken}}"}, + {"type": "qrimage", "x": 70, "y": 60, "width": 30, "height": 30, "qrcontent": "{{reg.fullpublictoken}}"}, {"type": "image", "src": "images/pgconfeu_badge.png", "x": 4, "y": 103, "width": 22.7, "height": 30, "mask": "auto"}, -- 2.39.5