Ich versuche, ein GitHub-Symbol mit einem Link zu haben, der beim Klicken den Link öffnet. Das ist, was ich bisher habe: Ich habe das Symbol, aber wenn ich darauf klicke, öffnet sich der Link nicht.
Das ist mein Latex
\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}
Antwort1
Verwenden von
\usepackage{hyperref}
Eine Lösung ist
\href{your URL}{\faGithub}
oder auch
\hyperref[your URL]{\faGithub}
oder auch
\hyperlink{your URL}{\faGithub}
wobei Ihre URL von der GitHub-Seite Ihres Projekts übernommen wird
- Code-Schaltfläche (grün)
- Kopier-Button für die HTTPS-, SSH- oder Github-CLI