\documentclass[12pt]{article}
\usepackage{tasks, geometry, hyperref, tabularray, qrcode, tikz}
\usetikzlibrary{calc}
\geometry{
a4paper,
top = 1in,
bottom = 1in,
left = 1in,
right = 1in,
}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=black,
urlcolor=blue,
}
\pagenumbering{gobble}
\begin{document}
\begin{tikzpicture}[remember picture,overlay]
\node at ($(current page.north east)+(-0.625in,-0.625in)$) {\hypersetup{urlcolor=.}\qrcode[height=1.25in]{https://sites.google.com/view/tyler-kruszewski-eportfolio/home}};
\end{tikzpicture}
\begin{center}\begin{LARGE}
\noindent\bf{Tyler Kruszewski}
\end{LARGE}\end{center}
\begin{flushleft}
\begin{center}
\begin{tblr}{width=\textwidth, cells={halign=c,valign=m,font=\large\bfseries}, colspec={X[c]}, hline{2}={solid,1pt}}
Contact Info
\end{tblr}
\end{center}
\begin{small}
\begin{tasks}[style=itemize](1)
\task Personal: \href{mailto: Tyler-DK@hotmail.com}{Tyler-DK@hotmail.com}
\task School: \href{mailto: tylerkrusz@vt.edu}{tylerkrusz@vt.edu}
\task ePortfolio: \url{https://sites.google.com/view/tyler-kruszewski-eportfolio/home}
\task Linkedin: \url{https://www.linkedin.com/in/tyler-kruszewski-3a976a250}
\end{tasks}
\end{small}
\begin{center}
\begin{tblr}{width=\textwidth, cells={halign=c,valign=m,font=\large\bfseries}, colspec={X[c]}, hline{2}={solid,1pt}}
Skills
\end{tblr}
\end{center}
\begin{tasks}[style=itemize](3)
\task Solidworks
\task AutoCAD
\task Python
\task JavaScript
\task Java
\task MATLAB
\task Latex
\task GNU Radio
\task C
\task x86 Assembly
\task RISC-V Assembly
\task Blender
\end{tasks}
\begin{center}
\begin{tblr}{width=\textwidth, cells={halign=c,valign=m,font=\large\bfseries}, colspec={X[c]}, hline{2}={solid,1pt}}
Work History
\end{tblr}
\end{center}
\begin{tasks}[style=itemize](1)
\task \textbf{NAWCAD Enginnering Intern} \hfill May 20, 2024 - July 26, 2024
\begin{itemize}
\item Me and 2 other interns worked with Software Defined Radios (SDR's) by using GNU Radio and also Python. I personally worked on Reed Solomon Encoding.
\end{itemize}
\task \textbf{Tutor} $|$ Virginia Tech Student Success Center \hfill Aug 2023 - May 2024
\begin{itemize}
\item I tutored CS-1114, CS-2114, ENGE-1215, ENGE-1216, MATH-1225, and MATH-1214.
\end{itemize}
\task \textbf{LifeGuard and Pool Operator} $|$ Landings at Piney Point HOA \hfill 2021 - 2022
\end{tasks}
\begin{center}
\begin{tblr}{width=\textwidth, cells={halign=c,valign=m,font=\large\bfseries}, colspec={X[c]}, hline{2}={solid,1pt}}
Education
\end{tblr}
\end{center}
\begin{tasks}[style=itemize](2)
\task {\textbf{Virginia Tech}
\begin{itemize}
\item Majoring in Computer Science
\item Majoring in Applied Discrete Mathematics
\item Aug, 2022 - May 2026
\item CS Squared Member
\item Current GPA: 3.68
\item Blacksburg VA
\end{itemize}}
\task {\textbf{Leonardtown High School}
\begin{itemize}
\item Graduated 2022
\item Weighted GPA: 3.7381
\item Non Weighted GPA: 3.5
\item 9 AP Courses
\end{itemize}}
\task {\textbf{Dr. James A. Forrest Career \& Technology Center}
\begin{itemize}
\item Certificate of Excellence in Engineering 2022
\end{itemize}}
\end{tasks}
\begin{small}
\end{small}
\end{flushleft}
\end{document}