Skip to content

Commit ddf3e02

Browse files
committed
Update resume and refresh style
1 parent c435069 commit ddf3e02

33 files changed

+6863
-2244
lines changed

package-lock.json

Lines changed: 2249 additions & 1366 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"@testing-library/jest-dom": "^5.16.5",
1111
"@testing-library/react": "^13.4.0",
1212
"@testing-library/user-event": "^13.5.0",
13+
"jspdf": "^3.0.2",
1314
"prop-types": "^15.7.2",
1415
"react": "^18.2.0",
1516
"react-dom": "^18.2.0",
1617
"react-helmet-async": "^1.3.0",
1718
"react-router-dom": "^6.4.3",
1819
"react-scripts": "5.0.1",
19-
"uniqid": "^5.4.0",
2020
"web-vitals": "^2.1.4"
2121
},
2222
"scripts": {
@@ -46,6 +46,6 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"gh-pages": "^4.0.0"
49+
"gh-pages": "^6.3.0"
5050
}
5151
}

public/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Abhinav Chaturvedi - Solution Architect II with 12.5+ years of experience designing cutting-edge engineering solutions, full-stack development, and large-scale distributed infrastructure."
1111
/>
12+
<link rel="preconnect" href="https://fonts.googleapis.com">
13+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1215
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1316
<!--
1417
manifest.json provides metadata used when your web app is installed on a
@@ -27,10 +30,10 @@
2730
<script type="text/javascript">
2831
// MIT License
2932
// https://github.com/rafgraph/spa-github-pages
30-
33+
3134
(function(l) {
3235
if (l.search[1] === '/' ) {
33-
var decoded = l.search.slice(1).split('&').map(function(s) {
36+
var decoded = l.search.slice(1).split('&').map(function(s) {
3437
return s.replace(/~and~/g, '&')
3538
}).join('?');
3639
window.history.replaceState(null, null,

0 commit comments

Comments
 (0)