update resume with freelance work
This commit is contained in:
@ -71,6 +71,10 @@
|
||||
.job p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.job li strong:not(a) {
|
||||
color: var(--color-teal);
|
||||
}
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
@ -816,6 +820,34 @@ footer a:focus-visible {
|
||||
|
||||
<h2 class="centered upper" id="experience">Experience</h2>
|
||||
|
||||
<div class="job">
|
||||
<div class="two-col job-details">
|
||||
<h3 id="freelance-web-developer">Freelance Web Developer</h3>
|
||||
<p class="col2"><time datetime="2026-01">January 2026</time> – Present</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Creates and maintains websites for clients based off their concepts and ideas.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Mari Hsu (<a href="https://marihsu.com" target="_blank">marihsu.com</a>):</strong>
|
||||
a redesign of Mari's existing site and full port from pure HTML/CSS to Eleventy-based blog.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Spoonfairies (<a href="https://inherentlee.codeberg.page/spoonfairies" target="_blank">inherentlee.codeberg.page/spoonfairies</a>):</strong>
|
||||
an Eleventy-based website for a just-launching project, built from the ground up.
|
||||
</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.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="job">
|
||||
|
||||
<div class="two-col job-details">
|
||||
@ -895,17 +927,6 @@ footer a:focus-visible {
|
||||
|
||||
<h2 class="centered upper" id="projects">Projects</h2>
|
||||
|
||||
<div class="job">
|
||||
<div class="two-col job-details">
|
||||
<h3 id="spoonfairies-inherentlee-codeberg-page-spoonfairies">Spoonfairies (<a href="https://inherentlee.codeberg.page/spoonfairies" target="_blank">inherentlee.codeberg.page/spoonfairies</a>)</h3>
|
||||
<p class="col2"><time datetime="2026-02">February 2026</time> – Present</p>
|
||||
</div>
|
||||
|
||||
<p>Designs, develops, and maintains Eleventy-based website for a just-launching project to build community and help people find support.</p>
|
||||
</div>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="job">
|
||||
<div class="two-col job-details">
|
||||
<h3 id="siblinghood-of-the-traveling-greeting-card-siblinghood-quest">Siblinghood of the Traveling Greeting Card (<a href="https://siblinghood.quest" target="_blank">siblinghood.quest</a>)</h3>
|
||||
@ -917,17 +938,6 @@ footer a:focus-visible {
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="job">
|
||||
<div class="two-col job-details">
|
||||
<h3 id="beall-greenhouses-beall-greenhouses-com">Beall Greenhouses (<a href="https://beall-greenhouses.com" target="_blank">beall-greenhouses.com</a>)</h3>
|
||||
<p class="col2"><time datetime="2025-10">October 2025</time> – Present</p>
|
||||
</div>
|
||||
|
||||
<p>Designs, develops, and maintains website. Created logo. Manages artist information for the Beall Greenhouses artist studios.</p>
|
||||
</div>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="job">
|
||||
<div class="two-col job-details">
|
||||
<h3 id="leecat-art-you-are-here-leecat-art">leecat.art (you are here!) (<a href="/">leecat.art</a>)</h3>
|
||||
@ -1006,6 +1016,6 @@ footer a:focus-visible {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/resume/` was built on 2026-02-25T22:36:41.298Z -->
|
||||
<!-- This page `/resume/` was built on 2026-02-26T02:09:20.347Z -->
|
||||
<body>
|
||||
</body></body></html>
|
||||
|
||||
Reference in New Issue
Block a user