2013-08-31 04:46:28 +02:00
|
|
|
<div class="dashboard stretch-to-bottom">
|
2015-10-25 03:35:37 +01:00
|
|
|
<section class="recent-tracks">
|
|
|
|
<h1>
|
2016-05-20 17:46:44 +02:00
|
|
|
<a href="/tracks"><i class="fa fa-music"></i> see more</a>
|
2015-10-25 03:35:37 +01:00
|
|
|
The newest tunes
|
|
|
|
</h1>
|
|
|
|
<pfm-tracks-list tracks="recentTracks" class="two-columns"></pfm-tracks-list>
|
|
|
|
</section>
|
2013-08-29 05:19:24 +02:00
|
|
|
|
2015-10-25 03:35:37 +01:00
|
|
|
<section class="popular-tracks">
|
|
|
|
<h1>
|
|
|
|
What's popular today
|
|
|
|
</h1>
|
|
|
|
<pfm-tracks-list tracks="popularTracks" class="two-columns"></pfm-tracks-list>
|
|
|
|
</section>
|
2013-09-02 02:11:33 +02:00
|
|
|
|
2015-10-25 03:35:37 +01:00
|
|
|
<section class="news">
|
|
|
|
<h1>
|
|
|
|
<a href="https://twitter.com/ponyfm" target="_blank">follow @ponyfm</a>
|
|
|
|
Pony.fm news
|
|
|
|
</h1>
|
2015-09-16 21:55:15 +02:00
|
|
|
<a class="twitter-timeline" href="https://twitter.com/ponyfm" data-widget-id="644195953956798464">Tweets by
|
|
|
|
@ponyfm</a>
|
|
|
|
<script>!function (d, s, id) {
|
|
|
|
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
|
|
|
|
if (!d.getElementById(id)) {
|
|
|
|
js = d.createElement(s);
|
|
|
|
js.id = id;
|
|
|
|
js.src = p + "://platform.twitter.com/widgets.js";
|
|
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
|
|
}
|
|
|
|
}(document, "script", "twitter-wjs");</script>
|
2015-10-25 03:35:37 +01:00
|
|
|
</section>
|
2015-09-16 21:55:15 +02:00
|
|
|
</div>
|