change how resume page is handled and add some testimonials
This commit is contained in:
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
layout: base.njk
|
|
||||||
---
|
|
||||||
{% css %}{% include "css/resume.css" %}{% endcss %}
|
|
||||||
|
|
||||||
{{ content | safe }}
|
|
||||||
@ -43,3 +43,14 @@
|
|||||||
.job li strong:not(a) {
|
.job li strong:not(a) {
|
||||||
color: var(--color-teal);
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: resume
|
title: resume
|
||||||
layout: resume.njk
|
layout: base.njk
|
||||||
---
|
---
|
||||||
|
{% css %}{% include "css/resume.css" %}{% endcss %}
|
||||||
|
|
||||||
<div class="resume">
|
<div class="resume">
|
||||||
<h1 class="centered upper">Lee Cattarin</h1>
|
<h1 class="centered upper">Lee Cattarin</h1>
|
||||||
|
|
||||||
@ -55,10 +57,27 @@ layout: resume.njk
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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 didn’t 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"
|
<strong>Gryphon's Roost (<a href="https://gryphonsroost.xyz"
|
||||||
target="_blank">gryphonsroost.xyz</a>):</strong>
|
target="_blank">gryphonsroost.xyz</a>):</strong>
|
||||||
a major redesign and port of Gryphon's Wix site to an Eleventy and
|
a major redesign and port of Gryphon's Wix site to an Eleventy and
|
||||||
TinaCMS blog.
|
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>
|
||||||
<li>
|
<li>
|
||||||
<strong>Mari Hsu (<a href="https://marihsu.com"
|
<strong>Mari Hsu (<a href="https://marihsu.com"
|
||||||
@ -75,8 +94,9 @@ layout: resume.njk
|
|||||||
<li>
|
<li>
|
||||||
<strong>Beall Greenhouses (<a href="https://beall-greenhouses.com"
|
<strong>Beall Greenhouses (<a href="https://beall-greenhouses.com"
|
||||||
target="_blank">beall-greenhouses.com</a>):</strong>
|
target="_blank">beall-greenhouses.com</a>):</strong>
|
||||||
a pure HTML/CSS/JS static site built from scratch for the Beall
|
a home on the web for the Beall Greenhouses artist studios and markets,
|
||||||
Greenhouses artist studios and markets.
|
originally pure HTML/CSS/JS before porting to Eleventy for longevity
|
||||||
|
and ease of maintenance.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user