project.html 2.8 KB

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