project.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 white">
  8. <div class="card-content black-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 white">
  17. <div class="card-content black-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 white">
  26. <div class="card-content black-text">
  27. <span class="card-title">What is Nebulous?</span>
  28. <p>
  29. Nebulous is a Minecraft network that started in February 2016. In March 2016 Musare started working together with Nebulous so we could have expand more with more resources.
  30. Due to the 'merge' with Nebulous, we can now add the much requested private rooms. You can check out Nebulous <a href="https://nebulousmc.com">here</a>.
  31. </p>
  32. </div>
  33. </div>
  34. <div class="card white">
  35. <div class="card-content black-text">
  36. <span class="card-title">How can I help?</span>
  37. <p>
  38. There are essentially 3 main ways in which you can help us:
  39. <ol>
  40. <li>
  41. If you are a JavaScript developer, then we can use your help! Our project is open source and all the
  42. source code can be found on GitHub. We would love for you to create new features, add exciting
  43. content or just improve what already is on Musare. Also, if you see a bug or glitch on Musare, then
  44. create a new
  45. "issue" on GitHub and we will fix it as soon as possible. You can also have a try at fixing a
  46. bug that you may find!
  47. </li>
  48. <li>
  49. If you are not a developer but want some way of supporting us - you can donate to Musare. Any
  50. amount of donation is highly appreciated, and will help us maintain server costs.
  51. </li>
  52. <li>
  53. Send us feedback! Your comments and/or suggestion are extremely valuable to us. In order to improve
  54. we need to know what you like, don't like or what you might want on the app.
  55. </li>
  56. </ol>
  57. </p>
  58. </div>
  59. </div>
  60. </div>
  61. </main>
  62. {{> footer}}
  63. </template>