From 7911be55a12ab3a999be01e3af12cba041298636 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 13 May 2021 15:22:45 -0400 Subject: added more work for hireme in final presentation --- hireme/final-pres.tex | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) (limited to 'hireme/final-pres.tex') diff --git a/hireme/final-pres.tex b/hireme/final-pres.tex index ed50108..872deab 100644 --- a/hireme/final-pres.tex +++ b/hireme/final-pres.tex @@ -1,3 +1,4 @@ +\input color \nopagenumbers \setbox0=\hbox{\vrule} \newdimen\leftwid\leftwid=2in @@ -7,7 +8,19 @@ \advance\rightwid by -3\wd0 \advance\rightwid by -16pt % padded box \def\tr{\noalign{\hrule\penalty-5}} -\def\link#1{#1} +\def\link#1{% + \leavevmode + \pdfstartlink + user{/Subtype /Link + /Border [ 0 0 0 ] + /A << + /Type /Action + /S /URI + /URI (#1) + >>}% + {\tt \color{blue} #1}% + \pdfendlink +} \long\def\pad#1{\vtop{\hbox{\hskip4pt #1\hskip 4pt}\vskip 4pt}} \parindent5pt \halign{\vrule\pad{\vtop{\emergencystretch.5in\hsize\leftwid\unskip #\ignorespaces}}\vrule& @@ -32,22 +45,34 @@ \noindent Characteristics about yourself that you learned from the internship:\par {\parindent0pt\leftskip5pt - I learned that + From this internship experience, I now know that I want to + be a software developer if the career is anything like my + internship, because I love this kind of problem-solving, + even if it requires banging your head against the wall over + and over and over again. \par} \noindent Major lessons you learned from the internship:\par {\parindent0pt\leftskip5pt - I learned that + I also learned that I get really focused into a task, which, + while sometimes beneficial, means that I should focus more + on intentionally managing my priorities and schedules + between different assignments and responsibilities. \par} \cr\tr What was the greatest thing you got to do, learn, or see through your internship?& - ??\cr\tr + I also learned that I get really focused into a task, which, + while sometimes beneficial, means that I should focus more on + intentionally managing my priorities and schedules between + different assignments and responsibilities.\cr\tr How did this internship impact you?& - bruh\cr\tr + This internship has taught me a lot about how to structure + maintainable code on a large, team-built project where I don't + know every detail of many of the components.\cr\tr Is there anything else you want us to know about your internship site, site supervisor, and/or experience?& No\cr\tr {\bf Video Link:}& - \link{https://hrhr.dev/hireme-final.webm}\cr\tr + See attached presentation\cr\tr } \bye -- cgit