Merge branch 'main' of https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/pm
Some checks failed
Word Count / count-words (push) Failing after 36s

This commit is contained in:
2026-04-16 17:30:06 +02:00
5 changed files with 64 additions and 16 deletions

View File

@@ -2,6 +2,17 @@
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\makeatletter
\newsavebox\pandoc@box
\newcommand*\pandocbounded[1]{% scales image to fit the slide if it's too large
\sbox\pandoc@box{#1}%
\ifdim\wd\pandoc@box>\linewidth
\makebox[\linewidth][c]{\resizebox{\linewidth}{!}{\usebox\pandoc@box}}%
\else
\usebox\pandoc@box
\fi
}
\makeatother
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
@@ -12,7 +23,11 @@
\newcommand{\imagepath}{Images}
\definecolor{orange}{HTML}{f87a01}
\usetheme[german, color, coloraccent=orange]{awesome}
\usetheme[german, color, coloraccent=orange, notoc]{awesome}
\makeatletter
\newcommand{\nonumberson}{\awesome@nonumbersinframetitletrue}
\newcommand{\nonumbersoff}{\awesome@nonumbersinframetitlefalse}
\makeatother
% \usepackage{firamath-otf}
\usepackage{pgfplots}
@@ -57,21 +72,32 @@
\institute{Schulzentrum HTL HAK Ungargasse}
\uni{Schulzentrum HTL HAK Ungargasse}
\location{Wien}
\background{background.png}
\background{./Images/images/background/title-slide/background.png}
\logo{\includegraphics[width=3cm]{\imagepath/images/logos/logo.png}}
\date\today
\date{22. April 2026}
\AtBeginSection[]
{
\begingroup
\nonumberson
\begin{frame}[noframenumbering,plain]{Agenda}
\tableofcontents[currentsection, hideothersubsections]
\tableofcontents[currentsection]
\end{frame}
\endgroup
}
\begin{document}
\maketitle
\begingroup
\nonumberson
\begin{frame}[noframenumbering,plain]{Agenda}
\tableofcontents
\end{frame}
\endgroup
$body$
\end{document}

View File

@@ -2,6 +2,28 @@
## Rolle im Projekt
::: columns
:::: column
Aufgabenbereiche:
- Infrastruktur & CI/CD
- Product Owner
- Softwareentwicklung:
- Event Registration
- Black Board
- Report System
- Mass Mailer
::::
:::: column
![](./Images/images/konstantin/profile.jpg){width=4em}
::::
:::
## Infrastruktur & CI/CD
Systemaufbau:

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 KiB