forked from NicolasOmar/AltaCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
316 lines (273 loc) · 11.8 KB
/
main.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.3, 10 May 2020) written by LianTze Lim ([email protected]). Now compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
% This fork/modified version has been made by Nicolás Omar González Passerino ([email protected], 15 Oct 2020)
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you need to pass whatever options to xcolor
\PassOptionsToPackage{dvipsnames}{xcolor}
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
%% Fork: CV dark mode toggle enabler to use a inverted color palette.
%% Use the "darkmode" option if you want a color palette used to
% \documentclass[10pt,a4paper,darkmode]{altacv}
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
%% AltaCV uses the fontawesome5 and academicons fonts
%% and packages.
%% See http://texdoc.net/pkg/fontawesome5 and http://texdoc.net/pkg/academicons for full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
% Change the page layout if you need to
\geometry{left=1.2cm,right=1.2cm,top=1cm,bottom=1cm,columnsep=0.75cm}
% The paracol package lets you typeset columns of text in parallel
\usepackage{paracol}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi
% Fork: Change the color codes to test your personal variant on any mode
\ifdarkmode%
\definecolor{PrimaryColor}{HTML}{0F52D9}
\definecolor{SecondaryColor}{HTML}{3F7FFF}
\definecolor{ThirdColor}{HTML}{F3890B}
\definecolor{BodyColor}{HTML}{ABABAB}
\definecolor{EmphasisColor}{HTML}{ABA2A2}
\definecolor{BackgroundColor}{HTML}{242424}
\else%
\definecolor{PrimaryColor}{HTML}{001F5A}
\definecolor{SecondaryColor}{HTML}{0039AC}
\definecolor{ThirdColor}{HTML}{F3890B}
\definecolor{BodyColor}{HTML}{666666}
\definecolor{EmphasisColor}{HTML}{2E2E2E}
\definecolor{BackgroundColor}{HTML}{E2E2E2}
\fi%
\colorlet{name}{PrimaryColor}
\colorlet{tagline}{PrimaryColor}
\colorlet{heading}{PrimaryColor}
\colorlet{headingrule}{ThirdColor}
\colorlet{subheading}{SecondaryColor}
\colorlet{accent}{SecondaryColor}
\colorlet{emphasis}{EmphasisColor}
\colorlet{body}{BodyColor}
\pagecolor{BackgroundColor}
% Change some fonts, if necessary
\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\small\bfseries}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
%% \addbibresource{sample.bib}
\begin{document}
\name{Ryan Shotwell}
\tagline{Web Developer}
%% You can add multiple photos on the left or right
\photoL{4cm}{profile}
\personalinfo{
\email{[email protected]}\smallskip
\phone{570-606-9885}
\location{Tunkhannock, PA}\\
\linkedin{ryanShotwell}
\github{ryanShotwell}
%\dev{johnDoe}
\homepage{ryanshotwell.com}
%\medium{nicolasomar}
%% You MUST add the academicons option to \documentclass, then compile with LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{0000-0000-0000-0000}
%% You can add your own arbtrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
}
\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
% \AtBeginEnvironment{itemize}{\small}
%% Set the left/right column width ratio to 6:4.
\columnratio{0.25}
% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
\begin{paracol}{2}
% ----- STRENGTHS -----
\cvsection{Strengths}
\cvtag{Analytical}
\cvtag{Problem Solving}
\cvtag{Organized}
\cvtag{Detailed}
\cvtag{Perfectionist}
\cvtag{Patience}
\cvtag{Prioritize}
\cvtag{Delegate}
\cvtag{Team Player}
\medskip
% ----- SKILLS -----
\cvsection{Skills}
\cvtag{HTML}
\cvtag{CSS}
\cvtag{JavaScript}
\cvtag{jQuery}
\cvtag{PHP}
\cvtag{MySQL}
\cvtag{MSSQL}
\medskip
\cvtag{Laravel}
\cvtag{Slim}
\cvtag{Xdebug}
\cvtag{Codeception}
\medskip
\cvtag{Apache}
\cvtag{NGINX}
\cvtag{Azure}
\cvtag{Windows}
\cvtag{RHEL}
\cvtag{Ubuntu}
\cvtag{Access}
\cvtag{Excel}
\cvtag{Word}
\medskip
\cvtag{Git}
\cvtag{GitHub}
\cvtag{Confluence}
\cvtag{Jira}
\cvtag{Bitbucket}
\cvtag{Bamboo}
\cvtag{Jenkins}
\cvtag{TeamCity}
\smallskip
% ----- INTERESTS -----
\cvsection{Interests}
\begin{itemize}
\item[]
\tree{Outdoors}
\item[]
\game{Gaming}
\item[]
\learn{Learning}
\item[]
\robot{AI}
\item[]
\house{Smart Home}
\end{itemize}
\divider
% ----- LANGUAGES -----
%\cvsection{Languages}
% \cvlang{Lang 1}{Native}\\
% \divider
% \cvlang{Lang 2}{Basic / A2}
%% Yeah I didn't spend too much time making all the
%% spacing consistent... sorry. Use \smallskip, \medskip,
%% \bigskip, \vpsace etc to make adjustments.
% \smallskip
% ----- REFERENCES -----
%\cvsection{References}
% \cvref{Mike Lott}{mike-l-192659157}
% \divider
% \cvref{Ref 2}{ref-2}
% \divider
% \cvref{Ref 3}{ref-3}
% \smallskip
% ----- MOST PROUD -----
% \cvsection{Most Proud of}
% \cvachievement{\faTrophy}{Fantastic Achievement}{and some details about it}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}
% \cvsection{A Day of My Life}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
% \wheelchart{1.5cm}{0.5cm}{%
% 6/8em/accent!30/{Sleep,\\beautiful sleep},
% 3/8em/accent!40/Hopeful novelist by night,
% 8/8em/accent!60/Daytime job,
% 2/10em/accent/Sports and relaxation,
% 5/6em/accent!20/Spending time with family
% }
% use ONLY \newpage if you want to force a page break for
% ONLY the current column
\newpage
%% Switch to the right column. This will now automatically move to the second
%% page if the content is too long.
\switchcolumn
% ----- ABOUT ME -----
\cvsection{About Me}
\begin{quote}
Web Developer with 4+ years of professional experience with developing user interfaces, crafting powerful features that increase functionality, automating tests, debugging, and optimization.
\end{quote}
\medskip
% ----- EXPERIENCE -----
\cvsection{Experience}
\cvevent{Web Developer }{| Jack Williams Tire Co.}{05/2018 -- Present}{Avoca, PA}
\begin{itemize}
\item Constructed integration between ERP, Routing, and WMS systems
\item Assisted in the migration to new ERP systems, including data exports and created a library to interface with Business Central ERP
\item Cut B2B e-commerce search times by 50\%
\item Implemented CI/CD pipelines and extensive documentation for dozens of projects
\item Designed QA systems that cut bug reports to near zero
\item Fixed bugs and implemented enhancements that improved functionality, increased productivity, and accelerated speed
\item In 2021, closed 487 issues, created 105 pages of documentation, and made 308 updates to existing documents.
\end{itemize}
\divider
\cvevent{IT Specialist }{| Jack Williams Tire Co.}{03/2018 -- 05/2018}{Avoca, PA}
\begin{itemize}
\item Answer support calls and tickets, troubleshooting, and assisted with small projects
\end{itemize}
\divider
\cvevent{Hardware Technician }{| C3i Healthcare Connections}{07/2014 -- 03/2018}{Pittston, PA}
\begin{itemize}
\item Troubleshooting, Data Backup/Restore & Configure Computers, Tablets, and Phones
\item Assisted in planning and executing several large projects
\item Created build and quality control documents
\item Tasked with creating a new, transactional database for the department
\begin{itemize}
\item Responsible for developing, testing, debugging, and documentation
\item Worked directly with various departments to increase efficiency and minimize mistakes
\end{itemize}
\end{itemize}
\medskip
% ----- EXPERIENCE -----
% ----- EDUCATION -----
\cvsection{Education}
%\cvevent{Title }{| Institution}{Mm YYYY -- Mm YYYY}{City, Country}
%\begin{itemize}
% \item GPA: 1,23
%\end{itemize}
%\divider
\cvevent{Bachelor of Science in Information Technology }{| Keystone College}{2009 -- 2013}{La Plume, PA}
% ----- EDUCATION -----
% ----- PROJECTS -----
%\cvsection{Projects}
% \cvevent{Project 1 }{\cvrepo{| \faGithub}{https://github.com/user/repo}\cvrepo{| \faGlobe}{https://repo-demo.com/}}{Mm YYYY -- Mm YYYY}{}
% \begin{itemize}
% \item Item 1
% \item Item 2
% \end{itemize}
% ----- PROJECTS -----
\end{paracol}
\end{document}