-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
46 lines (35 loc) · 1.15 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[letter,10pt]{article}
\usepackage[utf8]{inputenc}
%====================
% File: resume.tex
% Editor: https://github.com/TimmyChan
% https://www.linkedin.com/in/timmy-l-chan/
% Last Updated: Jan 7th, 2022
% Notes: All formatting is done in TLCresume.sty
% No need to touch that file.
% All actual content is in the sections/ folder.
%====================
\usepackage{TLCresume}
%====================
% CONTACT INFORMATION
%====================
\def\name{Brody Long} % Name Here
%\def\phone{(317) 833-3552}
\def\city{Fort Wayne, IN}
\def\email{[email protected]}
\def\LinkedIn{Brody-Long} % linkedin.com/in/______
\def\github{Brody-L} % github username
\def\role{Digital Forensics Intern} % JOB TITLE
\input{_header}
\begin{document}
\section {SUMMARY OF QUALIFICATIONS}
\input{sections/objective}
\section{EDUCATION \& PROFESSIONAL CERTIFICATION}
\input{sections/education}
\section{PROFESSIONAL EXPERIENCE}
\input{sections/experience}
\section {COMMUNITY INVOLVEMENT}
\input{sections/community}
\section {RECOGNITION \& ACHIEVEMENTS}
\input {sections/recognitions}
\end{document}