Files
zoff/server/public/partials/modal/about.handlebars
Kasper Rynning-Tønnesen 22ee6b6fcf Update about.handlebars
2018-11-05 13:31:28 +01:00

24 lines
1.2 KiB
Handlebars

<div id="about" class="modal">
<div class="modal-content">
<h4>About</h4>
<p>
Zoff (pronounced <b>søff</b>) is a shared (free) YouTube and SoundCloud based radio service, built upon the YouTube and SoundCloud API. It is mainly a web-based service, but there exists a mobile app for voting, adding and skipping in channels. The service is free for all users, with no registration needed.
</p>
<p>
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
</p>
<h4>Legal</h4>
<p>Nicolas Almagro Tonne and Kasper Rynning-Tønnesen<br>&copy; {{year}}
<br><br>
Creative Commons License<br>
Zoff is licensed under a <br><a href="http://creativecommons.org/licenses/by-nc-nd/3.0/no/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License.</a>
<br>
Do not redistribute without permission from the developers.
<br>
</p>
</div>
<div class="modal-footer">
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>
</div>
</div>