diff options
| author | Stephen Frost | 2019-08-29 13:32:08 +0000 |
|---|---|---|
| committer | Stephen Frost | 2019-08-29 13:32:08 +0000 |
| commit | 9b3612c07a79a45f40cb6fe1aa99aec6d9a42a44 (patch) | |
| tree | 877f56b4ab71cddd9d237a968c201df52c24a888 | |
| parent | f7a2b6871a8f4b91b78eb414de841ce99cbcdf2a (diff) | |
Test badge adjustment
| -rw-r--r-- | templates/badge.json | 4 |
1 files 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"}, |
