From 6a6786f6bc83535827490867e58503600bdea7a2 Mon Sep 17 00:00:00 2001 From: Florian Edlmayer Date: Tue, 21 Apr 2026 16:20:38 +0200 Subject: [PATCH] neue Version --- Defensio/03_Praesentation_Florian_Edlmayer.md | 91 ++++++++++++++----- 1 file changed, 66 insertions(+), 25 deletions(-) diff --git a/Defensio/03_Praesentation_Florian_Edlmayer.md b/Defensio/03_Praesentation_Florian_Edlmayer.md index 70fd39c..855ded6 100644 --- a/Defensio/03_Praesentation_Florian_Edlmayer.md +++ b/Defensio/03_Praesentation_Florian_Edlmayer.md @@ -2,12 +2,49 @@ ## Individueller Teil: Florian Edlmayer -- **Datensicherheit** – DSGVO-konform & verschlüsselt - \vspace{1em} -- **Backup-Systeme** – Automatisch, täglich & zuverlässig - \vspace{1em} -- **Premium-Bereich** – Exklusiv, motivierend & sicher - \vspace{1em} +\vspace{0.8em} + +\begin{center} +\begin{tikzpicture} + +% ── Card 1: Datensicherheit ──────────────────────────────────────── +\fill[rounded corners=6pt, fill=orange!8] (0,0) rectangle (3.4,-3.0); +\draw[rounded corners=6pt, orange, line width=1.8pt] (0,0) rectangle (3.4,-3.0); +\begin{scope} + \clip[rounded corners=6pt] (0,0) rectangle (3.4,-3.0); + \fill[orange] (0,0) rectangle (3.4,-0.85); +\end{scope} +\node[text=white, font=\small\bfseries, align=center] at (1.7,-0.425) + {\faShieldAlt\ \ Datensicherheit}; +\node[font=\small, align=center, text width=3.0cm] at (1.7,-1.95) + {DSGVO-konform \& verschlüsselt}; + +% ── Card 2: Backup-Systeme ───────────────────────────────────────── +\fill[rounded corners=6pt, fill=orange!8] (3.8,0) rectangle (7.2,-3.0); +\draw[rounded corners=6pt, orange, line width=1.8pt] (3.8,0) rectangle (7.2,-3.0); +\begin{scope} + \clip[rounded corners=6pt] (3.8,0) rectangle (7.2,-3.0); + \fill[orange] (3.8,0) rectangle (7.2,-0.85); +\end{scope} +\node[text=white, font=\small\bfseries, align=center] at (5.5,-0.425) + {\faDatabase\ \ Backup-Systeme}; +\node[font=\small, align=center, text width=3.0cm] at (5.5,-1.95) + {Automatisch, täglich \& zuverlässig}; + +% ── Card 3: Premium-Bereich ──────────────────────────────────────── +\fill[rounded corners=6pt, fill=orange!8] (7.6,0) rectangle (11.0,-3.0); +\draw[rounded corners=6pt, orange, line width=1.8pt] (7.6,0) rectangle (11.0,-3.0); +\begin{scope} + \clip[rounded corners=6pt] (7.6,0) rectangle (11.0,-3.0); + \fill[orange] (7.6,0) rectangle (11.0,-0.85); +\end{scope} +\node[text=white, font=\small\bfseries, align=center] at (9.3,-0.425) + {\faStar\ \ Premium-Bereich}; +\node[font=\small, align=center, text width=3.0cm] at (9.3,-1.95) + {Exklusiv, motivierend \& sicher}; + +\end{tikzpicture} +\end{center} --- @@ -42,33 +79,37 @@ \begin{center} \begin{tikzpicture}[ - node distance=0.6cm, - stepnode/.style={rectangle, rounded corners=3pt, minimum width=2.0cm, minimum height=2.6cm, draw, line width=1pt, fill=white, inner sep=2pt}, + node distance=0.5cm, + stepnode/.style={rectangle, rounded corners=3pt, minimum width=4.2cm, minimum height=2.2cm, draw, line width=1pt, fill=white, inner sep=2pt}, iconnode/.style={circle, minimum size=0.8cm, fill=gray!5}, titlenode/.style={align=center, font=\scriptsize\bfseries}, - arrow/.style={-latex, line width=1.5pt, accent!30} + arrow/.style={-latex, line width=1.5pt, color=accent!60} ] - % Boxes - \node[stepnode, draw=gray] (n1) at (0,0) {}; + % Obere Reihe + \node[stepnode, draw=gray] (n1) at (0,0) {}; \node[stepnode, draw=green!60!black, right=of n1] (n2) {}; - \node[stepnode, draw=blue!60!black, right=of n2] (n3) {}; - \node[stepnode, draw=orange, right=of n3] (n4) {}; - % Icons - \node[iconnode] at (n1.north) [yshift=-0.7cm] {\color{gray}\small\faCodeBranch}; - \node[iconnode] at (n2.north) [yshift=-0.7cm] {\color{green!60!black}\small\faCheckCircle}; - \node[iconnode] at (n3.north) [yshift=-0.7cm] {\color{blue!60!black}\small\faCogs}; - \node[iconnode] at (n4.north) [yshift=-0.7cm] {\color{orange}\small\faBoxOpen}; + % Untere Reihe + \node[stepnode, draw=blue!60!black, below=of n1] (n3) {}; + \node[stepnode, draw=orange, below=of n2] (n4) {}; - % Titles and Subtext - \node[titlenode] at (n1.center) [yshift=-0.1cm] {Datenschutzerklärung}; - \node[titlenode] at (n2.center) [yshift=-0.1cm] {Datenminimierung}; - \node[titlenode] at (n3.center) [yshift=-0.1cm] {Vertraulichkeit}; - \node[titlenode] at (n4.center) [yshift=-0.1cm] {Betroffenenrechte}; + % Icons – obere Reihe + \node[iconnode] at (n1.north) [yshift=-0.7cm] {\color{gray}\small\faFileAlt}; + \node[iconnode] at (n2.north) [yshift=-0.7cm] {\color{green!60!black}\small\faFilter}; - % Connectors + % Icons – untere Reihe + \node[iconnode] at (n3.north) [yshift=-0.7cm] {\color{blue!60!black}\small\faLock}; + \node[iconnode] at (n4.north) [yshift=-0.7cm] {\color{orange}\small\faUserShield}; + + % Labels + \node[titlenode] at (n1.center) [yshift=-0.2cm] {Datenschutz-\\erkl\"{a}rung}; + \node[titlenode] at (n2.center) [yshift=-0.2cm] {Daten-\\minimierung}; + \node[titlenode] at (n3.center) [yshift=-0.2cm] {Vertrau-\\lichkeit}; + \node[titlenode] at (n4.center) [yshift=-0.2cm] {Betroffenen-\\rechte}; + + % Pfeile: → rechts oben, ↓ rechts, → rechts unten \draw[arrow] (n1) -- (n2); - \draw[arrow] (n2) -- (n3); + \draw[arrow] (n2) -- (n4); \draw[arrow] (n3) -- (n4); \end{tikzpicture} \end{center}