Skip to content

Commit

Permalink
feat: resume routes
Browse files Browse the repository at this point in the history
  • Loading branch information
knonm committed Feb 4, 2024
1 parent 2572772 commit c71e0bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/resume/en/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>window.location.href = "https://storage.googleapis.com/resume.knonm.dev/cv-matheus-canon-en.pdf"</script>
</body>
</html>
9 changes: 9 additions & 0 deletions public/resume/pt/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>window.location.href = "https://storage.googleapis.com/resume.knonm.dev/cv-matheus-canon-pt.pdf"</script>
</body>
</html>

0 comments on commit c71e0bd

Please sign in to comment.