summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-30 16:57:50 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-30 17:05:13 -0500
commitb2fb3e25b33ee7cca13310c5003319bb28dc2f8f (patch)
tree088f0abc4916a4f9b50be6a87dbc5829dad6eb6e /src
parent279c92acc4a003de9e0d2332e05e2dba34238418 (diff)
feat(projects): add urls to projects
Diffstat (limited to 'src')
-rw-r--r--src/sections/preamble.tex2
-rw-r--r--src/sections/projects.tex10
2 files changed, 8 insertions, 4 deletions
diff --git a/src/sections/preamble.tex b/src/sections/preamble.tex
index 440cef6..1cfa092 100644
--- a/src/sections/preamble.tex
+++ b/src/sections/preamble.tex
@@ -8,6 +8,7 @@
\usepackage{lipsum}
\setlength{\hintscolumnwidth}{2.8cm}
+\newcommand*{\sourcehutsocialsymbol}{{\faIcon[regular]{circle}}~}
\title{Curriculum Vitae}
@@ -17,3 +18,4 @@
\mobile{217.617.3424}
\social[linkedin]{tobyvin}
\social[github]{tobyvin}
+\social[sourcehut][sr.ht/~tobyvin]{tobyvin}
diff --git a/src/sections/projects.tex b/src/sections/projects.tex
index e76c128..d321ec6 100644
--- a/src/sections/projects.tex
+++ b/src/sections/projects.tex
@@ -1,21 +1,23 @@
\section{Projects}
-\cventry{2021--Present}{Zone}{Lightweight container management system}{}{}
+\cventry{2021--Present}{\httplink[Zone]{sr.ht/~tobyvin/zone/}}{Lightweight container management system}{}{}
{
\begin{itemize}
- \item Written in Rust
\item Management API via HTTP server
\item Interactive terminal sessions into containers via WebSocket
+ \item Written in Rust
\end{itemize}
+ Source: \url{https://sr.ht/~tobyvin/zone}
}
-\cventry{2020--2021}{SocketNews}{Client-Server News Network}{}{}
+\cventry{2020--2021}{\httplink[SocketNews]{sr.ht/~tobyvin/socketnews/}}{Client-Server News Network}{}{}
{
\begin{itemize}
- \item Written in Python
\item Decentralized mesh network of multithreaded servers
\item Fully implements the \httplink[RFC 3977]{datatracker.ietf.org/doc/html/rfc3977} specification
+ \item Written in Python
\end{itemize}
+ Source: \url{https://sr.ht/~tobyvin/socketnews}
}
\cventry{2017--Present}{Home Lab}{}{}{}