Two additions (job hunting, college students)

This commit is contained in:
Kenneth John Odle 2025-04-02 09:58:26 -04:00
parent 6576724827
commit a0841139cf

View File

@ -288,7 +288,7 @@ Add the liquid mixture to the dry mixture and stir to combine. Add more milk if
\draw (2,-2) circle (4);
\draw (-2,-2) circle (4);
\node[align=center, text width=20mm, scale=1.6] at (0, -0.5) {Does Not Exist};
\node[align=center, text width=20mm, scale=2.0] at (0, 3.75) { What I Love To Do};
\node[align=center, text width=20mm, scale=2.0] at (0, 3.75) {What I Love To Do};
\node[align=center, text width=20mm, scale=2.0] at (-4, -2.5) {What I'm Good At};
\node[align=center, text width=20mm, scale=2.0] at (4, -2.5) {What Pays Well};
\node[align=center, text width=10mm, scale=1.2] at (-2.4, 0.8) {Happy but Broke};
@ -498,4 +498,47 @@ Add the liquid mixture to the dry mixture and stir to combine. Add more milk if
\rmfamily
\section{College Students}
\augiefamily
\begin{center}
\scalebox{0.7}{ % begin scalebox
\begin{tikzpicture}
\draw (0,2) circle (4) ;
\draw (2,-2) circle (4);
\draw (-2,-2) circle (4);
\node[align=center, text width=20mm, scale=1.6] at (0, -0.5) {Impossible};
\node[align=center, text width=20mm, scale=2.0] at (0, 3.75) {Plenty of Sleep};
\node[align=center, text width=20mm, scale=2.0] at (-4, -2.5) {A Social Life};
\node[align=center, text width=20mm, scale=2.0] at (4, -2.5) {Good Grades};
\node[align=center, text width=10mm, scale=1.2] at (-2.4, 0.8) {Slacker};
\node[align=center, text width=10mm, scale=1.2] at (2.4, 0.8) {Nerds};
\node[align=center, text width=20mm, scale=1.2] at (0, -3.25) {Zombie};
\end{tikzpicture}
} % end scalebox
\end{center}
\rmfamily
\section{Job Hunting}
\begin{center}
\scalebox{0.6}{ % begin scalebox
\begin{tikzpicture}
\draw (0,3) circle (3.5) ;
\draw (3.4,-3) circle (3.5);
\draw (-3.4,-3) circle (3.5);
% \node[align=center, text width=20mm, scale=1.6] at (0, -0.5) {Does Not Exist};
\node[align=center, text width=20mm, scale=2.0] at (0, 3.0) {Qualified};
\node[align=center, text width=20mm, scale=2.0] at (-3.4, -3) {Currently Hiring};
\node[align=center, text width=20mm, scale=2.0] at (3.4, -3) {Relevant Field};
% \node[align=center, text width=10mm, scale=1.2] at (-2.4, 0.8) {Happy but Broke};
% \node[align=center, text width=10mm, scale=1.2] at (2.4, 0.8) {Just a Dream};
% \node[align=center, text width=20mm, scale=1.2] at (0, -3.25) {Not Broke, Just Bored};
\end{tikzpicture}
} % end scalebox
\end{center}
\end{document}