diff --git a/moderncv.cls b/moderncv.cls index 4cf678e..e504895 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -276,6 +276,7 @@ % - "youtube" % - "tiktok" % - "instagram" +% - "soundcloud" % - "steam % - "xbox" % - "playstation" @@ -307,6 +308,7 @@ \ifthenelse{\equal{#1}{youtube}} {\collectionadd[youtube]{socials} {\protect\httpslink[#3]{youtube.com/#3}}} {}% \ifthenelse{\equal{#1}{tiktok}} {\collectionadd[tiktok]{socials} {\protect\httpslink[#3]{tiktok.com/@#3}}} {}% \ifthenelse{\equal{#1}{instagram}} {\collectionadd[instagram]{socials} {\protect\httpslink[#3]{instagram.com/#3}}} {}% + \ifthenelse{\equal{#1}{soundcloud}} {\collectionadd[soundcloud]{socials} {\protect\httpslink[#3]{soundcloud.com/#3}}} {}% \ifthenelse{\equal{#1}{steam}} {\collectionadd[steam]{socials} {\protect\httpslink[#3]{steamcommunity.com/id/#3}}} {}% \ifthenelse{\equal{#1}{xbox}} {\collectionadd[xbox]{socials} {\protect\httpslink[#3]{account.xbox.com/profile?gamertag=#3}}} {}% \ifthenelse{\equal{#1}{playstation}} {\collectionadd[playstation]{socials} {#3}} {}% @@ -371,6 +373,7 @@ \newcommand*{\youtubesocialsymbol} {} \newcommand*{\tiktoksocialsymbol} {} \newcommand*{\instagramsocialsymbol} {} +\newcommand*{\soundcloudsocialsymbol} {} \newcommand*{\steamsocialsymbol} {} \newcommand*{\xboxsocialsymbol} {} \newcommand*{\playstationsocialsymbol} {} diff --git a/moderncviconsawesome.sty b/moderncviconsawesome.sty index 26fc7b1..54da179 100644 --- a/moderncviconsawesome.sty +++ b/moderncviconsawesome.sty @@ -53,6 +53,7 @@ \renewcommand*{\youtubesocialsymbol} {{\small\faYoutube}~} \renewcommand*{\tiktoksocialsymbol} {{\small\faTiktok}~} \renewcommand*{\instagramsocialsymbol} {{\small\faInstagram}~} +\renewcommand*{\soundcloudsocialsymbol} {{\small\faSoundcloud}~} \renewcommand*{\steamsocialsymbol} {{\small\faSteam}~} \renewcommand*{\xboxsocialsymbol} {{\small\faXbox}~} \renewcommand*{\playstationsocialsymbol} {{\small\faPlaystation}~} diff --git a/moderncviconsletters.sty b/moderncviconsletters.sty index 961e99a..a25b03f 100644 --- a/moderncviconsletters.sty +++ b/moderncviconsletters.sty @@ -51,6 +51,7 @@ \renewcommand*{\youtubesocialsymbol} {\textbf{yt}~} \renewcommand*{\tiktoksocialsymbol} {\textbf{tok}~} \renewcommand*{\instagramsocialsymbol} {\textbf{insta}~} +\renewcommand*{\soundcloudsocialsymbol} {\textbf{sc}~} \renewcommand*{\steamsocialsymbol} {\textbf{st}~} \renewcommand*{\xboxsocialsymbol} {\textbf{xb}~} \renewcommand*{\playstationsocialsymbol} {\textbf{psn}~} diff --git a/template.tex b/template.tex index cd1ab65..e65638a 100644 --- a/template.tex +++ b/template.tex @@ -80,6 +80,8 @@ \social[tiktok]{jdoe} % optional, remove / comment the line if not wanted \social[instagram]{jdoe} % optional, remove / comment the line if not wanted +\social[soundcloud]{jdoe} % optional, remove / comment the line if not wanted + \social[steam]{jdoe} % optional, remove / comment the line if not wanted \social[xbox]{jdoe} % optional, remove / comment the line if not wanted \social[playstation]{jdoe} % optional, remove / comment the line if not wanted