build
This commit is contained in:
@ -75,6 +75,17 @@
|
||||
.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;
|
||||
}
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
@ -838,10 +849,26 @@ footer a:focus-visible {
|
||||
</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 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" 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" target="_blank">marihsu.com</a>):</strong>
|
||||
@ -855,8 +882,9 @@ footer a:focus-visible {
|
||||
</li>
|
||||
<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>
|
||||
@ -1017,7 +1045,6 @@ footer a:focus-visible {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
@ -1042,6 +1069,6 @@ footer a:focus-visible {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/resume/` was built on 2026-03-27T19:34:10.171Z -->
|
||||
<!-- This page `/resume/` was built on 2026-04-06T17:26:29.436Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user