新しいタブで開く埋め込みリンクを持つアイコンを挿入する方法

新しいタブで開く埋め込みリンクを持つアイコンを挿入する方法

押すとリンクが開くリンク付きの 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 のコピー ボタン

関連情報