From 724d3da5e17db10a284295f5cd73a0a4afb2e518 Mon Sep 17 00:00:00 2001 From: Ross Turk Date: Fri, 14 Feb 2025 18:56:10 -0500 Subject: [PATCH] move QR code to bottom Signed-off-by: Ross Turk --- images/sched-code.svg | 930 ++++++++++++++++++++++++++++++++++++++++++ posters.typ | 27 +- 2 files changed, 947 insertions(+), 10 deletions(-) create mode 100644 images/sched-code.svg diff --git a/images/sched-code.svg b/images/sched-code.svg new file mode 100644 index 0000000..3e88fbf --- /dev/null +++ b/images/sched-code.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/posters.typ b/posters.typ index 5692cb6..55b4c63 100644 --- a/posters.typ +++ b/posters.typ @@ -20,8 +20,7 @@ #rect(width: 18in - 2*poster_margin, height: 24in - 2*poster_margin, stroke: none)[ #rect(width: 100%, height: header_height, stroke: none)[ - #image("./images/logo.svg", height: 2.25in) - #room-heading("planetnix.com/schedule", font-size: .5in) + #image("./images/logo.svg", height: 4in) ] #rect(width: 100%, height: 24in - (3*poster_margin + header_height + footer_height), stroke: none)[ @@ -32,17 +31,25 @@ #rect(width: 100%, height: footer_height, stroke: none)[ - #align(top)[ - #room-heading("Presented By:", font-size: .5in) - #image("./images/flox.svg", height: 2.25in) - ] + #grid( + columns: 2, + gutter: 5in, + align(top)[ + #room-heading("Presented By:", font-size: .5in) + #image("./images/flox.svg", height: 2in) + ], + align(top)[ + #room-heading("Schedule:", font-size: .5in) + #image("./images/sched-code.svg", height: 2.25in) + ], + ) ] ] ] ] -#poster(name: "Sessions", size: 4in) -#poster(name: "Workshops", size: 3in) +#poster(name: "Sessions", size: 3in) +#poster(name: "Workshops", size: 2.5in) #poster(name: "Check-In", size: 3in) -#poster(name: "Planet Nix\nIs Located Downstairs", size: 2in) -#poster(name: "Planet Nix\nDownstairs in the \nConference Center", size: 1.75in) \ No newline at end of file +#poster(name: "Located Downstairs", size: 2in) +#poster(name: "Downstairs in the Conference Center", size: 1.75in) \ No newline at end of file