-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
73 lines (59 loc) · 2.43 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
%!TEX encoding = UTF-8 Unicode
% LaTeX Template for CV/Resume
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letter paper' for US letter
\documentclass[11pt, letterpaper, draft]{resume-lib-v1.0.0}
% Configure page margins with geometry
\geometry{left=0.75in, top=0.75in, right=0.75in, bottom=0.75in, footskip=.5cm}
% Specify the location of the included fonts
\fontdir[fonts/]
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
\name{\textbf{Nguyen Huu Phuoc (Aris Nguyen)}}{}
\position{Senior Software Engineer}
\mobile{(84) 92 201 4745}
\email{[email protected]}
\linkedin{linkedin.com/in/phuocnguyenit97/}
\github{github.com/pnguyen215}
% Extra information
% \address{University, 100 University Dr, City, WA 11111}
% \homepage{www.mywebsite.com}
% \gitlab{my-gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twitterhandle}
% \skype{skype-id}
% \reddit{reddit-id}
% \extrainfo{extra informations}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with the above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{August 2024}
{Nguyen Huu Phuoc}
{\thepage}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify scope
% Comment out any sections that are not appropriate for your CV
%-------------------------------------------------------------------------------
\input{cv/summary}
\input{cv/technical-skills-v2}
% \input{cv/technical-skills}
% new page
\newpage
\input{cv/professional-experience}
\input{cv/education}
\input{cv/talent}
\input{cv/pastimes-activities}
%-------------------------------------------------------------------------------
\end{document}