[Tex/LaTex] Add careers stackoverflow icon in awesome CV

fontawesometemplates

I'm using the Awesome-CV, When I added my Linkedin, and github icon and URL. Just I add the name as the following:

\github{mohamedyakout}
\linkedin{mohamedyakout}

It's working fine. Can anyone help me to add URL of my resume on careers.stackoverflow ?

Best Answer

I'm an author of AwesomeCV.

You can find \stackoverflow{SO-id}{SO-name} on LaTeX template. Use this command with two variables(SO-id, SO-name) to display your stackoverflow icon and url.

P.S) Your profile link for stackoverflow is: https://tex.stackexchange.com/users/61689/mohamed-yakout

Then, your SO-id is '61689' and SO-name is 'mohamed-yakout'.

Good luck!