Pony.fm/public/templates/home/index.html

40 lines
1.2 KiB
HTML
Raw Normal View History

2015-08-31 17:31:45 +02:00
<div class="dashboard stretch-to-bottom">
<section class="recent-tracks">
<h1>
<a href="/tracks"><i class="icon-music"></i> see more</a>
The Newest Tunes
</h1>
<pfm-tracks-list tracks="recentTracks" class="two-columns"></pfm-tracks-list>
</section>
<section class="popular-tracks">
<h1>
What's Popular Today
</h1>
<pfm-tracks-list tracks="popularTracks" class="two-columns"></pfm-tracks-list>
</section>
<section class="news">
<h1>Welcome to Pony.fm</h1>
<p>The pony fan music site. By bronies, for bronies.</p>
<p>
We provide a comprehensive set of free tools to host, distribute, and catalogue your music, integrated with a rich community experience for artists and listeners alike.
</p>
<p>
Features include <strong>unlimited downloads</strong>, <strong>unlimited uploads</strong>, <strong>lossless uploads</strong> and much more! Click <a href="/about">here</a> for more details!
</p>
<h1>
<a href="http://mlpforums.com/blog/404-ponyfm-development-blog/" target="_blank">read all</a>
Pony.fm News
</h1>
<ul>
<li ng-repeat="post in news">
<a href="{{post.url}}" target="_blank">
<em>{{post.date}}</em>
{{post.title}}
</a>
</li>
</ul>
</section>
</div>