Skip to content

Commit 183a959

Browse files
committed
first
1 parent 0a1ca8d commit 183a959

34 files changed

+32779
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
node_modules

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 18.17.0
2+
yarn 1.22.22

client/build/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": "/static/css/main.3033e353.css",
4+
"main.js": "/static/js/main.ba3d018d.js",
5+
"index.html": "/index.html",
6+
"main.3033e353.css.map": "/static/css/main.3033e353.css.map",
7+
"main.ba3d018d.js.map": "/static/js/main.ba3d018d.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.3033e353.css",
11+
"static/js/main.ba3d018d.js"
12+
]
13+
}

client/build/favicon.ico

3.78 KB
Binary file not shown.

client/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="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="spinnerStyle.css"><title>SuperBet</title><script defer="defer" src="/static/js/main.ba3d018d.js"></script><link href="/static/css/main.3033e353.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

client/build/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

client/build/spinnerStyle.css

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.lds-ellipsis {
2+
display: inline-block;
3+
position: relative;
4+
width: 64px;
5+
height: 64px;
6+
}
7+
.lds-ellipsis div {
8+
position: absolute;
9+
top: 27px;
10+
width: 11px;
11+
height: 11px;
12+
border-radius: 50%;
13+
background: rgb(0, 0, 255);
14+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
15+
}
16+
.lds-ellipsis div:nth-child(1) {
17+
left: 6px;
18+
animation: lds-ellipsis1 0.6s infinite;
19+
}
20+
.lds-ellipsis div:nth-child(2) {
21+
left: 6px;
22+
animation: lds-ellipsis2 0.6s infinite;
23+
}
24+
.lds-ellipsis div:nth-child(3) {
25+
left: 26px;
26+
animation: lds-ellipsis2 0.6s infinite;
27+
}
28+
.lds-ellipsis div:nth-child(4) {
29+
left: 45px;
30+
animation: lds-ellipsis3 0.6s infinite;
31+
}
32+
@keyframes lds-ellipsis1 {
33+
0% {
34+
transform: scale(0);
35+
}
36+
100% {
37+
transform: scale(1);
38+
}
39+
}
40+
@keyframes lds-ellipsis3 {
41+
0% {
42+
transform: scale(1);
43+
}
44+
100% {
45+
transform: scale(0);
46+
}
47+
}
48+
@keyframes lds-ellipsis2 {
49+
0% {
50+
transform: translate(0, 0);
51+
}
52+
100% {
53+
transform: translate(19px, 0);
54+
}
55+
}
56+

client/build/static/css/main.3033e353.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.

client/build/static/css/main.3033e353.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.

client/build/static/js/main.ba3d018d.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.

0 commit comments

Comments
 (0)