|
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 | + |
3 | 10 |
|
4 | 11 | function App() { |
5 | 12 | return ( |
6 | 13 | <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> |
21 | 37 | </div> |
22 | 38 | ); |
23 | 39 | } |
|
0 commit comments