Browse Source

Add Cube theme and CCCamp15

ju 9 years ago
parent
commit
6eda67c695

+ 1 - 0
cccamp2015/Makefile

@@ -0,0 +1 @@
+../common/Makefile

+ 1 - 0
cccamp2015/beamercolorthemecube.sty

@@ -0,0 +1 @@
+../common/beamercolorthemecube.sty

+ 1 - 0
cccamp2015/beamerinnerthemefancy.sty

@@ -0,0 +1 @@
+../common/beamerinnerthemefancy.sty

+ 1 - 0
cccamp2015/beamerouterthemedecolines.sty

@@ -0,0 +1 @@
+../common/beamerouterthemedecolines.sty

+ 1 - 0
cccamp2015/beamerthemeCube.sty

@@ -0,0 +1 @@
+../common/beamerthemeCube.sty

+ 44 - 0
cccamp2015/cccamp2015.tex

@@ -0,0 +1,44 @@
+\documentclass[notes=hide]{beamer}
+\usetheme[titlepagelogo=logocube]{Cube}
+
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{tabularx, lmodern, alltt, graphicx, eurosym, ragged2e, soul, color}
+
+\title{\Huge Internet Cube}
+\subtitle{\vspace{.2cm}\emph{Let's Build together a Free, Neutral and Decentralized Internet}}
+\institute{\textbf{CCCamp'15}}
+\author{kload}
+
+\begin{document}
+
+\begin{frame}[t,plain]
+\titlepage
+\end{frame}
+
+\begin{frame}[t,plain]
+\begin{center}
+  \vspace{\fill}
+  \includegraphics[width=\textwidth]{img/lotofcubes.png}
+  \vspace{\fill}
+\end{center}
+\end{frame}
+
+\begin{frame}[t,plain]
+\huge
+\begin{center}
+\vspace{\fill}
+Internet{\color{red}Cu.be} // {\color{red}LaBrique}Inter.net
+
+{\large GeekNode: \texttt{\#labriqueinter.net}}
+
+\vspace{.4cm}
+\includegraphics[width=.7\textwidth]{img/ffdnmap.png}
+
+\vspace{\fill}
+db.{\color{ffdncolor}ffdn.org}
+\vspace{\fill}
+\end{center}
+\end{frame}
+
+\end{document}

BIN
cccamp2015/img/ffdnmap.png


BIN
cccamp2015/img/lotofcubes.png


+ 1 - 0
cccamp2015/logocube.pdf

@@ -0,0 +1 @@
+../common/logocube.pdf

+ 1 - 0
cccamp2015/logoffdn.pdf

@@ -0,0 +1 @@
+../common/logoffdn.pdf

+ 32 - 0
common/beamercolorthemecube.sty

@@ -0,0 +1,32 @@
+% Copyright 2007 by Marco Barisione
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+
+\mode<presentation>
+
+\definecolor{ffdncolor}{RGB}{149,125,250}
+\definecolor{cubegreen1}{gray}{0.2}
+\definecolor{cubegreen2}{gray}{0.5}
+\definecolor{cubegreen3}{gray}{0.3}
+\definecolor{cubegreen4}{gray}{0.1}
+
+\setbeamercolor*{palette primary}{fg=white,bg=cubegreen2}
+\setbeamercolor*{palette secondary}{fg=white,bg=cubegreen3}
+\setbeamercolor*{palette tertiary}{fg=white,bg=cubegreen4}
+\setbeamercolor*{palette quaternary}{fg=white,bg=cubegreen1}
+
+\setbeamercolor*{titlelike}{bg=cubegreen3}
+\setbeamercolor*{frametitle}{bg=white,fg=white}
+\setbeamercolor*{part title}{bg=white,fg=white}
+\setbeamercolor*{item}{fg=cubegreen3}
+
+\setbeamercolor*{separation line}{}
+\setbeamercolor*{fine separation line}{}
+\setbeamercolor*{background canvas}{bg=black}
+\setbeamercolor*{normal text}{fg=white}
+
+\mode
+<all>

+ 39 - 0
common/beamerthemeCube.sty

@@ -0,0 +1,39 @@
+% Copyright 2007 by Marco Barisione
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+
+% Base : Torino (Marco Barisione, licence GNU GPL)
+% Changed for the InternetCu.be project by Julien Vaubourg
+
+\usepackage{transparent}
+
+\mode<presentation>
+
+%\DeclareOptionBeamer{alternativetitlepage}[true]{\PassOptionsToPackage{alternativetitlepage=#1}{beamerinnerthemefancy}}
+
+\DeclareOptionBeamer{titlepagelogo}{
+	\PassOptionsToPackage{alternativetitlepage=true}{beamerinnerthemefancy}
+	\PassOptionsToPackage{titlepagelogo=#1}{beamerinnerthemefancy}
+}
+
+%\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemefancy}}
+%\DeclareOptionBeamer{pageofpages}{\PassOptionsToPackage{pageofpages=#1}{beamerouterthemedecolines}}
+%\DeclareOptionBeamer{watermarkheightmult}{\PassOptionsToPackage{watermarkheightmult=#1}{beamerouterthemedecolines}}
+
+\PassOptionsToPackage{watermark=logoffdn}{beamerouterthemedecolines}
+\PassOptionsToPackage{watermarkheight=20px}{beamerouterthemedecolines}
+\PassOptionsToPackage{titleline=true}{beamerouterthemedecolines}
+
+\ProcessOptionsBeamer
+
+\useinnertheme{fancy}
+\useoutertheme{decolines}
+\usecolortheme{cube}
+
+\setbeamertemplate{navigation symbols}{}
+
+\mode
+<all>

BIN
common/logocube.pdf


BIN
common/logoffdn.pdf