resume: make links more visible

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2021-05-18 23:38:58 -04:00
parent 450c7123fb
commit 7124c661a0
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View file

@ -107,7 +107,7 @@
\par} \par}
\newcommand{\ProjectEntry}[4]{ % Similar to \EducationEntry \newcommand{\ProjectEntry}[4]{ % Similar to \EducationEntry
\noindent \textbf{\large #1} \noindent \textit{#3} \hfill {#2} \par \noindent {\large \textbf{#1} (\underline{\href{#2}{link}})} \noindent \textit{#3} \par
\vspace{0.5mm} \vspace{0.5mm}
\noindent #4 % Description \noindent #4 % Description
\par} \par}
@ -218,22 +218,22 @@ functionality into reusable components.
%%% ------------------------------------------------------------ %%% ------------------------------------------------------------
\NewPart{Projects}{} \NewPart{Projects}{}
\normalsize \normalsize
\ProjectEntry{\href{https://github.com/namansood/chip8-rust}{CHIP8-rust}}{} \ProjectEntry{CHIP8-rust}{https://github.com/namansood/chip8-rust}
{Rust} {Rust}
{Emulator for CHIP-8 microprocessor. Simulated behavior of machine instructions with {Emulator for CHIP-8 microprocessor. Simulated behavior of machine instructions with
Rust, created graphics in framebuffer.} Rust, created graphics in framebuffer.}
\vspace{2mm} \vspace{2mm}
\ProjectEntry{\href{https://github.com/namansood/prose}{Prose}}{} \ProjectEntry{Prose}{https://github.com/namansood/prose}
{Go} {Go}
{Markdown-powered blog. Developed custom HTTP server with hooks for web request logging, routing {Markdown-powered blog. Developed custom HTTP server with hooks for web request logging, routing
and error handling.} and error handling.}
\vspace{2mm} \vspace{2mm}
\ProjectEntry{\href{https://github.com/namansood/tsh}{Turtle Shell}}{} \ProjectEntry{Turtle Shell}{https://github.com/namansood/tsh}
{C, POSIX APIs} {C, POSIX APIs}
{Shell for Unix operating systems in C. Learned memory management, process management, {Shell for Unix operating systems in C. Learned memory management, process management,
and usage of POSIX interfaces. } and usage of POSIX interfaces. }
\vspace{2mm} \vspace{2mm}
\ProjectEntry{\href{https://github.com/namansood/cmdmap}{cmdmap}}{} \ProjectEntry{cmdmap}{https://github.com/namansood/prose}
{Node.js} {Node.js}
{Node module to map CLI programs to a JSON API. Designed abstraction over standard {Node module to map CLI programs to a JSON API. Designed abstraction over standard
library features for improved security.} library features for improved security.}