63 lines
1.5 KiB
Typst
63 lines
1.5 KiB
Typst
#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()
|