Welcome poster added

This is a simple poster that we put up outside of the CSC
office and it will hopefully have effects such as
"hey maybe I'll come in to this office full of
computers and people" and
"they have snacks, maybe I can buy some"

That's the idea, anyway.
This commit is contained in:
Patrick Melanson 2017-06-28 13:31:53 -04:00
parent 9abdf52a08
commit edefaf279d
1 changed files with 34 additions and 0 deletions

34
welcome-poster.tex Normal file
View File

@ -0,0 +1,34 @@
\documentclass{letter}
\usepackage[letterpaper,margin=2in,landscape]{geometry}
\usepackage{graphicx}
\pagenumbering{gobble}
\begin{document}
\begin{center}
{\Huge Greetings, program!}
\end{center}
\vspace{20pt}
{
\Large
We're a Club for Computer Science (we're the Computer Science Club).
This is our office, if we're open you can come in and say hi, maybe get some
snacks, have some free tea, and talk about your midterm.
If you have any suggestions for snacks, drinks, or teas, add them to the
list of suggestions on the whiteboard.
If you're interested in our tutorials, talks, or free food events, check out dat
fancy Facebook page (\texttt{facebook.com/watcsc}), or sign up to be a member by
asking someone inside!
}
\vfill
\begin{center}
\includegraphics[height=1.2in]{csc-logos/csclogo}
\end{center}
\end{document}