-
Notifications
You must be signed in to change notification settings - Fork 34
#5 issue errors were resolved #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HimanshuNarware
wants to merge
9
commits into
Deveimer:Development
Choose a base branch
from
HimanshuNarware:VOVOCA-5
base: Development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
dca2ebd
grammatical and spelling errors were resolved
HimanshuNarware 26f6781
issue resolved
HimanshuNarware 4f322a3
Merge branch 'Development' into VOVOCA-5
HimanshuNarware d75b82c
Merge branch 'Development' into VOVOCA-5
HimanshuNarware 7f37e49
Update About.jsx
HimanshuNarware 230d3eb
Update Footer.jsx
HimanshuNarware 8af5172
Update developers.js
HimanshuNarware 7697452
Update privacy-policy.js
HimanshuNarware 7614f95
Update testimonial.js
HimanshuNarware File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,50 @@ const About = () => { | |
| <div id='about' className={style.about}> | ||
| <div className={style.container}> | ||
| <h2>Welcome to Vovoca</h2> | ||
| VOVOCA-5 | ||
| <hr className="divider-main"></hr> | ||
| <div className={style.features}> | ||
| <div className={style.feature__col__1}> | ||
| <div className={style.feature}> | ||
| <div className={[style.feature__heading, style.left].join(' ')}> | ||
| <h2>Royalty Free</h2> | ||
| <p>Experience the rhythm, without spending a dime, Unlock endless melodies, vovoca's free for a lifetime!</p> | ||
| </div> | ||
| </div> | ||
| <hr className="divider"></hr> | ||
| <div className={style.feature}> | ||
| <div className={[style.feature__heading, style.left].join(' ')}> | ||
| <h2>No Credits Required</h2> | ||
|
|
||
| <p>Let the melodies soar, no strings attached, Vovoca's music, freely used, without credit or cash.</p> | ||
|
|
||
| <p>You dont even have to pay us or give us credit | ||
| for using our music anywhere, in your songs, | ||
| videos or office presentation</p> | ||
|
|
||
| </div> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This also |
||
| </div> | ||
| </div> | ||
| <div className={style.vovoca__img}> | ||
| <img src="https://source.unsplash.com/daily?neon/1200x1200" /> | ||
| </div> | ||
| <div className={style.feature__col__2}> | ||
| <div className={style.feature}> | ||
| <div className={[style.feature__heading, style.right].join(' ')}> | ||
| <h2>Filter Music</h2> | ||
| <p>Unlock Vovoca's full potential with a single login, Effortlessly browse and filter, music at your command</p> | ||
| </div> | ||
| </div> | ||
| <hr className="divider"></hr> | ||
| <div className={style.feature}> | ||
| <div className={[style.feature__heading, style.right].join(' ')}> | ||
| <h2>Upload Music</h2> | ||
| <p>Unleash your artistry, let your talent shine bright, Share your creations with the world, day or night. Vovoca welcomes your music, for free, with delight</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <hr className='divider-main'></hr> | ||
| <div className={style.features}> | ||
| <div className={style.feature__col__1}> | ||
|
|
@@ -17,6 +61,7 @@ const About = () => { | |
| our services free Login and use vovoca for free forever | ||
| </p> | ||
| </div> | ||
|
|
||
| </div> | ||
| <hr className='divider'></hr> | ||
| <div className={style.feature}> | ||
|
|
||
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
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why code is showing VOVOCA-5 and Development. You haven't resolved conflicts properly