posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.12k stars 4.79k forks source link

Embed links in text #45

Closed amtrivedi91 closed 8 years ago

amtrivedi91 commented 8 years ago

Under the Writing Section how do I link the Facebook Page written in red to an actual facebook page?

johannesbottcher commented 8 years ago

With package hyperref, which is already loaded by the class. By default, links are hidden, though.

amtrivedi91 commented 8 years ago

Thanks for your response @johannesbottcher , can you give a quick example?

johannesbottcher commented 8 years ago

Ugly but quick: {\color{red}\href{https://github.com/posquit0/Awesome-CV/issues/45}{This is not Facebook}}

amtrivedi91 commented 8 years ago

Thanks a lot @johannesbottcher works for me :)