Skip to content

Commit

Permalink
feat: add new personal project
Browse files Browse the repository at this point in the history
  • Loading branch information
umutcanbolat committed Aug 24, 2021
1 parent a8e1f16 commit b4f27d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/printToPdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function toPdf() {
waitUntil: 'networkidle2',
});
await page.pdf({
path: './output/Umut-Canbolat-CV.pdf',
path: './output/Umut-Canbolat-Resume.pdf',
format: 'a4',
preferCSSPageSize: true,
});
Expand Down
11 changes: 11 additions & 0 deletions src/static/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@
"github": "https://github.com/umutcanbolat/unrepeat",
"npm": "https://www.npmjs.com/package/unrepeat"
}
},
{
"name": "Resume",
"descriptions": [
"The source code of this resume. Reads the data from a JSON file, generates a web page and a PDF form of this resume from it.",
"Tech stack: React.js, Puppeteer, GitHub pages, Github Actions."
],
"links": {
"github": "https://github.com/umutcanbolat/resume",
"web": "https://www.umutcanbolat.com/resume"
}
}
],
"publications": [
Expand Down
2 changes: 2 additions & 0 deletions src/static/techKeywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Java",
"JavaScript",
"Jest",
"JSON",
"Kotlin",
"Kubernetes",
"Laravel",
Expand All @@ -38,6 +39,7 @@
"PHP",
"Prettier",
"Prolog",
"Puppeteer",
"Python 3",
"Python",
"React Native",
Expand Down

0 comments on commit b4f27d6

Please sign in to comment.