Skip to content

Commit 5e34a0a

Browse files
committed
Updates
0 parents  commit 5e34a0a

13 files changed

+100
-0
lines changed

asset-manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/portfolio/static/css/main.af95720f.css",
4+
"main.js": "/portfolio/static/js/main.ca0d2e97.js",
5+
"index.html": "/portfolio/index.html",
6+
"main.af95720f.css.map": "/portfolio/static/css/main.af95720f.css.map",
7+
"main.ca0d2e97.js.map": "/portfolio/static/js/main.ca0d2e97.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.af95720f.css",
11+
"static/js/main.ca0d2e97.js"
12+
]
13+
}

favicon.ico

238 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><script async src="https://www.googletagmanager.com/gtag/js?id=G-VEMFRBS5M5"></script><script>function gtag(){dataLayer.push(arguments)}function trackHashChange(){gtag("config","G-VEMFRBS5M5",{page_path:window.location.pathname+window.location.hash})}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-VEMFRBS5M5",{page_path:window.location.pathname+window.location.hash}),window.addEventListener("hashchange",trackHashChange)</script><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Mayank Kumar Gupta's portfolio showcasing projects, skills, and professional experience."/><meta name="keywords" content="developer, software engineer, projects, Upwork, GitHub, LinkedIn"/><title>Mayank Kumar Gupta | Developer</title><link rel="stylesheet" href="/portfolio/styles.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/><meta property="og:title" content="Mayank Kumar Gupta | Developer"/><meta property="og:description" content="Showcasing projects, skills, and professional experience."/><meta property="og:image" content="/portfolio/logo512.png"/><meta property="og:url" content="https://immkg.github.io/portfolio"/><meta property="og:type" content="website"/><script defer="defer" src="/portfolio/static/js/main.ca0d2e97.js"></script><link href="/portfolio/static/css/main.af95720f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo192.png

17.4 KB
Loading

logo512.png

217 KB
Loading

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "Mayank Kumar Gupta",
3+
"name": "Mayank Kumar Gupta | Developer",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

resume.pdf

4.78 KB
Binary file not shown.

robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

static/css/main.af95720f.css

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

static/css/main.af95720f.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)