Skip to content

Instantly share code, notes, and snippets.

@gate5th
Created September 12, 2018 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gate5th/80a284c9b026aca4aeb40b5bd1e24d8a to your computer and use it in GitHub Desktop.
Save gate5th/80a284c9b026aca4aeb40b5bd1e24d8a to your computer and use it in GitHub Desktop.
oldschoolshuffle
//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