%% CClub Recruiting Flier
%% Requires pdflatex

\documentclass[letterpaper,10pt]{article}

\usepackage{concrete}
\usepackage{graphicx}
\usepackage{array}
\usepackage[margin=0.75in,nohead,nofoot]{geometry}

\pagestyle{empty}

\begin{document}

\begin{center}
\includegraphics[width=2.5in]{clublogo_1024x754.png}
\begin{tabular}[b]{b{.8in}b{.8in}b{.8in}b{.8in}}
  \multicolumn{4}{c}{
    \parbox{4in}{\center
      {\Large Carnegie Mellon University Computer Club}
    
      \large We are Carnegie Mellon's student organization devoted
      to computing research, systems administration, and
      general computing fun!
    }} \\

\center \includegraphics[width=1in]{600px-Heckert_GNU_white.png} &
\center \includegraphics[width=1in]{Tux.png} &
\center \includegraphics[width=1in]{Logo_FreeBSD.png} &
\center \includegraphics[width=1in]{NetBSD.png} 
\end{tabular}
\end{center}

\begin{itemize}
\item Club Activities:
  \begin{itemize}
  \item Demo night: Show cool assembly and C graphics and audio
    demonstrations from over the years
  \item Film nights: Show films related to computers, and gorge
    ourselves with delicious pizza
  \item Game nights: Play old and new computer games on big screens or in the clusters
  \item Machine room: Hang out in our machine room in Cyert and hack
    on projects
  \item Retro collection: Machines from the 80's (Atari, Amiga, C64, UNIX, ...)
  \end{itemize}

\item Club Services:
  \begin{itemize}
  \item Contributed Webserver: access to databases, CGI/PHP scripting, no
    publishing; for users and orgs
  \item Our own Debian-based Linux environment with AFS and Kerberos
  \item Tartanswiki: {\tt http://www.tartanswiki.org/}
  \item Open Source mirror: {\tt ftp://ftp.club.cc.cmu.edu/, http://www.club.cc.cmu.edu/pub/}
  \item Usenet Server: {\tt news.club.cc.cmu.edu}
  \item Jabber: Instant messaging for a new generation
  \item DNS and virtual hosting: use us to host your own projects and
    web sites
  \item Other things: databases, e-mail, HPC cluster, freenode IRC server, game servers, voice servers, and more!
  \end{itemize}

\item Why you should join:
  \begin{itemize}
  \item We need more people to help run things!
  \item We want to hold more events
  \item We want to develop more services
  \item We want to expand outreach and advocacy: hosting talks,
    encouraging use of F/OSS, security contests and/or events
  \item We want to do what you want to do!
  \end{itemize}

\item How to contact us:
  \begin{itemize}
  \item Come to our meetings on Tuesdays at 5:00pm in Wean 5328, or come to
    our open machine room nights on Saturdays at 6:00pm in Cyert Hall B6
  \item Our website is {\tt http://www.club.cc.cmu.edu/}
  \item Our bboard is {\tt cmu.student.computer-club}
  \item Fill out the info on the back of this flyer, and come to a
    meeting to give it to us!
  \end{itemize}

\end{itemize}

\newpage

{\large Computer Club new person information:}
\begin{itemize}
\item Name:
\item E-Mail Address:
\item Do you want a club account? If so, what username?
\item Do you have experience with running services like web servers,
  database servers, or anything like that
\vspace{1in}
\item Have you used Unices before, such as GNU/Linux, a BSD, Mac OS X,
  or the like?
\vspace{.8in}
\item What are your experiences with computers?
\vspace{.8in}
\item What do you think that computer club should do?
\vspace{.8in}
\item What would you like the computer club to do?
\vspace{.8in}
\item Can we contact you about doing these things?
\vspace{.8in}
\item Come by one of our meetings, machine room nights, or club events
  to let us know about this!
\end{itemize}

\end{document}