Skip to content

Commit 2d3b925

Browse files
committed
first commit
0 parents  commit 2d3b925

File tree

668 files changed

+50742
-0
lines changed

Some content is hidden

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

668 files changed

+50742
-0
lines changed

.gitignore

+23
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*

.history/src/App_20200912165645.css

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.App {
2+
text-align: center;
3+
}
4+
5+
.App-logo {
6+
height: 40vmin;
7+
pointer-events: none;
8+
}
9+
10+
@media (prefers-reduced-motion: no-preference) {
11+
.App-logo {
12+
animation: App-logo-spin infinite 20s linear;
13+
}
14+
}
15+
16+
.App-header {
17+
background-color: #282c34;
18+
min-height: 100vh;
19+
display: flex;
20+
flex-direction: column;
21+
align-items: center;
22+
justify-content: center;
23+
font-size: calc(10px + 2vmin);
24+
color: white;
25+
}
26+
27+
.App-link {
28+
color: #61dafb;
29+
}
30+
31+
@keyframes App-logo-spin {
32+
from {
33+
transform: rotate(0deg);
34+
}
35+
to {
36+
transform: rotate(360deg);
37+
}
38+
}

.history/src/App_20200912222608.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from './logo.svg';
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102004949.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from .
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102004951.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from ./
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102004955.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "."
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102004956.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005002.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from "react";
2+
import "./App.css";
3+
4+
function App() {
5+
return(
6+
<div>
7+
<h1>hello oggy</h1>
8+
<h1>hello oggy</h1>
9+
</div>
10+
);
11+
}
12+
export default App;

.history/src/App_20201102005006.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005009.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005010.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import l
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005012.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005013.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import L
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005017.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005022.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005025.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./logo"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005027.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./logo.svg"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005239.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./logo.svg"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1 class>hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005245.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./logo.svg"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1 className="">hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005247.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from "react";
2+
import logo from "./logo.svg"
3+
import "./App.css";
4+
5+
function App() {
6+
return(
7+
<div>
8+
<h1 className="myname">hello oggy</h1>
9+
<h1>hello oggy</h1>
10+
</div>
11+
);
12+
}
13+
export default App;

.history/src/App_20201102005255.css

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.App {
2+
text-align: center;
3+
}
4+
5+
.App-logo {
6+
height: 40vmin;
7+
pointer-events: none;
8+
}
9+
10+
@media (prefers-reduced-motion: no-preference) {
11+
.App-logo {
12+
animation: App-logo-spin infinite 20s linear;
13+
}
14+
}
15+
16+
.App-header {
17+
background-color: #282c34;
18+
min-height: 100vh;
19+
display: flex;
20+
flex-direction: column;
21+
align-items: center;
22+
justify-content: center;
23+
font-size: calc(10px + 2vmin);
24+
color: white;
25+
}
26+
27+
.App-link {
28+
color: #61dafb;
29+
}
30+
31+
@keyframes App-logo-spin {
32+
from {
33+
transform: rotate(0deg);
34+
}
35+
to {
36+
transform: rotate(360deg);
37+
}
38+
}
39+

0 commit comments

Comments
 (0)