update resume

This commit is contained in:
2019-09-11 15:43:11 +08:00
parent 99def57f4b
commit d391f61045
12 changed files with 349 additions and 143 deletions
+33 -21
View File
@@ -6,7 +6,7 @@
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <posquit0.bj@gmail.com>
% Claud D. Wong <posquit0.bj@gmail.com>
% http://www.posquit0.com
%
% Template license:
@@ -18,10 +18,10 @@
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
\documentclass[10pt, a4paper]{awesome-cv}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
\geometry{left=1.0cm, top=.8cm, right=1.0cm, bottom=1.8cm, footskip=.5cm}
% Specify the location of the included fonts
\fontdir[fonts/]
@@ -53,15 +53,15 @@
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
% \photo[rectangle,edge,right]{./examples/profile}
\name{Byungjin}{Park}
\position{Software Architect{\enskip\cdotp\enskip}Security Expert}
\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA}
\name{Ding Feng}{Wong}
\position{Software Engineer{\enskip\cdotp\enskip} AI \& ML Enthusiast}
\address{712A Jurong West Street 71, \#02-189, Singapore 641712}
\mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
\mobile{(+65) 9125-8064}
\email{dingfengwong@gmail.com}
% TODO \homepage{www.posquit0.com}
\github{TomatoCream}
% \linkedin{posquit0}
% \gitlab{gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
@@ -73,7 +73,7 @@
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."}
% \quote{``Be the change that you want to see in the world."}
%-------------------------------------------------------------------------------
@@ -87,7 +87,7 @@
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Byungjin Park~~~·~~~Résumé}
{Ding Feng Wong~~~·~~~Résumé}
{\thepage}
@@ -95,14 +95,26 @@
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\input{resume/summary.tex}
\input{resume/experience.tex}
\input{resume/honors.tex}
\input{resume/presentation.tex}
\input{resume/writing.tex}
\input{resume/committees.tex}
\input{resume/education.tex}
\input{resume/extracurricular.tex}
\begin{minipage}[t]{0.35\textwidth}
\input{resume/education.tex}
\input{resume/links.tex}
\input{resume/coursework.tex}
\input{resume/skills.tex}
\end{minipage}
\begin{minipage}[t]{0.01\textwidth}
\
\end{minipage}
\begin{minipage}[t]{0.64\textwidth}
\input{resume/summary.tex}
\input{resume/experience.tex}
\input{resume/projects.tex}
\input{resume/honors.tex}
\end{minipage}
%\input{resume/writing.tex}
%\input{resume/committees.tex}
%\input{resume/extracurricular.tex}
%\input{resume/presentation.tex}
%-------------------------------------------------------------------------------