2013-09-02 04:11:29 +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 >
2013-08-01 10:57:08 +02:00
2013-09-02 04:11:29 +02:00
< section class = "popular-tracks" >
< h1 >
What's Popular Today
< / h1 >
< pfm-tracks-list tracks = "popularTracks" class = "two-columns" > < / pfm-tracks-list >
< / section >
2013-08-01 10:57:08 +02:00
2013-09-02 04:11:29 +02:00
< section class = "news" >
2013-09-12 02:13:24 +02:00
< h1 > Welcome to Pony.fm< / h1 >
2015-05-19 13:03:16 +02:00
< p > The pony fan music site. By bronies, for bronies.< / p >
2013-09-12 02:13:24 +02:00
< 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 >
2015-05-19 13:03:16 +02:00
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!
2013-09-12 02:13:24 +02:00
< / p >
2013-09-02 04:11:29 +02:00
< 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 >
2013-07-25 23:33:04 +02:00
< / div >