-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
241 additions
and
289 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jsonresume-theme-legacy", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "✱ Legacy handlebars jsonresume theme port to vite", | ||
"author": "metaory <[email protected]>", | ||
"bugs": "https://github.com/metaory/jsonresume-theme-legacy/issues", | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"basics": { | ||
"name": "John Doe", | ||
"label": "Programmer", | ||
"image": "https://cdn.pixabay.com/photo/2024/06/08/18/38/ai-generated-8817381_960_720.png", | ||
"logo": "https://cdn.pixabay.com/photo/2023/03/21/19/47/character-7868059_960_720.jpg", | ||
"image": "/src/assets/avatar-m.png", | ||
"logo": "/src/assets/logo.svg", | ||
"email": "[email protected]", | ||
"phone": "(912) 555-4321", | ||
"url": "https://johndoe.com", | ||
|
@@ -40,15 +40,14 @@ | |
"position": "President", | ||
"url": "https://company.com", | ||
"startDate": "2014-01-01", | ||
"endDate": "2024-01-01", | ||
"endDate": "2024-09-01", | ||
"summary": "Description…", | ||
"keywords": [ | ||
"AWS", | ||
"CI/CD", | ||
"CloudFormation", | ||
"Docker", | ||
"Git", | ||
"Integrations", | ||
"NodeJs", | ||
"OIDC", | ||
"React", | ||
|
@@ -144,28 +143,28 @@ | |
} | ||
], | ||
"languages": [ | ||
{ "language": "Lua", "fluency": "Master" }, | ||
{ "language": "Bash", "fluency": "Master" }, | ||
{ "language": "Haskell", "fluency": "Beginner" }, | ||
{ "language": "Elixir", "fluency": "Intermediate" }, | ||
{ "language": "Go", "fluency": "Advanced" }, | ||
{ "language": "JavaScript", "fluency": "Master" }, | ||
{ "language": "Lua", "fluency": "Advanced" }, | ||
{ "language": "Go", "fluency": "Advanced" }, | ||
{ "language": "Elixir", "fluency": "Intermediate" }, | ||
{ "language": "Haskell", "fluency": "Beginner" }, | ||
{ "language": "Python", "fluency": "Beginner" }, | ||
{ "language": "Rust", "fluency": "Beginner" }, | ||
{ "language": "Zig", "fluency": "Beginner" } | ||
], | ||
"interests": [ | ||
{ | ||
"name": "PYV Gbbyf", | ||
"keywords": ["jbexsybj", "nhgbzngvba", "pyv"] | ||
"name": "Terminals", | ||
"keywords": ["Alacritty", "Wezterm"] | ||
}, | ||
{ | ||
"name": "Jvaqbj Znantref", | ||
"keywords": ["njrfbzrjz", "gvyvat-jz", "yhn"] | ||
"name": "Window Managers", | ||
"keywords": ["AwesomeWM", "Hyprland"] | ||
}, | ||
{ | ||
"name": "Grkg Rqvgbef", | ||
"keywords": ["grkg-rqvgbe", "arbivz", "aivz", "ivz", "yhn"] | ||
"name": "Text Editors", | ||
"keywords": ["Neovim", "Helix"] | ||
} | ||
], | ||
"references": [ | ||
|
@@ -181,53 +180,16 @@ | |
"description": "QBZ gerr ercerfragngvba va pbzcnpg WFBA -- Qensg Fcrp, Yvoenel naq PYV", | ||
"roles": ["Author"], | ||
"startDate": "2024-09-12", | ||
"endDate": "2024-09-24", | ||
"endDate": "2024-11-24", | ||
"keywords": ["cli", "html", "library", "markup", "transpiler", "npm"] | ||
}, | ||
{ | ||
"name": "cpnyy.wf", | ||
"url": "https://github.com/zrgnbel/cpnyy.wf", | ||
"description": "Zvavzny Erfhyg/Zbanq yvxr ghcyrf sbe WF ── mreb-qrcraqrapl", | ||
"roles": ["Author"], | ||
"startDate": "2024-04-18", | ||
"endDate": "2024-06-27", | ||
"keywords": ["javascript", "library", "lua", "npm"] | ||
}, | ||
|
||
{ | ||
"name": "kvpb", | ||
"url": "https://github.com/zrgnbel/kvpb", | ||
"description": "Fvzcyr pyv gb znxr cat vzntrf sebz nal Havpbqr tylcu punenpgre", | ||
"roles": ["Author"], | ||
"startDate": "2024-04-03", | ||
"endDate": "2024-07-06", | ||
"keywords": ["cli", "font", "glyph", "image", "linux", "magic"] | ||
}, | ||
{ | ||
"name": "zkpbye", | ||
"url": "https://github.com/zrgnbel/zkpbye", | ||
"description": "Trarengr, Cerivrj naq Nccyl ornhgvshy havsvrq uhzna sevraqyl cfrhqb enaqbz pbybe fpurzrf, FLFGRZ JVQR!", | ||
"roles": ["Author"], | ||
"startDate": "2021-05-08", | ||
"endDate": "2024-06-30", | ||
"keywords": ["automation", "bash", "config", "magic", "random", "task"] | ||
}, | ||
{ | ||
"name": "zksybj-pyv", | ||
"url": "https://github.com/zrgnbel/zksybj-pyv", | ||
"description": "Ornhgvshy, Sevraqyl, Trareny checbfr PYV gnfx ehaare", | ||
"roles": ["Author"], | ||
"startDate": "2022-09-24", | ||
"endDate": "2024-06-27", | ||
"keywords": ["automation", "cli", "javascript", "npm", "task"] | ||
}, | ||
{ | ||
"name": "zvav-nafv", | ||
"url": "https://github.com/zrgnbel/zvav-nafv", | ||
"description": "Zvavzny NAFV pbybe rfpncr hgvyvgl va haqre 10 yvar!", | ||
"roles": ["Author"], | ||
"startDate": "2024-06-18", | ||
"endDate": "2024-07-04", | ||
"endDate": "2024-08-04", | ||
"keywords": ["colorscheme", "javascript", "library", "npm"] | ||
} | ||
], | ||
|
@@ -311,7 +273,13 @@ | |
"mongodb": "tabler:brand-mongodb", | ||
"mqtt": "mdi:mq", | ||
"na": "gravity-ui--circle-exclamation-fill", | ||
"neovim": "skill-icons--neovim-dark", | ||
"alacritty": "tabler:layout-board-split", | ||
"tui": "gravity-ui:terminal", | ||
"awesomewm": "tabler:layout-board-split", | ||
"wezterm": "simple-icons:wezterm", | ||
"hyprland": "simple-icons:hyprland", | ||
"helix":"clarity:helix-line", | ||
"neovim": "simple-icons:neovim", | ||
"nlp": "flowbite:language-outline", | ||
"nodejs": "tabler:brand-nodejs", | ||
"npm": "hugeicons:npm", | ||
|
Oops, something went wrong.