commit 1d64be86f147efd334e0559ce20323d44bfac28b Author: lovis Date: Thu Oct 16 15:09:01 2025 +0000 Upload files to "/" diff --git a/connection.png b/connection.png new file mode 100644 index 0000000..4aa5101 Binary files /dev/null and b/connection.png differ diff --git a/main.typ b/main.typ new file mode 100644 index 0000000..e6174a8 --- /dev/null +++ b/main.typ @@ -0,0 +1,63 @@ +#let ag-link( + other_image: none, + title: [AG Link goes KEW], + when: [23.10.2025 13:00], + where: [Uni Leipzig \ Seminargebäude \ Raum S125], + about: [ + Wir versuchen in diesem Vortrag zu zeigen warum es ein Problem ist wenn Konzerne unsere Daten sammeln und was man dagegen tun kann. + \ Alle sind willkommen. +Kein Vorwissen benötigt.], +) = {[ +#set page(width: 15cm, height: 15cm, fill: rgb("fdf6e3ff"), margin: 0cm) +#align(center)[ + #v(.5cm) + #rect(height: 14cm, width: 14cm, radius: 2cm, stroke: 2pt + black)[ + #place(right)[ + #pad(.5cm)[ + #image("connection.png", height: 5cm) + #move(dx: -2.2cm, dy: -2.2cm)[ + #rotate(45deg)[ + #text( + size: 20pt, + font: "Atkinson Hyperlegible Mono", + weight: "semibold")[ + AG Link + ] + ] + ] + ] + #if other_image != none [ + #pad(.75cm)[ + #move(dy: -.75cm)[ + #rotate(5deg)[ + #image(other_image, fit: "stretch", height: 4.5cm) + ] + ] + ] + ] + ] + #place.flush() + #align(left)[ + #pad(1cm)[ + #text(weight: "semibold", size: 15pt, font: "Atkinson Hyperlegible Mono")[ + #box(width: 7cm)[ + = #title + #v(.5cm) + #if when != none [ + - #emoji.calendar #when + ] + #if where != none [ + - #emoji.pin #where + ] + #v(.5cm) + #text(13pt)[ + #about + ] + ] + ] + ] + ] + ] +] +]} +#ag-link()