Skip to content

Commit

Permalink
renamed resume file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonomi committed Oct 28, 2023
1 parent 65d084e commit 1294351
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file renamed resume.pdf → Simon Pellerin - Resume.pdf
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sh -c "xelatex resume.sty; rm resume.aux; rm resume.log; rm resume.out; open resume.pdf"
fswatch -o resume.sty | xargs -n1 -I{} sh -c "xelatex resume.sty; rm resume.aux; rm resume.log; rm resume.out; open resume.pdf"
sh -c "xelatex \"Simon Pellerin - Resume.sty\"; rm \"Simon Pellerin - Resume.aux\"; rm \"Simon Pellerin - Resume.log\"; rm \"Simon Pellerin - Resume.out\"; open \"Simon Pellerin - Resume.pdf\""
fswatch -o resume.sty | xargs -n1 -I{} sh -c "xelatex \"Simon Pellerin - Resume.sty\"; rm \"Simon Pellerin - Resume.aux\"; rm \"Simon Pellerin - Resume.log\"; rm \"Simon Pellerin - Resume.out\"; open \"Simon Pellerin - Resume.pdf\""
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);

if (isMobile) {
window.location.replace("/resume/resume.pdf")
window.location.replace("/resume/Simon Pellerin - Resume.pdf")
}
</script>
<style>
Expand All @@ -25,6 +25,6 @@
</style>
</head>
<body>
<iframe src="/resume/resume.pdf"></iframe>
<iframe src="/resume/Simon Pellerin - Resume.pdf"></iframe>
</body>
</html>

0 comments on commit 1294351

Please sign in to comment.