diff --git a/Defensio/04_Praesentation_Adam_Gaiswinkler.md b/Defensio/04_Praesentation_Adam_Gaiswinkler.md index 6bff51b..fe65616 100644 --- a/Defensio/04_Praesentation_Adam_Gaiswinkler.md +++ b/Defensio/04_Praesentation_Adam_Gaiswinkler.md @@ -7,7 +7,8 @@ - Oqtane-Theme - Hall-of-Fame-Modul - Anmeldetool -- **Ziel**: Moderne, responsive Website für den HTL-Absolventenverein +- **Ziel**: + - Moderne, responsive Website für den SZU Absolventenverein --- @@ -50,10 +51,10 @@ ::: columns :::: column -- Eigen‑Navigation (bootstrap Komponenten haben nicht gepasst ). +- Eigen‑Navigation (Bootstrap-Komponenten haben nicht gepasst). - Systemseiten per LINQ ausblenden. - Responsive CSS‑Media‑Queries + reines CSS‑Burger‑Menu. -- Cookie‑Consent (erforderlich für dsgvo konformität und gesamtheit der website ). +- Cookie‑Consent (erforderlich für DSGVO-Konformität und Gesamtheit der Website). :::: :::: column @@ -77,7 +78,7 @@ :::: column \begin{tikzpicture} -\node[inner sep=0pt, rounded corners=5pt, clip] {\includegraphics[width=0.55\columnwidth]{Images/HallOfFameBeispiel.png}}; +\node[inner sep=0pt, rounded corners=5pt, clip] {\includegraphics[width=0.55\columnwidth]{Images/HallOfFamePdfNeuBesser.png}}; \end{tikzpicture} :::: @@ -121,19 +122,19 @@ \begin{tikzpicture}[remember picture, overlay] \node at (current page.center) { \begin{tabular}{@{}c@{\hspace{4mm}}c@{}} -\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{UI}, width=6cm] +\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{UI}, width=6.5cm, height=2cm, valign=center] \centering Ja/Nein-Buttons (grün/rot) \end{tcolorbox} & -\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Live-Feedback}, width=6cm] +\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Live-Feedback}, width=6.5cm, height=2cm, valign=center] \centering Sofort via Blazor \end{tcolorbox} \\[3mm] -\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Mobile}, width=6cm] +\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Mobile}, width=6.5cm, height=2cm, valign=center] \centering Sauberes Touch-Handling \end{tcolorbox} & -\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Architektur}, width=6cm] +\begin{tcolorbox}[colback=accent!5, colframe=accent, arc=3pt, title=\textbf{Architektur}, width=6.5cm, height=2cm, valign=center] \centering UI \& Backend-API getrennt \end{tcolorbox} \end{tabular} @@ -158,12 +159,13 @@ \node[problem] at ([xshift=-2.5cm, yshift=0.9cm]current page.center) (p1) {$\triangle$\;\textbf{Plattformwechsel}\\[-1mm]{\scriptsize Windows $\rightarrow$ macOS}}; \node[solution] at ([xshift=2.5cm, yshift=0.9cm]current page.center) (s1) {\checkmark\;\textbf{Visual Studio Code}\\[-1mm]{\scriptsize Plattformübergreifend}}; -% Trennlinie -\draw[gray!30, dashed] ([xshift=-4.5cm]current page.center) -- ([xshift=4.5cm]current page.center); - % Reihe 2 \node[problem] at ([xshift=-2.5cm, yshift=-1.1cm]current page.center) (p2) {$\triangle$\;\textbf{Kein CMS verfügbar}\\[-1mm]{\scriptsize Sommer 2025, Event steht an}}; \node[solution] at ([xshift=2.5cm, yshift=-1.1cm]current page.center) (s2) {\checkmark\;\textbf{Node.js/HTML}\\[-1mm]{\scriptsize Übergangslösung}}; + +% Reihe 3 +\node[problem] at ([xshift=-2.5cm, yshift=-3.1cm]current page.center) (p3) {$\triangle$\;\textbf{UI-Fehler am Handy}\\[-1mm]{\scriptsize Clipping-Probleme}}; +\node[solution] at ([xshift=2.5cm, yshift=-3.1cm]current page.center) (s3) {\checkmark\;\textbf{Testen und Anpassen}\\[-1mm]{\scriptsize Debuggen und Verbessern der UI}}; \end{tikzpicture} ---