new notes

This commit is contained in:
2026-04-22 16:57:08 +02:00
parent 5a7ce4b7b6
commit f6ffdfd0f1
16 changed files with 3097 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
Person(
name: "Cornelius Engel",
role: "Software-Entwickler",
mail: "cornelius@pandaloop.de",
phone: "+49 221 56034999-4",
)

View File

@@ -0,0 +1,6 @@
Person(
name: "Hassan Abu-Jabir",
role: "Software-Entwickler",
mail: "hassan@pandaloop.de",
phone: "+49 221 56034999-1",
)

View File

@@ -0,0 +1,6 @@
Person(
name: "Jan Bergen",
role: "Software-Entwickler",
mail: "jan@pandaloop.de",
phone: "+49 221 56034999-2",
)

View File

@@ -0,0 +1,6 @@
Person(
name: "Mika Reczko",
role: "Software-Entwickler",
mail: "mika@pandaloop.de",
phone: "+49 221 56034999-8",
)

View File

@@ -0,0 +1,6 @@
Person(
name: "Thomas Schwenk",
role: "Sales",
mail: "thomas.schwenk@pandaloop.de",
phone: "+49 221 56034997",
)