Skip to content

Commit 2638d6c

Browse files
Ziya UddinZiya Uddin
authored andcommitted
Initial commit
1 parent c2b5de1 commit 2638d6c

File tree

17 files changed

+14369
-90
lines changed

17 files changed

+14369
-90
lines changed

src/App.css

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/App.js

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,39 @@
1-
import logo from './logo.svg';
2-
import './App.css';
1+
import './index.css'
2+
import './mobile.css'
3+
import {ReactComponent as Jupiter} from './SVGs/Jupiter.svg'
4+
import {ReactComponent as Zenitsu} from './SVGs/Zenitsu_1.svg'
5+
import {ReactComponent as Girl} from './SVGs/Girl.svg'
6+
import Stars from './SVGs/Stars.svg'
7+
import Space from './SVGs/Space.svg'
8+
9+
310

411
function App() {
512
return (
613
<div className="App">
7-
<header className="App-header">
8-
<img src={logo} className="App-logo" alt="logo" />
9-
<p>
10-
Edit <code>src/App.js</code> and save to reload.
11-
</p>
12-
<a
13-
className="App-link"
14-
href="https://reactjs.org"
15-
target="_blank"
16-
rel="noopener noreferrer"
17-
>
18-
Learn React
19-
</a>
20-
</header>
14+
<div className="window2">
15+
<div className="title">
16+
<h2>Thunderclap & Flash</h2>
17+
<h6>Made with: Illustrator and CSS</h6>
18+
<h2 className="japnease-title"><br /><br /><br /></h2>
19+
</div>
20+
<Zenitsu className='Zenitsu' />
21+
<h2 className="japnease-title reflection"><br /><br /><br /></h2>
22+
<Zenitsu className='reflection' />
23+
<div className="White"></div>
24+
</div>
25+
<div className="window">
26+
<div className="title">
27+
<h2>The Jupiter POV</h2>
28+
<h6>Made with: Illustrator and CSS</h6>
29+
</div>
30+
<img src={Stars} alt='' className='stars' />
31+
<img src={Space} alt='' className='space' />
32+
<Jupiter className='jupiter' />
33+
</div>
34+
<div className="window3">
35+
<Girl />
36+
</div>
2137
</div>
2238
);
2339
}

src/App.test.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/SVGs/Forest.ai

Lines changed: 11637 additions & 0 deletions
Large diffs are not rendered by default.

src/SVGs/Girl.svg

Lines changed: 95 additions & 0 deletions
Loading

src/SVGs/Jupiter.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)