Skip to content

Commit f72685d

Browse files
committed
Better display of projects
1 parent d51ea6a commit f72685d

2 files changed

Lines changed: 31 additions & 56 deletions

File tree

template.jinja

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,9 @@
164164
\begin{cvachievements}
165165
\setlength{\itemsep}{0mm}
166166
{%- for proj in projects %}
167-
\item {
168-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
169-
\href{ {{ proj.url | latex_escape }} }{\textbf{ {{ proj.name | latex_escape }} }}
170-
- {{ proj.description | latex_escape }} \href{ {{ proj.url | latex_escape }} }{\scriptsize\color{lightgray}\faLink}
171-
&
172-
\href{https://github.com/{{ proj.github | latex_escape }}}{\faGithub\ {{ proj.github | latex_escape }}} \\
173-
\end{tabular*}
167+
\item {\hspace{-5pt}
168+
\textbf{ {{ proj.name | latex_escape }} } ({{ proj.stars | latex_escape }} \raisebox{0.5pt}{\scriptsize\faStar}) \href{ {{ proj.url | latex_escape }} }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/{{ proj.github | latex_escape }}}{\hspace{1pt}\faGithub\ {{ proj.github | latex_escape }}}\\
169+
{{ proj.description | latex_escape }}
174170
}
175171
{%- endfor %}
176172
\end{cvachievements}

tex/resume.tex

Lines changed: 28 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,13 @@
6969
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7070

7171
\begin{cvpersonalstatement}
72-
\item { I\textquotesingle{}m a builder at heart. I care about clean, simple software that\textquotesingle{}s fast,
73-
secure, accessible—and actually helps people.
74-
Over the years, I\textquotesingle{}ve led teams, shipped products used by millions,
75-
modernised ageing systems, and helped engineers grow.
76-
I believe in open source, protecting user privacy, and leaving things better
77-
than I found them.
78-
I like working with kind, curious people who want to do great work and have a
79-
little fun along the way.
72+
\item { I help organisations turn complex technical challenges into simple,
73+
scalable solutions that make a real difference for users and teams.
74+
I\textquotesingle{}ve led multi-team organisations, modernised large-scale systems,
75+
and built high-performance cultures grounded in openness, inclusion,
76+
and technical excellence.
77+
I\textquotesingle{}m passionate about open source, user privacy, and leaving a lasting
78+
impact at both company and community level.
8079
}
8180
\end{cvpersonalstatement}
8281

@@ -93,9 +92,9 @@
9392
{}
9493
{ November 2024 – Present }
9594
{\begin{cvitems}
96-
\item { Led accessibility strategy ahead of the European Accessibility Act by building lova11y, a site-wide scanning tool that logs and categorises violations into BigQuery and Looker, enabling measurable progress across teams. }
97-
\item { Contributed to core web infrastructure (Kubernetes, Terraform), worked closely with vendors like Fastly and DataDome, and delivered improvements in site performance and reliability. }
98-
\item { As learning champion, I created resources and pathways to foster continuous learning, mentoring, and upskilling across the engineering org. }
95+
\item { Spearheaded accessibility strategy ahead of European Accessibility Act, building site-wide scanning and reporting platform, and then coordinating remediation across 6 teams. }
96+
\item { Strengthened infrastructure and reliability through Kubernetes/Terraform and vendor collaboration (Fastly, DataDome). }
97+
\item { Served as learning champion, establishing resources, learning pathways and fostering continuous upskilling and mentorship across the engineering department. }
9998
\end{cvitems}}
10099
\cventry
101100
{ Principal Engineer }
@@ -190,11 +189,11 @@
190189
\vspace{0.5mm}
191190
\begin{cvachievements}
192191
\setlength{\itemsep}{0mm}
193-
\item { Top 100 GitHub developer worldwide (70k+ stars) \href{ https://gitstar-ranking.com/Lissy93 }{\scriptsize\color{lightgray}\faLink} }
194-
\item { 10M+ Docker pulls for my open-source projects \href{ https://hub.docker.com/u/lissy93 }{\scriptsize\color{lightgray}\faLink} }
192+
\item { Top female developer on GitHub worldwide (out of 100m users) \href{ https://gitstar-ranking.com/Lissy93 }{\scriptsize\color{lightgray}\faLink} }
193+
\item { 10M+ Docker downloads across my open-source projects \href{ https://hub.docker.com/u/lissy93 }{\scriptsize\color{lightgray}\faLink} }
195194
\item { 10+ global hackathon wins, demonstrating rapid innovation \href{ https://notes.aliciasykes.com/p/0s5s3uOtKj }{\scriptsize\color{lightgray}\faLink} }
196195
\item { 1M+ lines of code authored, maintainer of 100+ repos, powering 1M+ annual unique users \href{ https://codestats.net/users/alicia }{\scriptsize\color{lightgray}\faLink} }
197-
\item { 10k+ subscribers on DEV.to blog, and 5k+ followers on X, GitHub, LinkedIn \href{ https://dev.to/lissy93 }{\scriptsize\color{lightgray}\faLink} }
196+
\item { 10k+ subscribers on DEV.to blog demonstrating community impact and reach \href{ https://dev.to/lissy93 }{\scriptsize\color{lightgray}\faLink} }
198197
\item { Top 1\% contributor on StackOverflow \href{ https://stackoverflow.com/users/979052/alicia-sykes }{\scriptsize\color{lightgray}\faLink} }
199198
\end{cvachievements}
200199

@@ -222,45 +221,25 @@
222221
\vspace{0.5mm}
223222
\begin{cvachievements}
224223
\setlength{\itemsep}{0mm}
225-
\item {
226-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
227-
\href{ https://dashy.to }{\textbf{ Dashy }}
228-
- The self-hosted startpage for servers \href{ https://dashy.to }{\scriptsize\color{lightgray}\faLink}
229-
&
230-
\href{https://github.com/lissy93/dashy}{\faGithub\ lissy93/dashy} \\
231-
\end{tabular*}
224+
\item {\hspace{-5pt}
225+
\textbf{ Dashy } (20k \raisebox{0.5pt}{\scriptsize\faStar}) \href{ https://dashy.to }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/lissy93/dashy}{\hspace{1pt}\faGithub\ lissy93/dashy}\\
226+
Self-hosted dashboard deployed on 500k+ servers worldwide, driving adoption in enterprise and open-source communities
232227
}
233-
\item {
234-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
235-
\href{ https://web-check.xyz }{\textbf{ Web-Check }}
236-
- OSINT website scanner \href{ https://web-check.xyz }{\scriptsize\color{lightgray}\faLink}
237-
&
238-
\href{https://github.com/lissy93/web-check}{\faGithub\ lissy93/web-check} \\
239-
\end{tabular*}
228+
\item {\hspace{-5pt}
229+
\textbf{ Web-Check } (25k \raisebox{0.5pt}{\scriptsize\faStar}) \href{ https://web-check.xyz }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/lissy93/web-check}{\hspace{1pt}\faGithub\ lissy93/web-check}\\
230+
OSINT website scanner, with 100k MAU, widely used by security researchers and enterprises
240231
}
241-
\item {
242-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
243-
\href{ https://adguardian.as93.net/ }{\textbf{ AdGuardian }}
244-
- CLI DNS and traffic monitoring in the terminal \href{ https://adguardian.as93.net/ }{\scriptsize\color{lightgray}\faLink}
245-
&
246-
\href{https://github.com/lissy93/AdGuardian-Term}{\faGithub\ lissy93/AdGuardian-Term} \\
247-
\end{tabular*}
232+
\item {\hspace{-5pt}
233+
\textbf{ AdGuardian } (1k \raisebox{0.5pt}{\scriptsize\faStar}) \href{ https://adguardian.as93.net/ }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/lissy93/AdGuardian-Term}{\hspace{1pt}\faGithub\ lissy93/AdGuardian-Term}\\
234+
Rust-based CLI dashboard, for DNS and traffic monitoring in the terminal
248235
}
249-
\item {
250-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
251-
\href{ https://digital-defense.io/ }{\textbf{ Digital Defense }}
252-
- Comprehensive personal security assessment tool \href{ https://digital-defense.io/ }{\scriptsize\color{lightgray}\faLink}
253-
&
254-
\href{https://github.com/lissy93/personal-security-checklist}{\faGithub\ lissy93/personal-security-checklist} \\
255-
\end{tabular*}
236+
\item {\hspace{-5pt}
237+
\textbf{ Digital Defense } (18k \raisebox{0.5pt}{\scriptsize\faStar}) \href{ https://digital-defense.io/ }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/lissy93/personal-security-checklist}{\hspace{1pt}\faGithub\ lissy93/personal-security-checklist}\\
238+
Personal security assessment platform with 100k+ users, driving awareness of digital safety
256239
}
257-
\item {
258-
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
259-
\href{ https://domain-locker.com/ }{\textbf{ Domain Locker }}
260-
- All-in-one domain management and security platform \href{ https://domain-locker.com/ }{\scriptsize\color{lightgray}\faLink}
261-
&
262-
\href{https://github.com/lissy93/domain-locker}{\faGithub\ lissy93/domain-locker} \\
263-
\end{tabular*}
240+
\item {\hspace{-5pt}
241+
\textbf{ Domain Locker } (300 \raisebox{0.5pt}{\scriptsize\faStar}) \href{ https://domain-locker.com/ }{\scriptsize\color{lightgray}\faLink} \hfill \href{https://github.com/lissy93/domain-locker}{\hspace{1pt}\faGithub\ lissy93/domain-locker}\\
242+
Comprehensive domain management and security platform
264243
}
265244
\end{cvachievements}
266245

0 commit comments

Comments
 (0)