Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
allan8araujo committed Jul 14, 2024
0 parents commit f8e6439
Show file tree
Hide file tree
Showing 26 changed files with 315 additions and 0 deletions.
29 changes: 29 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"files": {
"main.css": "/Portifolio/static/css/main.1e375b53.css",
"main.js": "/Portifolio/static/js/main.67ee58a6.js",
"static/js/415.4d6acbeb.chunk.js": "/Portifolio/static/js/415.4d6acbeb.chunk.js",
"static/js/787.1ed0c42c.chunk.js": "/Portifolio/static/js/787.1ed0c42c.chunk.js",
"static/media/empresas_app.png": "/Portifolio/static/media/empresas_app.89b07591aac17e754d40.png",
"static/media/league_of_legends_assistant.png": "/Portifolio/static/media/league_of_legends_assistant.1343ffd014b3df3ace77.png",
"static/media/allan_furtuoso_resume.pdf": "/Portifolio/static/media/allan_furtuoso_resume.225c587a81c215c1b9e7.pdf",
"static/media/crypto_currency_app.png": "/Portifolio/static/media/crypto_currency_app.ef24bafb0933d3be0639.png",
"static/media/home-main.svg": "/Portifolio/static/media/home-main.359935c39288e92d4dba5c9f2445b91d.svg",
"static/media/about.png": "/Portifolio/static/media/about.aee0f771fbfc1e7b8fa8.png",
"static/media/unique_parking.png": "/Portifolio/static/media/unique_parking.f4903220c1e0729b6f82.png",
"static/media/vip_sports.png": "/Portifolio/static/media/vip_sports.f8686bc112ad76ed5372.png",
"static/media/home-bg.jpg": "/Portifolio/static/media/home-bg.dc52d5d40a40b13154b0.jpg",
"static/media/cerveja_certa.png": "/Portifolio/static/media/cerveja_certa.51a3ce07d58be3313313.png",
"static/media/avatar.svg": "/Portifolio/static/media/avatar.7f806e40d46fc76fbc3c4a3d71349951.svg",
"static/media/pre.svg": "/Portifolio/static/media/pre.4410c5baaa673cc131da.svg",
"index.html": "/Portifolio/index.html",
"main.1e375b53.css.map": "/Portifolio/static/css/main.1e375b53.css.map",
"main.67ee58a6.js.map": "/Portifolio/static/js/main.67ee58a6.js.map",
"415.4d6acbeb.chunk.js.map": "/Portifolio/static/js/415.4d6acbeb.chunk.js.map",
"787.1ed0c42c.chunk.js.map": "/Portifolio/static/js/787.1ed0c42c.chunk.js.map"
},
"entrypoints": [
"static/css/main.1e375b53.css",
"static/js/main.67ee58a6.js"
]
}
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Portifolio/favicon.png"/><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="manifest" href="/Portifolio/manifest.json"/><title>Allan8araujo | Portfolio</title><meta name="description" content="Self Developed personal website build with React.js"><meta itemprop="name" content="Allan8araujo | Portfolio"><meta itemprop="description" content="Self Developed personal website build with React.js"><meta itemprop="image" content=""><script defer="defer" src="/Portifolio/static/js/main.67ee58a6.js"></script><link href="/Portifolio/static/css/main.1e375b53.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
7 changes: 7 additions & 0 deletions static/css/main.1e375b53.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.1e375b53.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/415.4d6acbeb.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/415.4d6acbeb.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/787.1ed0c42c.chunk.js

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

1 change: 1 addition & 0 deletions static/js/787.1ed0c42c.chunk.js.map

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

3 changes: 3 additions & 0 deletions static/js/main.67ee58a6.js

Large diffs are not rendered by default.

Loading

0 comments on commit f8e6439

Please sign in to comment.