Como inserir um ícone que possui um link incorporado, que abre em uma nova aba

Como inserir um ícone que possui um link incorporado, que abre em uma nova aba

Estou tentando ter um ícone do github com um link que quando pressionado abrirá o link. É isso que tenho até agora, tenho o ícone mas quando clico nele o link não abre.

insira a descrição da imagem aqui

Este é o meu látex

\cvsection{Projects}
\item {\textbf{Resilient Classroom}
\extrainfo{\faGithub\href{https://github.com/Adib234/resilient_classroom}

\begin {itemize}
\item A \textbf{Flutter} app with \textbf{Firebase} that's a \textbf{Google Classroom clone} for kids with dyslexia 
\end {itemize}
\item {\textbf{Google CSSI-Coursera}} \extrainfo{\faGithub\href{https://github.com/Adib234/algorithms-on-graphs}


\begin {itemize}
\item Implemented \textbf{8+ graph algorithms} such as path-finding and social networks in \textbf{Python} demonstrating \textbf{data structure and algorithm proficiency}.
\end {itemize}

Responder1

Usando

\usepackage{hyperref}

Uma solução é

\href{your URL}{\faGithub}

ou também

\hyperref[your URL]{\faGithub}

ou também

\hyperlink{your URL}{\faGithub}

onde seu URL é retirado da página GitHub do seu projeto

  • Botão de código (em verde)
  • Botão Copiar para HTTPS, SSH ou Github CLI

informação relacionada