Skip to content

Commit

Permalink
0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Sep 20, 2024
1 parent 014f8ea commit 7a30385
Show file tree
Hide file tree
Showing 18 changed files with 241 additions and 289 deletions.
Binary file modified .github/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
JSONRESUME-THEME-LEGACY
=======================

<div align="center">
<h5>Legacy handlebars port to Vite</h5>
<img height="200" src="https://raw.githubusercontent.com/metaory/jsonresume-theme-legacy/master/src/assets/logo.svg">
<h5>JSONRESUME-THEME-LEGACY</h5>
<h4>
<i>Live Demo:</i>
<a href="https://metaory.github.io/jsonresume-theme-legacy">
metaory.github.io/jsonresume-theme-legacy
</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
Binary file modified sample.pdf
Binary file not shown.
Binary file modified screenshot.png
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 src/assets/avatar-f.png
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 src/assets/avatar-m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 0 additions & 41 deletions src/assets/favicon.svg

This file was deleted.

Binary file not shown.
67 changes: 0 additions & 67 deletions src/assets/icon.xc

This file was deleted.

32 changes: 32 additions & 0 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/basics.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<header id="header" class="clear">
<h1 class="name">
{{ name }}
<img class="image" src="{{ logo }}" width="200">
<span class="image">
<img src="{{ logo }}" width="200">
</span>
</h1>
{{> components/hr.hbs size="lg" }}
<div class="label">
Expand Down
8 changes: 5 additions & 3 deletions src/components/interests.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
{{#each interests}}
<div class="item">
{{#if name}}
<h3>{{ name }}</h3>
<h4>{{ name }}</h4>
{{/if}}
{{#if keywords.length}}
<ul class="keywords">
{{#each keywords}}
<li>{{.}}</li>
<li>
<span class="icon {{ ICO this }}"></span>
{{.}}
</li>
{{/each}}
</ul>
{{/if}}
Expand All @@ -26,6 +29,5 @@
</div>
{{/each}}
</section>
{{> components/hr.hbs size="md" etc="no-break-before no-break-after" }}
</section>
{{/if}}
3 changes: 2 additions & 1 deletion src/components/work.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{#if work.length}}
{{> components/hr.hbs size="md" etc="auto-break-before" }}
<section class="section">
<header class="no-break-before no-break-after">
<header class="">
<h2 class="section-title">
<span class="icon {{ ICO "work" }}"></span>
{{ TITLE "works" }}
Expand Down
8 changes: 5 additions & 3 deletions src/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta property="og:type" content="website">
<meta property="og:title" content="Legacy JSONResume">
<meta property="og:title" content="Legacy">
<meta property="og:url"
content="https://metaory.github.io/jsonresume-theme-legacy">
<meta property="og:image"
content="https://raw.githubusercontent.com/metaory/jsonresume-theme-legacy/master/.github/assets/screenshot.png">
<meta property="og:description" content="Just another JSONResume theme">
<title>Legacy JSONResume</title>
<meta type="copyright" content="MIT" />
<meta type="author" content="metaory" />
<title>Legacy</title>
<link rel="icon"
href="/src/assets/favicon.svg"
href="/src/assets/logo.svg"
sizes="any"
type="image/svg+xml">
<link rel="stylesheet" href="/src/styles/main.css">
Expand Down
76 changes: 22 additions & 54 deletions src/pages/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand All @@ -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"]
}
],
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 7a30385

Please sign in to comment.