如何插入带有嵌入链接的图标,该链接在新选项卡中打开

如何插入带有嵌入链接的图标,该链接在新选项卡中打开

我正在尝试制作一个带有链接的 GitHub 图标,按下该图标即可打开链接。这是我目前所拥有的,我有图标,但当我单击它时,链接不会打开。

在此处输入图片描述

这是我的乳胶

\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}

答案1

使用

\usepackage{hyperref}

解决方案是

\href{your URL}{\faGithub}

或者

\hyperref[your URL]{\faGithub}

或者

\hyperlink{your URL}{\faGithub}

你的 URL 取自你的项目的 GitHub 页面

  • 代码按钮(绿色)
  • HTTPS、SSH 或 Github CLI 的复制按钮

相关内容