-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RecMu With Liked_Songs Component, About Us
- Loading branch information
1 parent
70f663f
commit 03c121f
Showing
8 changed files
with
167 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,18 +9,22 @@ | |
// } | ||
|
||
import * as React from 'react' | ||
//import * as ReactDOM from 'https://cdn.skypack.dev/[email protected]' | ||
// import styles from "./AboutUs.scss"; | ||
import './AboutUs.scss' | ||
|
||
function AboutUsPage() { | ||
return ( | ||
<div className="wrapper"> | ||
<Card | ||
img="https://images.unsplash.com/photo-1536304929831-ee1ca9d44906?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ" | ||
title="The Everyday Salad" | ||
description="Take your boring salads up a knotch. This recipe is perfect for lunch | ||
and only contains 5 ingredients!" | ||
img="https://images.unsplash.com/photo-1600442715242-3e496a4d7ec8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80" | ||
title="Welcome to RecMu" | ||
description="Prepare for RecMu...The finest musical recommendations, finally within your reach. With RecMu, it’s easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. | ||
There are millions of tracks and episodes on RecMu. So whether you’re behind the wheel, working out, partying or relaxing, the right music or podcast is always at your fingertips. Choose what you want to listen to, or let RecMu surprise you. | ||
You can also browse through the collections of friends, artists, and celebrities, or create a radio station and just sit back. | ||
Soundtrack your life with RecMu. | ||
Brought to you by Anni Shao, Paul Chon and Pranav Ghaskadbi" | ||
/> | ||
</div> | ||
) | ||
|
@@ -34,13 +38,9 @@ function Card(props) { | |
<h2 className="card__title">{props.title}</h2> | ||
<p className="card__description">{props.description}</p> | ||
</div> | ||
<button className="card__btn">View Recipe</button> | ||
{/* <button className="card__btn">View Recipe</button> */} | ||
</div> | ||
) | ||
} | ||
|
||
//ReactDOM.render(<AboutUsPage />, document.getElementById('root')) | ||
|
||
// export default AboutUs | ||
|
||
export default AboutUsPage |
This file contains 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
This file contains 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
This file contains 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
This file contains 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