50 lines
1.4 KiB
TeX
50 lines
1.4 KiB
TeX
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{url}
|
|
\usepackage{parskip}
|
|
|
|
\RequirePackage{color}
|
|
\RequirePackage{graphicx}
|
|
\usepackage[usenames,dvipsnames]{xcolor}
|
|
\usepackage[scale=0.9]{geometry}
|
|
|
|
\usepackage{tabularx}
|
|
|
|
\usepackage{enumitem}
|
|
|
|
\newcolumntype{C}{>{\centering\arraybackslash}X}
|
|
|
|
\usepackage{supertabular}
|
|
\usepackage{tabularx}
|
|
\newlength{\fullcollw}
|
|
\setlength{\fullcollw}{0.47\textwidth}
|
|
|
|
\usepackage{titlesec}
|
|
\usepackage{multicol}
|
|
\usepackage{multirow}
|
|
|
|
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
|
|
\titlespacing{\section}{0pt}{10pt}{10pt}
|
|
|
|
\usepackage[style=authoryear,sorting=ynt, maxbibnames=2]{biblatex}
|
|
|
|
\usepackage[unicode, draft=false]{hyperref}
|
|
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
|
|
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour}
|
|
\addbibresource{citations.bib}
|
|
\setlength\bibitemsep{1em}
|
|
|
|
\usepackage{fontawesome5}
|
|
|
|
\begin{document}
|
|
|
|
\pagestyle{empty}
|
|
\begin{tabularx}{\linewidth}{@{} C @{}}
|
|
\Huge{Your Name} \\[7.5pt]
|
|
\href{https://github.com/username}{\raisebox{-0.05\height}\faGithub\ username} \ $|$ \
|
|
\href{https://linkedin.com/in/username}{\raisebox{-0.05\height}\faLinkedin\ username} \ $|$ \
|
|
\href{https://mysite.com}{\raisebox{-0.05\height}\faGlobe \ mysite.com} \ $|$ \
|
|
\href{mailto:email@mysite.com}{\raisebox{-0.05\height}\faEnvelope \ email@mysite.com} \ $|$ \
|
|
\href{tel:+000000000000}{\raisebox{-0.05\height}\faMobile \ +00.00.000.000} \\
|
|
\end{tabularx}
|
|
\end{document}
|