Skip to content

Commit

Permalink
small page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Feb 12, 2024
1 parent 1242fca commit 48d5a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export default function Home() {
<p className="text-xs">Regular PDF</p>
<h4 className="text-2xl font-bold mt-12 mb-4">Something to geek out on</h4>
<ul className="ml-8 mb-4 list-disc">
<li>My resume is stored in the <a href="https://jsonresume.org/" className="underline">JSON Schema</a> format, it can be viewed at <a href="https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json" className="underline">resume.clintp.json</a></li>
<li>My resume is written in <a href="https://jsonresume.org/" className="underline">JSON Schema</a> format, it can be viewed at <a href="https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json" className="underline">resume.clintp.json</a></li>
<li>You can explore my resume data using tools like <a href="https://jsoncrack.com/editor?json=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json" className="underline">jsoncrack.com</a> or&nbsp;
<a href="https://lite.datasette.io/?json=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json#/data/resume?_sort=rowid&_facet=name&_facet=location" className="underline">lite.datasette.io</a>
</li>
<li>There is a <a href="https://github.com/yuhonas/clintp.xyz/blob/main/resume/resume-transform.py" className="underline">data transformation pipeline</a> written in <a href="https://github.com/spotify/luigi" className="underline">Spotifys Luigi</a> that produces a number of <a href="https://github.com/yuhonas/clintp.xyz/tree/main/resume/build" className="underline">artifact&apos;s</a> from my resume data like a career timeline for <a href="https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/build/timeline.json&font=Default&lang=en&hash_bookmark=true&initial_zoom=2&height=650#event-co-owner" className="underline">Timeline JS</a> and contact <a href="https://github.com/yuhonas/clintp.xyz/blob/main/resume/build/clintp-qrcode.gif" className="underline">QR Codes</a></li>
<li>There is a <a href="https://github.com/yuhonas/clintp.xyz/blob/main/resume/resume-transform.py" className="underline">data transformation pipeline</a> written in <a href="https://github.com/spotify/luigi" className="underline">Spotifys Luigi</a> that produces a number of <a href="https://github.com/yuhonas/clintp.xyz/tree/main/resume/build" className="underline">artifact&apos;s</a> from my resume data like a career timeline for <a href="https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/build/timeline.json&font=Default&lang=en&hash_bookmark=true&initial_zoom=2&height=650#event-co-owner" className="underline">Timeline JS</a> and a contact <a href="https://github.com/yuhonas/clintp.xyz/blob/main/resume/build/clintp-qrcode.gif" className="underline">QR Code</a></li>
<li>As part of the <a href="https://github.com/yuhonas/clintp.xyz/blob/main/.github/workflows/ci.yml" className="underline">resume build</a>, a <a href="https://gist.github.com/yuhonas/1ab255457bdc9c22a4453ad383bc3108">gist</a> is updated which enables the resume to be published on <a href="https://registry.jsonresume.org/yuhonas" className="underline">registry.jsonresume.com</a> and with that comes a bunch of out of the box themes like <a href="https://registry.jsonresume.org/yuhonas?theme=stackoverflow" className="underline">stackoverflow theme</a> or the <a href="https://registry.jsonresume.org/yuhonas?theme=relaxed" className="underline">relaxed theme</a> amongst <a href="https://jsonresume.org/themes/" className="underline">others</a> </li>
<li>This site get&apos;s <a href="https://github.com/yuhonas/clintp.xyz/blob/main/cypress/e2e/site.cy.js" className="underline">E2E tested</a> to ensure all the good stuff happens and the bad stuff doesn&apos;t</li>
<li>The resume is automagically linted, spell checked and built into various formats</li>
Expand Down

0 comments on commit 48d5a20

Please sign in to comment.