Upload files to "/"

This commit is contained in:
lovis 2025-10-16 15:09:01 +00:00
commit 1d64be86f1
2 changed files with 63 additions and 0 deletions

BIN
connection.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

63
main.typ Normal file
View file

@ -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()