This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tex
executable file
·131 lines (111 loc) · 3.02 KB
/
Main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
\documentclass[12pt,utf8]{beamer}
% Gute Einführung zu LaTeX-Beamer: http://www2.informatik.hu-berlin.de/~mischulz/beamer.html
%-----PARAMETERS-----
%Wichtige Standard Pakete!
%\usepackage[german]{babel}
\usepackage{ngerman}
\usepackage{xcolor}
%\usepackage{graphicx}
%\usepackage{tikz}
%\usepackage[showframe]{geometry}
%Für den Header notwendig!
%\usepackage[percent]{overpic}
%\usepackage{enumitem}
\usepackage{hyperref} % für korrekte Links
%\renewcommand{\labelitemi}{$\bullet$}
%Einbinden des Themes
\input{design_latex-template/beamerthemeFOSSAG.sty}
%Standard Angaben
\title{
\hspace*{8cm}
\includegraphics[scale=0.2]{resources/logo_500px.png}
\newline
FOSS-AG
}
\subtitle{Vorstellung}
%\author{@chef\_excellence}
\institute[FOSS AG]{\textbf{F}ree and \textbf{O}pen \textbf{S}ource \textbf{S}oftware \textbf{AG}}
\date{\today}
%-----IMPLEMENTATION-----
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Wer sind wir?}
\includegraphics[width=\linewidth]{resources/open_swiss_knife.png}
Die \textbf{F}ree and \textbf{O}pen \textbf{S}ource \textbf{S}oftware \textbf{AG} stellt sich vor...
\end{frame}
\begin{frame}
\frametitle{Wöchentliches Treffen}
\begin{itemize}%[leftmargin = 1cm]
\item[\textbf{Zeit}] Montags ca. 17:00 Uhr
\item[\textbf{Ort}] OH 12 - 4.037
\end{itemize}
\textbf{Themen}
\begin{itemize}
\item Design
\item CTF Programmierung
\item IT-News
\item Sicherheitslücken
\item Neue Ideen zu FOSS ;)
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Andere Projekte}
\begin{itemize}
\item Linux-Installationspartys
\vspace{0.5cm}
\item CTF in der O-Phase
\vspace{0.5cm}
\item Vortragsreihen zu FOSS
\vspace{0.5cm}
\item Stand beim Sommerfest
\vspace{0.5cm}
\item Fahrten zu Chaos-Events
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Geplant für dieses Semester}
\centering\includegraphics[width=0.9\linewidth]{resources/35C3.jpeg}
\begin{itemize}
\item Fahrt zum 36C3
\item Hackathon
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Aktionen heute}
\begin{itemize}
\item Linux installieren
\vspace{0.5cm}
\item Über FOSS unterhalten
\vspace{0.5cm}
\item FOSS-AG CTF
\end{itemize}
\vspace{0.5cm}
\textbf{Raum: E37 ab 15:00 Uhr}
\end{frame}
\begin{frame}
\frametitle{Capture the Flag}
\includegraphics[width=\linewidth]{resources/screenshot_ctf.png}
\begin{itemize}
\item Rätsel in der Linuxwelt\\
\vspace{0.5cm}
\item einige leichte, aber auch schwierigere
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Kontakt}
\begin{itemize}%[leftmargin=4cm]
%\centering
\item \textbf{Website:} \texttt{foss-ag.de}
\vspace{0.5cm}
\item \textbf{Matrix:} \texttt{\#foss\_ag:fachschaften.org}
\vspace{0.5cm}
\item \textbf{Telegram-Channel:} \texttt{@FOSSAG}
\vspace{0.5cm}
\item \textbf{Twitter:} \texttt{@FOSSAGTUDO}
\vspace{0.5cm}
\item \textbf{Mastodon:} \texttt{@[email protected]}
\end{itemize}
\end{frame}
\end{document}