如何插入具有嵌入連結的圖標,該連結會在新選項卡中打開

如何插入具有嵌入連結的圖標,該連結會在新選項卡中打開

我正在嘗試創建一個帶有連結的 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 的複製按鈕

相關內容