Skip to content

Commit

Permalink
Add more info at the beginning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Sep 13, 2012
1 parent 677ce73 commit e88b160
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
2 changes: 2 additions & 0 deletions beamerthemesugarfree.sty
Expand Up @@ -29,6 +29,8 @@
\setbeamerfont{frametitle}{parent=subtitle}
\setbeamercolor{frametitle}{parent=title}

\setbeamercolor{imagebox}{bg=darkgrey}

\setbeamertemplate{title page}{%
\vspace{1.5cm}
\usebeamercolor[fg]{title}
Expand Down
Binary file added coderdojo_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added railsbridge_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 24 additions & 16 deletions sugarfree.tex
Expand Up @@ -22,8 +22,8 @@
contact = {
"GitHub" => "nuclearsandwich",
"Freenode" => "nuclearsandwich",
"WWW" => "www.nuclearsandwich.com",
"Email" => "steven@nuclearsandwich.com",
"WWW" => "www.nuclearsandwich.com",
"Twitter" => "@nuclearsandwich"
}
\end{ruby10pt}
Expand All @@ -34,27 +34,35 @@
\end{frame}

\begin{frame}
\par {\usebeamercolor[fg]{title}\usebeamerfont{title} Teaching Ruby}
\begin{beamercolorbox}{imagebox}
\vspace{5mm}\par
\centering\includegraphics[width=5cm]{coderdojo_logo}\par
\vspace{5mm}\par
\end{beamercolorbox}
\begin{itemize}
\item Game Builder
\item Scratch
\item Python
\item Hackety-Hack / Shoes
\end{itemize}
\end{frame}

\begin{frame}
\begin{center}
\frametitle{Disclaimer}
\includegraphics[width=5cm]{gorilla}
\end{center}
\centering\includegraphics[width=5cm]{railsbridge_logo}
\begin{itemize}
\item Workshops for Women
\item Kids Ruby
\item Workshops / Curriculum in other languages
\end{itemize}
\end{frame}


\begin{frame}
\frametitle{The (Good?) Old Fashioned Way}
\begin{enumerate}
\item variable assignment
\item variable access
\item \ruby|puts foo|
\item conditionals
\item loops
\item \ruby|'hello'.upcase|
\end{enumerate}
\frametitle{RailsBridge: Workshops for Women}
\begin{itemize}
\item Install all the things the night before
\item One full day
\item Focus on Ruby, Rails, or split based on experience
\end{itemize}
\end{frame}

\begin{frame}
Expand Down

0 comments on commit e88b160

Please sign in to comment.