From f4548d5119a93f955af8b550709b532ab2949303 Mon Sep 17 00:00:00 2001 From: Ross Turk Date: Thu, 13 Feb 2025 23:52:11 -0500 Subject: [PATCH 1/2] add flox logo to signage Signed-off-by: Ross Turk --- images/flox.svg | 28 ++++++++++++++++++++++++++++ posters.typ | 12 +++++++----- 2 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 images/flox.svg diff --git a/images/flox.svg b/images/flox.svg new file mode 100644 index 0000000..94b387a --- /dev/null +++ b/images/flox.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/posters.typ b/posters.typ index f346a5f..2f4fe42 100644 --- a/posters.typ +++ b/posters.typ @@ -3,7 +3,7 @@ ) #let poster_margin = .5in -#let header_height = 3.5in +#let header_height = 4.5in #let footer_height = 4.5in #let content_width = context(page.width - 2*poster_margin) #let content_height = context(page.height - 2*poster_margin) @@ -20,6 +20,8 @@ #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) ] #rect(width: 100%, height: 24in - (3*poster_margin + header_height + footer_height), stroke: none)[ @@ -31,8 +33,8 @@ #rect(width: 100%, height: footer_height, stroke: none)[ #align(top)[ - #image("./images/logo.svg", height: 2.25in) - #room-heading("planetnix.com/schedule", font-size: .5in) + #room-heading("Presented by:", font-size: .5in) + #image("./images/flox.svg", height: 2.25in) ] ] ] @@ -42,5 +44,5 @@ #poster(name: "Sessions", size: 4in) #poster(name: "Workshops", size: 3in) #poster(name: "Check-In", size: 3in) -#poster(name: "PlanetNix\nlocated Downstairs", size: 3in) -#poster(name: "PlanetNix\nDownstairs in the \nConference Center", size: 1.75in) \ No newline at end of file +#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 From dd5a0a709135f54e32722234eee2b2f0543a26d9 Mon Sep 17 00:00:00 2001 From: Ross Turk Date: Fri, 14 Feb 2025 13:27:34 -0500 Subject: [PATCH 2/2] Update posters.typ --- posters.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posters.typ b/posters.typ index 2f4fe42..5692cb6 100644 --- a/posters.typ +++ b/posters.typ @@ -33,7 +33,7 @@ #rect(width: 100%, height: footer_height, stroke: none)[ #align(top)[ - #room-heading("Presented by:", font-size: .5in) + #room-heading("Presented By:", font-size: .5in) #image("./images/flox.svg", height: 2.25in) ] ]