mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added a command to showcase social accounts
This commit is contained in:
parent
a2335f76be
commit
77055475f6
16 changed files with 303 additions and 64 deletions
|
|
@ -23,17 +23,20 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% symbols definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\renewcommand*{\labelitemi} {\strut\textcolor{color1}{\tiny\faCircleBlank}}
|
||||
%\renewcommand*{\labelitemii} {\strut\textcolor{color1}{\large\bfseries-}} % no change from default in moderncv.cls
|
||||
%\renewcommand*{\labelitemiii} {\strut\textcolor{color1}{\rmfamily\textperiodcentered}}% no change from default in moderncv.cls
|
||||
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
||||
\renewcommand*{\labelitemi} {\strut\textcolor{color1}{\tiny\faCircleBlank}}
|
||||
%\renewcommand*{\labelitemii} {\strut\textcolor{color1}{\large\bfseries-}} % no change from default in moderncv.cls
|
||||
%\renewcommand*{\labelitemiii} {\strut\textcolor{color1}{\rmfamily\textperiodcentered}}% no change from default in moderncv.cls
|
||||
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
||||
|
||||
\renewcommand*{\addresssymbol} {}
|
||||
\renewcommand*{\mobilephonesymbol}{{\Large\faMobilePhone}~}
|
||||
\renewcommand*{\fixedphonesymbol} {\faPhone~}
|
||||
\renewcommand*{\faxphonesymbol} {\faPrint~} % alternative: \faFileAlt
|
||||
\renewcommand*{\emailsymbol} {\faEnvelope~} % alternative: \faInbox
|
||||
\renewcommand*{\homepagesymbol} {\faGlobe~} % alternative: \faHome
|
||||
\renewcommand*{\addresssymbol} {}
|
||||
\renewcommand*{\mobilephonesymbol} {{\Large\faMobilePhone}~}
|
||||
\renewcommand*{\fixedphonesymbol} {\faPhone~}
|
||||
\renewcommand*{\faxphonesymbol} {\faPrint~} % alternative: \faFileAlt
|
||||
\renewcommand*{\emailsymbol} {\faEnvelope~} % alternative: \faInbox
|
||||
\renewcommand*{\homepagesymbol} {\faGlobe~} % alternative: \faHome
|
||||
\renewcommand*{\linkedinsocialsymbol}{\faLinkedinSign~} % alternative: \faLinkedin
|
||||
\renewcommand*{\twittersocialsymbol} {\faTwitter~}
|
||||
\renewcommand*{\githubsocialsymbol} {\faGithub~}
|
||||
|
||||
|
||||
\endinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue