Created
September 12, 2018 16:49
-
-
Save gate5th/99f77b6b821e3bee85b9c5797dd39b14 to your computer and use it in GitHub Desktop.
oldschoolshuffle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //in App.js | |
| render(){ | |
| return ( | |
| <div className="App"> | |
| <header className="App-header"> | |
| Old School Shuffle | |
| </header> | |
| <div className="featuredPost"> | |
| <p>Featured post here</p> | |
| </div> | |
| <div className="spotifyPlayer"> | |
| <p>Spotify player here</p> | |
| </div> | |
| <div className="otherPosts"> | |
| <p>Other posts here</p> | |
| </div> | |
| <div className="footer"> | |
| <p>Footer here</p> | |
| </div> | |
| </div> | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment