about.html 633 B

1234567891011121314
  1. <template name="about">
  2. {{> alerts}}
  3. <div class="landing">
  4. {{> header}}
  5. <div class="row">
  6. <div class="about col-md-8 col-md-offset-2">
  7. <h2>About</h2>
  8. <p>Musare is a modern, collaborative, open-source Music App.</p>
  9. <p>Listen to music in one of the various stations, specific to one genre</p>
  10. <p>Built by <a href="https://github.com/AkiraLaine">@AkiraLaine</a>, <a href="https://github.com/KrisVos130">@KrisVos130</a> and <a href="https://github.com/johand199">@johand199</a></p>
  11. </div>
  12. </div>
  13. </div>
  14. </template>