project.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <template name="project">
  2. {{> header}}
  3. <main class="content-box">
  4. <h3 class="black-text thin">The Project</h3>
  5. <hr>
  6. <h4 class="thin">What is Musare?</h4>
  7. <p class="flow-text">
  8. Musare is a modern, open source, collaborative music app where a user can go into any of our "stations" and
  9. listen to music simultaneously with other users in that "station".
  10. </p>
  11. <hr>
  12. <h4 class="thin">What is Musare's end goal?</h4>
  13. <p class="flow-text">
  14. Musare's end goal is to be a collaborative way of discovering new music. We are working hard to implement
  15. all the features that are necessary for this.
  16. </p>
  17. <hr>
  18. <h4 class="thin">How can I help?</h4>
  19. <p class="flow-text">
  20. There are essentially 3 main ways in which you can help us:
  21. <ol>
  22. <li>
  23. If you are a JavaScript developer, then we can use your help! Our project is open source and all the
  24. source code can be found on GitHub. We would love for you to create new features, add exciting
  25. content or just improve what already is on Musare. Also, if you see a bug or glitch on Musare, then
  26. create a new
  27. "issue" on GitHub and we will fix it as soon as possible. You can also have a try at fixing a
  28. bug that you may find!
  29. </li>
  30. <li>
  31. If you are not a developer but want some way of supporting us - you can donate to Musare. Any
  32. amount of donation is highly appreciated, and will help us maintain server costs.
  33. </li>
  34. <li>
  35. Send us feedback! You're comments and/or suggestion are extremely valuable to us. In order to improve
  36. we need to know what you like, don't like or what you might want on the app.
  37. </li>
  38. </ol>
  39. </p>
  40. </main>
  41. {{> footer}}
  42. </template>