Skip to content

Commit 0d75095

Browse files
authored
Merge pull request #13 from csmartinez22/feature/hashRouting
update build
2 parents bb3f727 + ea29b6f commit 0d75095

File tree

323 files changed

+432
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+432
-1
lines changed

my-app/build/asset-manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.18a3a16e.css",
4+
"main.js": "/static/js/main.ee08f99d.js",
5+
"static/media/profile.jpeg": "/static/media/profile.80b9bbe27647ff4f07e7.jpeg",
6+
"static/media/JM.png": "/static/media/JM.c54d5617cb67d9f71542.png",
7+
"index.html": "/index.html",
8+
"main.18a3a16e.css.map": "/static/css/main.18a3a16e.css.map",
9+
"main.ee08f99d.js.map": "/static/js/main.ee08f99d.js.map"
10+
},
11+
"entrypoints": [
12+
"static/css/main.18a3a16e.css",
13+
"static/js/main.ee08f99d.js"
14+
]
15+
}

my-app/build/favicon.ico

1.59 KB
Binary file not shown.

my-app/build/files/JM_CV.pdf

75.3 KB
Binary file not shown.

my-app/build/files/JM_Resume_2023.pdf

66.9 KB
Binary file not shown.

my-app/build/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><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Joseph Martinez</title><script defer="defer" src="/static/js/main.ee08f99d.js"></script><link href="/static/css/main.18a3a16e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

my-app/build/logo192.png

5.22 KB
Loading

my-app/build/logo512.png

9.44 KB
Loading

my-app/build/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
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+
}

my-app/build/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:

my-app/build/static/css/main.18a3a16e.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.

0 commit comments

Comments
 (0)