Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Added links to a bunch of steem reports.
Browse files Browse the repository at this point in the history
Added links to various steem reports about an author from various third
party sites.
  • Loading branch information
toniwidmo committed May 17, 2018
1 parent f2818c4 commit c8ceb38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions theme/fluxstate/steem-profile.html
Expand Up @@ -27,4 +27,22 @@ <h1><span id="profile-name"></span></h1>
<a href="http://steemitboard.com/@{steem_profile_username}" rel="noopener">
<img class="badgeLarge" src="http://steemitboard.com/@{steem_profile_username}/payout.png"></a>
</div>

<div class="steemReports">
<ul>
<li><a href="http://www.steemreports.com/top-voters/@{steem_profile_username}">Top voters</a></li>
<li><a href="http://www.steemreports.com/votes-graph/?accounts={steem_profile_username}">Votes graph</a></li>
<li><a href="http://www.steemreports.com/outgoing-votes-info/?account={steem_profile_username}&days=14">Outgoing votes</a></li>
<li><a href="http://www.steemreports.com/incoming-votes-info/?account={steem_profile_username}&days=14">Incoming votes</a></li>
<li><a href="http://www.steemreports.com/outgoing-flags-info/?account={steem_profile_username}&days=14">Outgoing flags</a></li>
<li><a href="http://www.steemreports.com/incoming-flags-info/?account={steem_profile_username}&days=14">Incoming flags</a></li>
<li><a href="http://www.steemreports.com/delegation-info/?account={steem_profile_username}">Delegation</a></li>
<li><a href="http://www.steemreports.com/sincerity-accounts-info/?accounts={steem_profile_username}">Sincerity</a></li>
<li><a href="http://www.steemreports.com/steem-word-clouds/?account={steem_profile_username}">Word cloud</a></li>
<li><a href="http://steem-o-graph.com/?u={steem_profile_username}">Steem-O-Graph</a></li>
<li><a href="http://steem.cool/@{steem_profile_username}">Steem Cool</a></li>
<li><a href="https://steem.makerwannabe.com/@{steem_profile_username}/followers/5">Recent followers</a></li>
</ul>


</div>

0 comments on commit c8ceb38

Please sign in to comment.