agnes-love/resume.njk
2026-06-25 00:57:39 +00:00

45 lines
1.7 KiB
Text
Executable file

---
layout: layouts/base.njk
title: Résumé
permalink: /resume/
---
<h1 class="text-2xl font-bold mb-4">Résumé</h1>
<p class="text-gray-600 dark:text-gray-400 mb-6">A template CV you can adapt. Replace section content with your details or link to a PDF.</p>
<div class="flex items-center gap-3 mb-8">
<a href="#" class="inline-flex items-center px-3 py-1.5 rounded bg-blue-600 text-white hover:bg-blue-700">Download PDF</a>
<span class="text-sm text-gray-500">Add your static PDF at <code>src/assets/</code> and update this link.</span>
</div>
<section class="prose dark:prose-invert">
<h2>Summary</h2>
<p>Front-end oriented web developer focused on accessibility, performance, and maintainable static sites. Comfortable with modern tooling and progressive enhancement.</p>
<h2>Experience</h2>
<h3>Senior Web Developer · Company Name</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">2023 — Present</p>
<ul>
<li>Built static-first sites with Eleventy and automated deployments.</li>
<li>Established a11y testing and CI checks.</li>
<li>Collaborated with design on a living style guide.</li>
</ul>
<h3>Front-end Engineer · Organization</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">2020 — 2023</p>
<ul>
<li>Implemented component libraries with semantic HTML and utility CSS.</li>
<li>Optimized web vitals via preloading and code-splitting.</li>
</ul>
<h2>Skills</h2>
<ul>
<li>HTML, CSS (Tailwind), JavaScript</li>
<li>Eleventy, Nunjucks, Markdown</li>
<li>Accessibility, Testing (Playwright)</li>
<li>SEO, Open Graph, microformats2</li>
</ul>
<h2>Education</h2>
<p>Degree / Program — School Name</p>
</section>