diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5273550..854b605 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -60,6 +60,14 @@ header h1 a:hover, header h1 a:focus{ outline: 0 none; } +.faq ul { + padding: 0; +} + +.faq li { + list-style: none; +} + .share header h1, .share header h1 { text-align: left; font-size: 1.5em; diff --git a/views/faq.jsx b/views/faq.jsx new file mode 100644 index 0000000..3488156 --- /dev/null +++ b/views/faq.jsx @@ -0,0 +1,30 @@ +'use strict'; + +var React = require('react'); + +module.exports = React.createClass({ + + render: function() { + return ( +
Sometimes when people want to share music they don't know what service their friends are using. Match Audio let's you take a link from one service and expand it into a link that supports all services.
+That's not actually a question, but that's ok. Here's an example: I'm listening to a cool new album I found on Google Play Music. So I go to the address bar (the box that sometimes says https://www.google.com in it) and copy the link to share with my friend. But my friend uses Spotify. So first I go to Match Audio and paste the link there, then grab the Match Audio link from the address bar and send them that link instead.
+Most music services have a "share" dialog for albums and tracks in their interface. If you have them open in a web browser instead of an app, you can simply copy and paste the address bar and we'll work out the rest.
+