Skip to content

Commit d627de7

Browse files
committed
make changes to normal format to fit three experiences
1 parent 3cf4f1b commit d627de7

File tree

5 files changed

+70
-40
lines changed

5 files changed

+70
-40
lines changed

altacv.cls

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
% \RequirePackage{marginfix}
114114

115115
\setlength{\parindent}{0pt}
116-
\newcommand{\divider}{\textcolor{body!30}{\hdashrule{\linewidth}{0.6pt}{0.5ex}}\medskip}
116+
\newcommand{\divider}{\textcolor{body!30}{\hdashrule[0.75ex]{\linewidth}{0.6pt}{0.5ex}}}
117117

118118
\newenvironment{fullwidth}{%
119119
\begin{adjustwidth}{}{\dimexpr-\marginparwidth-\marginparsep\relax}}
@@ -306,15 +306,22 @@
306306

307307
% v1.1.4: fixes inconsistent font size
308308
\newcommand{\cvevent}[6]{%
309-
{\large\color{emphasis}#1}
310-
\normalsize\smallskip\par
311-
\ifstrequal{#2}{}{}{
312-
\textbf{\color{accent}#2}
313-
\par
314-
\smallskip}
315-
\ifstrequal{#3}{}{}{{\small\makebox[0.25\linewidth][l]{\faCalendar~#3}}}%
316-
\ifstrequal{#4}{}{}{{\small\makebox[0.25\linewidth][l]{\faMapMarker~#4}}}%\par
317-
\smallskip\normalsize
309+
\makebox[0.5\linewidth][l]{
310+
{\large\color{emphasis}#1}
311+
}
312+
\makebox[0.5\linewidth][r]{
313+
\makebox[0.25\linewidth][l]{\ifstrequal{#3}{}{}{{\small\faCalendar~#3}}}
314+
\makebox[0.25\linewidth][l]{\ifstrequal{#4}{}{}{{\small\faMapMarker~#4}}}
315+
%\makebox[0.25\linewidth][l]{\ifstrequal{#4}{}{}{{\small\faMapMarker~#4}}}
316+
}
317+
\normalsize
318+
\makebox[0.5\linewidth][l]{
319+
\ifstrequal{#2}{}{}{\textbf{\color{accent}#2}}
320+
}
321+
\makebox[0.5\linewidth][r]{
322+
%\makebox[0.25\linewidth][l]{\ifstrequal{#3}{}{}{{\small\faCalendar~#3}}}
323+
}
324+
\normalsize
318325
}
319326

320327
\newcommand{\cvachievement}[3]{%

matthew_oley_resume.pdf

776 Bytes
Binary file not shown.

matthew_oley_resume.tex

Lines changed: 46 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -153,28 +153,28 @@
153153

154154
\cvevent{Software Engineering Co-Op}{Benco Dental}{Jun 2025 --- Aug 2025}{Pittston, PA}{}{}
155155
\begin{itemize}
156-
\item Improved efficiency of production systems by altering SQL procedures and data mappings.
156+
\item Improved efficiency of production systems by 20\% by altering SQL procedures and data mappings.
157157
\item Implemented React components that eagerly load and render data from parallel API calls.
158158
\item Developed in-house scripts to generate entity framework configurations from existing database schemas.
159-
\item Wrote unit tests and functional tests for all contributed code.
159+
%\item Wrote unit tests and functional tests for all contributed code.
160160
\end{itemize}
161161

162-
%\divider
162+
\divider{}
163163

164-
%\cvevent{Software Development Co-Op}{Emerson Electric Professional Tools Software Solutions}{Aug 2024 --- Nov 2024}{Elyria, OH}{}{}
165-
%\begin{itemize}
166-
%\item Developed and unit tested development tasks in .net framework.
164+
\cvevent{Software Development Co-Op}{Emerson Electric Professional Tools Software Solutions}{Aug 2024 --- Nov 2024}{Elyria, OH}{}{}
165+
\begin{itemize}
166+
\item Developed and unit tested development tasks in .net framework.
167167
%\item Participated in requirements gathering and breakdown sessions with marketing and development teams.
168-
%\item Designed and Edited MSSQL stored prodecures and DBMS configurations.
169-
%\item Brought website pages into compliance with modern web standards and ADA guidelines.
170-
%\end{itemize}
168+
\item Designed and Edited MSSQL stored procedures and DBMS configurations.
169+
\item Brought website pages into compliance with modern web standards and ADA guidelines.
170+
\end{itemize}
171171

172172
\divider{}
173173

174174
\cvevent{Software Engineer}{Booz Allen Hamilton}{Jun 2024 --- Aug 2024}{Annapolis Junction, MD}{}{}
175175
\begin{itemize}
176176
\item Developed a machine-learning-driven audio processing and analysis platform for acoustic keylogging.
177-
\item Designed and implemented responsive mobile-first user interface.
177+
%\item Designed and implemented responsive mobile-first user interface.
178178
\item Leveraged automated testing, CI/CD, and containerization to engineer performant and maintainable code.
179179
\item Presented capability to company executives with a live demonstration.
180180
\end{itemize}
@@ -215,14 +215,14 @@
215215
\\\smallskip
216216
\cvtag{JavaScript}
217217
\cvtag{TypeScript}
218+
\cvtag{Python}
218219
\cvtag{C\#}
220+
\cvtag{C/C++}
221+
\cvtag{Java}
219222
\cvtag{HTML}
220223
\cvtag{CSS}
221224
\cvtag{SASS}
222-
\cvtag{Java}
223-
\cvtag{Python}
224225
\cvtag{Rust}
225-
\cvtag{C/C++}
226226
%\\\smallskip
227227
%\cvtag{Communication}
228228
%\cvtag{Problem-solving}
@@ -231,23 +231,46 @@
231231

232232
\cvsection{Projects}
233233

234+
\cvproject{Online Grimoire}{Personal Project}{}
235+
\github{mroley1/Online-Grimoire} \\\smallskip
236+
Web tool to emulate the game board of the social deduction game \href{https://bloodontheclocktower.com/}{Blood on the Clocktower}\@. Built using vanilla JavaScript and CSS and deployed on an OKD Kubernetes cluster\@.
237+
238+
\divider{}
239+
234240
\cvproject{Twilight}{Ongoing Personal Project}{}
235241
\github{mroley1/twilight} \\\smallskip
236-
A Dungeons and Dragons map creation tool that enables a user to occlude parts of the map during gameplay\@. Made with Angular 18.2\@.
242+
A Dungeons and Dragons map creation tool that enables a user to occlude parts of the map during gameplay\@.% Made with Angular 18.2\@.
237243

238244
\divider{}
239245

240-
\cvproject{Online Grimoire}{Personal Project}{}
241-
\github{mroley1/Online-Grimoire} \\\smallskip
242-
Web tool to emulate the game board of the social deduction game \href{https://bloodontheclocktower.com/}{Blood on the Clocktower}\@. Built using vanilla JavaScript and CSS and deployed on an OKD Kubernetes cluster\@.
246+
\cvproject{Clocktower}{Ongoing Personal Project}{}
247+
\github{mroley1/clocktower} \\\smallskip
248+
Rewrite of Online Grimoire to support more online features,
249+
higher stability and more intuitive controls\@. Built around
250+
React with a custom data model to improve efficiency\@.
243251

244-
\divider{}
252+
%\divider{}
253+
254+
%\cvproject{Personal Website}{Personal Project}{}
255+
%\github{mroley1/mroley1.github.io} \\\smallskip
256+
%Website written in vanilla HTML, JavaScript, and CSS\@.
257+
%Used to promote myself and showcase my experience
258+
%and projects\@.
259+
260+
%\divider{}
261+
262+
%\cvproject{Dots}{Personal Project}{}
263+
%\github{mroley1/dots} \\\smallskip
264+
%Script that converts images into an ASCII representation based
265+
%on contrast using braille characters\@.
266+
267+
%\divider{}
268+
269+
%\cvproject{Pong-Web}{Personal Project}{}
270+
%\github{mroley1/pong-web} \\\smallskip
271+
%Interactive website written in vanilla HTML, JavaScript, and CSS\@.
272+
%Demonstrates modualar JavaScript principles and web API usage\@.
245273

246-
\cvproject{Personal Website}{Personal Project}{}
247-
\github{mroley1/mroley1.github.io} \\\smallskip
248-
Website written in vanilla HTML, JavaScript, and CSS\@.
249-
Used to promote myself and showcase my experience
250-
and projects\@.
251274

252275

253276
%\cvproject{Status Dashboard}{Personal Project}{}
6 Bytes
Binary file not shown.

versions/long/matthew_oley_resume.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,14 @@
224224
\\\smallskip
225225
\cvtag{JavaScript}
226226
\cvtag{TypeScript}
227+
\cvtag{Python}
227228
\cvtag{C\#}
229+
\cvtag{C/C++}
230+
\cvtag{Java}
228231
\cvtag{HTML}
229232
\cvtag{CSS}
230233
\cvtag{SASS}
231-
\cvtag{Java}
232-
\cvtag{Python}
233234
\cvtag{Rust}
234-
\cvtag{C/C++}
235235
\\\smallskip
236236
\cvtag{Communication}
237237
\cvtag{Problem-solving}
@@ -258,7 +258,7 @@
258258
\item Wrote unit tests and functional tests for all contributed code.
259259
\end{itemize}
260260

261-
\divider
261+
\divider{}
262262

263263
\cvevent{Software Development Co-Op}{Emerson Electric Professional Tools Software Solutions}{Aug 2024 --- Nov 2024}{Elyria, OH}{}{}
264264
\begin{itemize}
@@ -278,17 +278,17 @@
278278
\item Presented capability to company executives with a live demonstration.
279279
\end{itemize}
280280

281-
\divider
281+
\divider{}
282282

283283
\cvevent{Carpenter / Electrician}{National Technical Institute for the Deaf --- Department for Performing Arts}{Jan 2023 --- Present}{Rochester, NY}{}{}
284284
\begin{itemize}
285285
\item Worked independently and collaboratively on multiple woodworking projects.
286286
\item Learned basic sign language in order to communicate with deaf co-workers.
287287
\item Assisted senior lighting and sound designers set up and run theatre productions.
288-
\item Coordinated back-stage operations two variety shows as a stage manager.
288+
\item Coordinated back-stage operations for two variety shows as a stage manager.
289289
\end{itemize}
290290

291-
\divider
291+
\divider{}
292292

293293
\cvevent{Information Technology Specialist}{Dallas School District}{Feb 2020 --- August 2023}{Dallas, PA}{}{}
294294
\begin{itemize}

0 commit comments

Comments
 (0)