From edefaf279d324dc77f7ed4791131ff71b8731dfa Mon Sep 17 00:00:00 2001 From: Patrick Melanson Date: Wed, 28 Jun 2017 13:31:53 -0400 Subject: [PATCH] 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. --- welcome-poster.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 welcome-poster.tex diff --git a/welcome-poster.tex b/welcome-poster.tex new file mode 100644 index 0000000..9d08e5d --- /dev/null +++ b/welcome-poster.tex @@ -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}