Skip to content

Commit

Permalink
Updated Resume Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratangulati committed Jul 3, 2024
1 parent a4ddc04 commit fca33a9
Show file tree
Hide file tree
Showing 25 changed files with 109 additions and 111 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js

uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down
9 changes: 4 additions & 5 deletions dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
<meta charset="utf-8">
<title>Single Page Apps for GitHub Pages</title>
<script type="text/javascript">
var pathSegmentsToKeep = 1;

var segmentCount = 1;
var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>
</html>
1 change: 0 additions & 1 deletion dist/assets/About-C2ljXPuV.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/About-EVIgFPLt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist/assets/Contact-BHclX0-Z.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fca33a9

Please sign in to comment.