Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Feb 11, 2024
1 parent e3d6997 commit 681f92d
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 12 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default function Home() {
<h4 className="text-2xl font-bold mt-12 mb-4">Something to geek out on</h4>
<p className="mb-4 ">
This site and the following files are generated from <a href="https://jsoncrack.com/editor?json=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json" className="underline">resume.clintp.json</a> which conforms to <a href="https://jsonresume.org/" target="_blank" className="underline">JSON Resume</a></p>

<ul className="mb-4 flex gap-3">
{/* <li>
<Link href="https://jsoncrack.com/editor?json=https://raw.githubusercontent.com/yuhonas/clintp.xyz/main/resume/resume.clintp.json" className="hover:underline">
Expand Down
6 changes: 6 additions & 0 deletions resume/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ sumy = "*"
py-readability-metrics = "*"
check-jsonschema = "*"
prefect = "*"
luigi = "*"
pandas = "*"
requests = "*"
qrcode = "*"
segno = "*"
qrcode-artistic = "*"

[requires]
python_version = "3.9"
133 changes: 125 additions & 8 deletions resume/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added resume/__init__.py
Empty file.
Binary file added resume/clintp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resume/clintp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added resume/examples/__init__.py
Empty file.
Loading

0 comments on commit 681f92d

Please sign in to comment.