change how resume page is handled and add some testimonials

This commit is contained in:
2026-04-06 10:26:22 -07:00
parent e14261bf4d
commit 4f12d9c5ac
3 changed files with 38 additions and 13 deletions

View File

@ -1,6 +0,0 @@
---
layout: base.njk
---
{% css %}{% include "css/resume.css" %}{% endcss %}
{{ content | safe }}

View File

@ -43,3 +43,14 @@
.job li strong:not(a) {
color: var(--color-teal);
}
.testimonial {
font-style: italic;
text-align: right;
color: var(--color-teal);
/* reset some of the default bq styling */
border-left: none;
border-radius: 0;
background-color: transparent;
margin-top: 0;
}

View File

@ -1,7 +1,9 @@
---
title: resume
layout: resume.njk
layout: base.njk
---
{% css %}{% include "css/resume.css" %}{% endcss %}
<div class="resume">
<h1 class="centered upper">Lee Cattarin</h1>
@ -54,11 +56,28 @@ layout: resume.njk
</p>
<ul>
<li>
<strong>My Liberation Work Has Been Damn Ableist: A Landworker Memoir
(<a href="https://maze-pants.codeberg.page/"
target="_blank">maze-pants.codeberg.page</a>):</strong>
a web-friendly version of Maze's ~70 page zine, built as a single-page
static site.
<blockquote class="testimonial">
...a pleasure to work with. Ze pays close attention to detail, and
truly cares about making his creations accessible, including aspects
that I didnt even know to ask for. As a bonus ze is extremely quick
and responsive!
</blockquote>
</li>
<li>
<strong>Gryphon's Roost (<a href="https://gryphonsroost.xyz"
target="_blank">gryphonsroost.xyz</a>):</strong>
a major redesign and port of Gryphon's Wix site to an Eleventy and
TinaCMS blog.
<strong>Gryphon's Roost (<a href="https://gryphonsroost.xyz"
target="_blank">gryphonsroost.xyz</a>):</strong>
a major redesign and port of Gryphon's Wix site to an Eleventy and
TinaCMS blog.
<blockquote class="testimonial">I really appreciate your willingness/ability
to meet me where I was at as far as communication and such was. I
feel a lot more comfortable asking clarifying questions than I have
with others.</blockquote>
</li>
<li>
<strong>Mari Hsu (<a href="https://marihsu.com"
@ -75,8 +94,9 @@ layout: resume.njk
<li>
<strong>Beall Greenhouses (<a href="https://beall-greenhouses.com"
target="_blank">beall-greenhouses.com</a>):</strong>
a pure HTML/CSS/JS static site built from scratch for the Beall
Greenhouses artist studios and markets.
a home on the web for the Beall Greenhouses artist studios and markets,
originally pure HTML/CSS/JS before porting to Eleventy for longevity
and ease of maintenance.
</li>
</ul>
</div>