-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.tex
226 lines (182 loc) Β· 6.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
% Based (but completely redesigned) on Resume in Latex Template by Sourabh Bajaj
\documentclass[letterpaper, 10pt]{article}
% font
\usepackage[T1]{fontenc}
\usepackage[sfdefault]{noto}
% \usepackage[default]{raleway}
\pdfgentounicode=1
% packages
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{scrextend}
\usepackage{hyperref}
\usepackage[dvipsnames]{xcolor}
\usepackage{fontawesome}
\usepackage{setspace}
\usepackage{enumitem}
\usepackage{pagecolor}
\usepackage{ragged2e}
\usepackage[left=1cm,right=1cm,top=1.25cm,bottom=1.25cm]{geometry}
% custom
% command macros
\newcommand{\iconSpace}{\hspace{2px}}
\newcommand{\bulletSpace}{\vspace{-4pt}}
\newcommand{\hSpace}{\hspace{8px}}
\newcommand{\secStartSpace}{\vspace{3pt}}
\newcommand{\secEndSpace}{\vspace{5pt}}
\newcommand{\spaceCollapse}{\vspace{-2pt}}
% use the macro for work experience header
% arg 1 = header title
% arg 2 = position title (subtitle (in italics)
% arg 3 = date
\newcommand{\workHeader}[3]{
\noindent \large{\textbf{\textcolor{TextColor}{#1}}} \hfill \normalsize{#3}\vspace{2pt}\\
\textit{#2}\vspace{-2pt}
}
% use the macro for work experience subheader
\newcommand{\workSubHeader}[2]{
\noindent \textit{#1} \hfill \normalsize{#2}
\vspace{-2pt}
}
% use the macro for project header
\newcommand{\projectHeader}[3]{
\noindent\href{#2}{\large\textbf{#1}} \hfill \normalsize#3 \vspace{2pt}
}
% line spacing
% colors
% \definecolor{blue}{RGB}{14, 100, 237} % change the blue color if this one is not to your liking
\definecolor{PageColor}{HTML}{1b2333}
\definecolor{TextColor}{HTML}{c8d9da}
\definecolor{HeaderColor}{HTML}{eff7f8}
\definecolor{blue}{HTML}{eff7f8}
\definecolor{white}{HTML}{f0fafb}
\pagecolor{PageColor}
\color{TextColor}
\hypersetup{
colorlinks=true,
linkcolor=HeaderColor,
filecolor=HeaderColor,
urlcolor=TextColor,
}
% indent space
\titlespacing{\section}{0pt}{1px}{2ex}
% Sections formatting
\titleformat{\section}{
\vspace{-2pt}\raggedright\Large
}{}{0em}{}[\color{white}\titlerule \vspace{-5pt}]
% bolder
\newcommand{\boldlarger}[1]{{\large\textbf{\color{white}{#1}}}}
% \newcommand{\boldlarger}[1]{{\textbf{\color{white}{#1}}}}
\newcommand{\justlarge}[1]{{\large \textbf{#1}}}
\begin{document}
% ------------- header ------------- %
\begin{center}
{\Huge \textbf{Joe Smith}}\\
\vspace{1px}
\color{TextColor}
% "footnotes" (icon + link)
{
\color{white}
\faicon{linkedin} \iconSpace \href{https://www.linkedin.com/in/Joe-Smith/}{Joe-Smith}
\hfill
\href{mailto:joesmith@gmail.com}{joesmith@gmail.com} \vspace{2pt} \iconSpace \faicon{envelope}
}\\
{
\color{white}
\faicon{github} \iconSpace \href{https://github.com/Joe-Smith}{Joe-Smith}
\hfill
\href{https://joesmith.com/}{joesmith.com} \iconSpace \faicon{globe}
% \hSpace
% \faicon{map-marker} \iconSpace
% Regina, SK
}
\end{center}
\spaceCollapse
\spaceCollapse
% ------------- end header ------------- %
% ------------- work experience ------------- %
\section{\color{blue} \textbf{Work Experience}}
\secStartSpace
\begin{addmargin}[0.5em]{1em}
\workHeader{Joe's Garage}{Full-Stack Floor Cleaner}{May 2023 - Aug 2023}
\begin{itemize}
\item Helped clean the floors in a team of \justlarge{3}
\bulletSpace
\item Wrote \boldlarger{testable} and \boldlarger{well documented} code in Node.js/Nest.js backend and React frontend
\end{itemize}
\workHeader{Examplar 2}{Founder}{May 2022 - Jan 2023}
\begin{itemize}
\item Created an example for users, most don't understand
\bulletSpace
\item Created another example for users, most don't understand
\end{itemize}
\workSubHeader{Chair}{Sept 2021 - May 2022}
\begin{itemize}
\item Was literally a chair and productivity was up \justlarge{120\%}
\end{itemize}
\end{addmargin}
\secEndSpace
% ------------- end experience ------------- %
% ------------- projects ------------- %
\section{\color{blue} \textbf{Projects}}
\secStartSpace
\begin{addmargin}[0.5em]{1em}
% ------------- project 1 ------------- %
\projectHeader{Emoji Finder}{https://github.com/Joe-Smith}{Feb 2021 - Present}
\noindent A React application that finds the emojis you want via a search bar but better.
\vspace{8pt}
% ------------- end project 1 ------------- %
% ------------- project 2 ------------- %
\projectHeader{Emoji Finder 2}{https://github.com/Joe-Smith}{Feb 2021 - Present}
\noindent A React application that finds the emojis you want via a search bar but better
\spaceCollapse
\begin{itemize}
\item \textbf{Technology/Tools:} React, JavaScript, CSS, HTML
\bulletSpace
\item Source and working demo: \faicon{github} \href{https://github.com/Joe-Smith}{\underline{Joe-Smith.com/emojis-finder}}
\end{itemize}
% ------------- end project 2 ------------- %
\end{addmargin}
\secEndSpace
\secEndSpace
% ------------- end projects ------------- %
% ------------- education ------------- %
\section{\color{blue} \textbf{Education}}
\secStartSpace
\begin{addmargin}[0.5em]{1em}
\large\textbf{University of America}\hfill \normalsize{Sept 2019 - April 2023}\\
\setlength\parindent{1cm} B.Sc. Computing Science with Specialization
\end{addmargin}
\secEndSpace
\secEndSpace
% ------------- end education ------------- %
% ------------- skills ------------- %
\section{\color{blue} \textbf{Skills}}
\secStartSpace
\begin{addmargin}[0.5em]{1em}
\setstretch{1.125}
\noindent \textbf{Languages:} Python, JavaScript/TypeScript, CSS/SCSS, UwULang \\
\noindent \textbf{Technology:} AWS, Google Cloud Platform, Firebase, Git, Jenkins, Kubernetes, Unreal engine, Docker, Unity, Figma \\
\noindent \textbf{Libraries:} React, React Native, Django, Flask, Electron, Express, NestJS, Next.js, NodeJS, GraphQL, Tailwind
\end{addmargin}
\secEndSpace
\secEndSpace
% ------------- end skills ------------- %
% ------------- achievements ------------- %
\section{\color{blue} \textbf{Achievements}}
\secStartSpace
% for natHACKS specificially
\hypersetup{
colorlinks=true,
linkcolor=HeaderColor,
filecolor=HeaderColor,
urlcolor=HeaderColor,
}
\begin{addmargin}[0.5em]{1em}
\begin{itemize}[itemsep=-2.25pt, leftmargin=1.5em]
\item Joe Award \hfill Sept 2021 - Sept 2021
\item Top of the Class \hfill April 2014 - April 2019
\end{itemize}
\end{addmargin}
% ------------- end achievements ------------- %
\end{document}