Skip to content

Commit

Permalink
⚒️ Weekly updates ⚒️
Browse files Browse the repository at this point in the history
📌 Change metadata for every page
📌 Serve images with imagekit
📌 Improve some styling
📌 Add service workers
  • Loading branch information
RakeshPotnuru committed Feb 6, 2022
1 parent cdf3831 commit a951f9b
Show file tree
Hide file tree
Showing 40 changed files with 5,697 additions and 1,153 deletions.
3,106 changes: 3,098 additions & 8 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "portfolio",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/RakeshPotnuru/Portfolio"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.1.0",
Expand All @@ -18,16 +22,18 @@
"react-calendly": "^2.2.3",
"react-countup": "^6.1.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-typist": "^2.0.5",
"react-visibility-sensor": "^5.1.1",
"web-vitals": "^1.0.1"
"web-vitals": "^1.0.1",
"workbox-cli": "^6.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "workbox generateSW && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
4 changes: 2 additions & 2 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="small.png"/>
<!-- <square70x70logo src="small.png"/>
<square150x150logo src="medium.png"/>
<wide310x150logo src="wide.png"/>
<square310x310logo src="large.png"/>
<square310x310logo src="large.png"/> -->
<TileColor>#2f2f2f</TileColor>
</tile>
</msapplication>
Expand Down
13 changes: 8 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Hi! I'm Rakesh, I'm a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
content="Hi! I'm Rakesh - a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
<meta name="author" content="Rakesh Potnuru" />
<meta name="copyright" content="itsrakesh" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#2f2f2f" />
<meta name="msapplication-TileColor" content="#2f2f2f" />
<meta name="x-frame-options" content="sameorigin" />

<!-- To run web application in full-screen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand All @@ -20,16 +21,18 @@
<meta property="og:url" content="https://itsrakesh.co" />
<meta property="og:title" content="Rakesh Potnuru" />
<meta property="og:description"
content="Hi! I'm Rakesh, I'm a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
<meta property="og:image" content="https://i.ibb.co/DzmhWKQ/its-rakesh.png" />
content="Hi! I'm Rakesh - a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
<meta property="og:image"
content="https://ik.imagekit.io/itsrakesh/Portfolio/its_rakesh_nz6h1OrqA.png?ik-sdk-version=javascript-1.4.3&updatedAt=1644141837903" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://itsrakesh.co" />
<meta property="twitter:title" content="Rakesh Potnuru" />
<meta property="twitter:description"
content="Hi! I'm Rakesh, I'm a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
<meta property="twitter:image" content="https://i.ibb.co/DzmhWKQ/its-rakesh.png" />
content="Hi! I'm Rakesh - a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me." />
<meta property="twitter:image"
content="https://ik.imagekit.io/itsrakesh/Portfolio/its_rakesh_nz6h1OrqA.png?ik-sdk-version=javascript-1.4.3&updatedAt=1644141837903" />

<!-- Web Monetization -->
<meta name="monetization" content="$ilp.uphold.com/82eq8NKY4NEZ">
Expand Down
Binary file removed public/large.png
Binary file not shown.
Binary file removed public/medium.png
Binary file not shown.
Binary file removed public/small.png
Binary file not shown.
2 changes: 2 additions & 0 deletions public/sw.js

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

1 change: 1 addition & 0 deletions public/sw.js.map

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

Binary file removed public/wide.png
Binary file not shown.
Loading

0 comments on commit a951f9b

Please sign in to comment.