Cómo insertar un ícono que tiene un enlace incrustado, que se abre en una nueva pestaña

Cómo insertar un ícono que tiene un enlace incrustado, que se abre en una nueva pestaña

Estoy intentando tener un icono de github con un enlace que, al presionarlo, abrirá el enlace. Esto es lo que tengo hasta ahora, tengo el ícono pero cuando hago clic en él, el enlace no se abre.

ingrese la descripción de la imagen aquí

Este es mi 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}

Respuesta1

Usando

\usepackage{hyperref}

Una solución es

\href{your URL}{\faGithub}

o también

\hyperref[your URL]{\faGithub}

o también

\hyperlink{your URL}{\faGithub}

donde se toma su URL de la página de GitHub de su proyecto

  • Botón de código (en verde)
  • Botón Copiar para HTTPS, SSH o Github CLI

información relacionada