Skip to content

Commit 362b2cd

Browse files
committed
Updates
0 parents  commit 362b2cd

25 files changed

+195
-0
lines changed

.gitignore

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# For Jekyll
2+
############
3+
_site/*
4+
5+
# Compiled source #
6+
###################
7+
*.com
8+
*.class
9+
*.dll
10+
*.exe
11+
*.o
12+
*.so
13+
14+
# Packages #
15+
############
16+
# it's better to unpack these files and commit the raw source
17+
# git has its own built in compression methods
18+
*.7z
19+
*.dmg
20+
*.gz
21+
*.iso
22+
*.jar
23+
*.rar
24+
*.tar
25+
*.zip
26+
27+
# Logs and databases #
28+
######################
29+
*.log
30+
*.sql
31+
*.sqlite
32+
33+
# OS generated files #
34+
######################
35+
.DS_Store
36+
.DS_Store?
37+
._*
38+
.Spotlight-V100
39+
.Trashes
40+
ehthumbs.db
41+
Thumbs.db# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
42+
43+
# dependencies
44+
/node_modules
45+
/.pnp
46+
.pnp.js
47+
48+
# testing
49+
/coverage
50+
51+
# production
52+
/build
53+
54+
# misc
55+
.DS_Store
56+
.env.local
57+
.env.development.local
58+
.env.test.local
59+
.env.production.local
60+
61+
npm-debug.log*
62+
yarn-debug.log*
63+
yarn-error.log*

android-chrome-192x192.png

15.3 KB
Loading

android-chrome-512x512.png

45.8 KB
Loading

apple-touch-icon.png

13.8 KB
Loading

asset-manifest.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.e6084432.css",
4+
"main.js": "/static/js/main.6e3110d2.js",
5+
"static/js/453.0b834c22.chunk.js": "/static/js/453.0b834c22.chunk.js",
6+
"static/media/open_house.png": "/static/media/open_house.b3595f22ea498119639a.png",
7+
"static/media/tb3.png": "/static/media/tb3.88e3dfdf9634a501c81b.png",
8+
"static/media/bhargav.jpg": "/static/media/bhargav.5efa5799b49245cdbd17.jpg",
9+
"static/media/arm.png": "/static/media/arm.47c10359f3a424936f38.png",
10+
"static/media/stompy.jpg": "/static/media/stompy.cf5935a7ccb389c16f70.jpg",
11+
"static/media/gloria.jpg": "/static/media/gloria.da89dd0dfe3b6a0792be.jpg",
12+
"index.html": "/index.html",
13+
"main.e6084432.css.map": "/static/css/main.e6084432.css.map",
14+
"main.6e3110d2.js.map": "/static/js/main.6e3110d2.js.map",
15+
"453.0b834c22.chunk.js.map": "/static/js/453.0b834c22.chunk.js.map"
16+
},
17+
"entrypoints": [
18+
"static/css/main.e6084432.css",
19+
"static/js/main.6e3110d2.js"
20+
]
21+
}

favicon-16x16.png

529 Bytes
Loading

favicon-32x32.png

1.34 KB
Loading

favicon.ico

15 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><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="/apple-touch-icon.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.6e3110d2.js"></script><link href="/static/css/main.e6084432.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo.png

184 KB
Loading

0 commit comments

Comments
 (0)