feat: Moves ansible stuff into .ansible, adds setup to Makefile to link relevant files

This commit is contained in:
2024-11-23 21:25:39 -05:00
parent c06697f3b1
commit 048b032b7f
21 changed files with 481 additions and 46 deletions

View File

@@ -1,24 +0,0 @@
% customize the footer
\usepackage{fancyhdr}
\pagestyle{fancy}
% clear all footers
\fancyfoot{}
% clear all headers
\fancyhead{}
% change font size on footer.
\newcommand{\changefont}{%
\fontsize{8}{10}\selectfont
}
% NOTE: What is displayed in the footer of each page.
\fancyfoot[LE,LO]{
\href{${COMPANY_WEBSITE}}
{\changefont\textbf{
${COMPANY_WEBSITE_DISPLAY}
}}
}
\fancyfoot[RE,RO]{\textbf{
\changefont{
Phone: \href{tel:${COMPANY_PHONE}}{\color{orange}${COMPANY_PHONE}}
}
}}