From 34c39badf1ea35401233d97707f7f53ada8e9429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Nov 2021 09:22:24 +0100 Subject: 2021-IT21.2: add presentation about Turris 3.x migration --- 2021-IT21.2/theme/cznic-cz.pdf | Bin 0 -> 6109 bytes 2021-IT21.2/theme/cznic-en.pdf | Bin 0 -> 6060 bytes 2021-IT21.2/theme/nicbottom.pdf | Bin 0 -> 7132 bytes 2021-IT21.2/theme/nictop.pdf | Bin 0 -> 12767 bytes 2021-IT21.2/theme/theme.tex | 42 ++++++++++++++++++++++++++++++++++++++++ 2021-IT21.2/theme/title.tex | 14 ++++++++++++++ 6 files changed, 56 insertions(+) create mode 100644 2021-IT21.2/theme/cznic-cz.pdf create mode 100644 2021-IT21.2/theme/cznic-en.pdf create mode 100644 2021-IT21.2/theme/nicbottom.pdf create mode 100644 2021-IT21.2/theme/nictop.pdf create mode 100644 2021-IT21.2/theme/theme.tex create mode 100644 2021-IT21.2/theme/title.tex (limited to '2021-IT21.2/theme') diff --git a/2021-IT21.2/theme/cznic-cz.pdf b/2021-IT21.2/theme/cznic-cz.pdf new file mode 100644 index 0000000..8434d23 Binary files /dev/null and b/2021-IT21.2/theme/cznic-cz.pdf differ diff --git a/2021-IT21.2/theme/cznic-en.pdf b/2021-IT21.2/theme/cznic-en.pdf new file mode 100644 index 0000000..6208787 Binary files /dev/null and b/2021-IT21.2/theme/cznic-en.pdf differ diff --git a/2021-IT21.2/theme/nicbottom.pdf b/2021-IT21.2/theme/nicbottom.pdf new file mode 100644 index 0000000..2bc41c7 Binary files /dev/null and b/2021-IT21.2/theme/nicbottom.pdf differ diff --git a/2021-IT21.2/theme/nictop.pdf b/2021-IT21.2/theme/nictop.pdf new file mode 100644 index 0000000..153c065 Binary files /dev/null and b/2021-IT21.2/theme/nictop.pdf differ diff --git a/2021-IT21.2/theme/theme.tex b/2021-IT21.2/theme/theme.tex new file mode 100644 index 0000000..5479c32 --- /dev/null +++ b/2021-IT21.2/theme/theme.tex @@ -0,0 +1,42 @@ +% vim: ft=tex + +\definecolor{cznicblue}{RGB}{0,56,145} +\definecolor{cznicred}{RGB}{204,18,38} + +\setbeamertemplate{frametitle}{ + \begin{textblock}{100}[0,0](0.0,1.1) + \insertframetitle + \end{textblock} +} + +\defbeamertemplate*{footline}{CZ.NIC}{ + \begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex, + leftskip=.3cm,rightskip=.3cm plus1fil]{bottom} + + \parbox{15.4cm}{\vspace*{0pt}\hfill\insertpagenumber/\inserttotalframenumber} + + \includegraphics[width=11cm,keepaspectratio]{theme/nicbottom.pdf} + \hspace{0.5cm} + \includegraphics[width=3.7cm,keepaspectratio]{theme/cznic-cz.pdf} + \end{beamercolorbox} +} + +\defbeamertemplate*{title page}{CZ.NIC}[1][]{ + \usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\par + \usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par + \bigskip + \usebeamerfont{author}\usebeamercolor[fg]{author}\insertauthor\par + \usebeamerfont{institute}\usebeamercolor[fg]{institute}\insertinstitute\par + % Commenting out following lines hides date from first slide + \usebeamerfont{date}\usebeamercolor[fg]{date}\insertdate\par + \usebeamercolor[fg]{titlegraphic}\inserttitlegraphic +} + +\setbeamercolor{structure}{fg=cznicred} +\setbeamercolor{title}{fg=cznicblue} +\setbeamercolor{subtitle}{fg=cznicred} +\setbeamercolor{frametitle}{fg=cznicblue} +\setbeamercolor{author}{fg=cznicblue} +\setbeamercolor{date}{fg=cznicblue} + +\beamertemplatenavigationsymbolsempty diff --git a/2021-IT21.2/theme/title.tex b/2021-IT21.2/theme/title.tex new file mode 100644 index 0000000..258eacb --- /dev/null +++ b/2021-IT21.2/theme/title.tex @@ -0,0 +1,14 @@ +% vim: ft=tex + +\begingroup +\setbeamertemplate{headline} +{ + \begin{beamercolorbox}[wd=\paperwidth,ht=1.7cm,dp=1.125ex, + leftskip=.3cm,rightskip=.3cm plus1fil]{top} + \includegraphics[width=15.4cm,keepaspectratio]{theme/nictop.pdf} + \end{beamercolorbox} +} + +\frame{\titlepage} + +\endgroup -- cgit v1.2.3