Skip to content

Commit 67d2c72

Browse files
committed
Updates
0 parents  commit 67d2c72

23 files changed

+159
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

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.600fa12a.css",
4+
"main.js": "/static/js/main.c99d2ca8.js",
5+
"static/js/453.b06ab37a.chunk.js": "/static/js/453.b06ab37a.chunk.js",
6+
"index.html": "/index.html",
7+
"main.600fa12a.css.map": "/static/css/main.600fa12a.css.map",
8+
"main.c99d2ca8.js.map": "/static/js/main.c99d2ca8.js.map",
9+
"453.b06ab37a.chunk.js.map": "/static/js/453.b06ab37a.chunk.js.map"
10+
},
11+
"entrypoints": [
12+
"static/css/main.600fa12a.css",
13+
"static/js/main.c99d2ca8.js"
14+
]
15+
}

favicon.ico

3.78 KB
Binary file not shown.

fixit-logo.jpg

44.9 KB
Loading

focus.png

132 KB
Loading

iconeleticia.png

482 KB
Loading

iconemalu.png

416 KB
Loading

iconenascimento.png

393 KB
Loading

iconepaulo.png

387 KB
Loading

iconesalgado.png

229 KB
Loading

image-3.png

2.78 KB
Loading

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="/focus.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="Focus" href="/focus.png"/><link rel="photo-code" href="/photo-code2.png"/><link rel="FixIt" href="/fixit-logo.jpg"/><link rel="GitHub" href="/image-3.png"/><link rel="iconemalu" href="/iconemalu.png"/><link rel="iconelet" href="/iconelet.png"/><link rel="iconepaulo" href="/iconepaulo.png"/><link rel="iconegabsal" href="/iconesalgado.png"/><link rel="iconegabnasc" href="/iconenascimento.png"/><link rel="manifest" href="/manifest.json"/><title>FOCUS</title><script src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js" crossorigin></script><script src="https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js" crossorigin></script><script src="https://cdn.jsdelivr.net/npm/react-bootstrap@next/dist/react-bootstrap.min.js" crossorigin></script><script>var Alert=ReactBootstrap.Alert</script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"><script defer="defer" src="/static/js/main.c99d2ca8.js"></script><link href="/static/css/main.600fa12a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

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+
}

photo-code.jpg

306 KB
Loading

photo-code2.png

1.7 MB
Loading

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.600fa12a.css

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

static/css/main.600fa12a.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.

static/js/453.b06ab37a.chunk.js

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/js/453.b06ab37a.chunk.js.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.

static/js/main.c99d2ca8.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/**
8+
* @license React
9+
* react-dom.production.min.js
10+
*
11+
* Copyright (c) Facebook, Inc. and its affiliates.
12+
*
13+
* This source code is licensed under the MIT license found in the
14+
* LICENSE file in the root directory of this source tree.
15+
*/
16+
17+
/**
18+
* @license React
19+
* react-jsx-runtime.production.min.js
20+
*
21+
* Copyright (c) Facebook, Inc. and its affiliates.
22+
*
23+
* This source code is licensed under the MIT license found in the
24+
* LICENSE file in the root directory of this source tree.
25+
*/
26+
27+
/**
28+
* @license React
29+
* react.production.min.js
30+
*
31+
* Copyright (c) Facebook, Inc. and its affiliates.
32+
*
33+
* This source code is licensed under the MIT license found in the
34+
* LICENSE file in the root directory of this source tree.
35+
*/
36+
37+
/**
38+
* @license React
39+
* scheduler.production.min.js
40+
*
41+
* Copyright (c) Facebook, Inc. and its affiliates.
42+
*
43+
* This source code is licensed under the MIT license found in the
44+
* LICENSE file in the root directory of this source tree.
45+
*/
46+
47+
/**
48+
* @remix-run/router v1.16.1
49+
*
50+
* Copyright (c) Remix Software Inc.
51+
*
52+
* This source code is licensed under the MIT license found in the
53+
* LICENSE.md file in the root directory of this source tree.
54+
*
55+
* @license MIT
56+
*/
57+
58+
/**
59+
* React Router DOM v6.23.1
60+
*
61+
* Copyright (c) Remix Software Inc.
62+
*
63+
* This source code is licensed under the MIT license found in the
64+
* LICENSE.md file in the root directory of this source tree.
65+
*
66+
* @license MIT
67+
*/
68+
69+
/**
70+
* React Router v6.23.1
71+
*
72+
* Copyright (c) Remix Software Inc.
73+
*
74+
* This source code is licensed under the MIT license found in the
75+
* LICENSE.md file in the root directory of this source tree.
76+
*
77+
* @license MIT
78+
*/

static/js/main.c99d2ca8.js.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)