누르면 링크가 열리는 링크가 포함된 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}
프로젝트의 GitHub 페이지에서 URL을 가져온 위치
- 코드 버튼(녹색)
- HTTPS, SSH 또는 Github CLI용 복사 버튼