Skip to content

Commit

Permalink
Added another exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
sandakersmann committed Feb 4, 2015
1 parent 589a2d6 commit 7ce04d7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added assets/img/exchanges/logos/PS_Coin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions exchanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="Melotic" data-exchange="melotic"><img src="assets/img/exchanges/logos/Melotic.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="NIX-E" data-exchange="nix-e"><img src="assets/img/exchanges/logos/NIX-E.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="Poloniex" data-exchange="poloniex"><img src="assets/img/exchanges/logos/Poloniex.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="PS Coin" data-exchange="ps_coin"><img src="assets/img/exchanges/logos/PS_Coin.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="ShapeShift" data-exchange="shapeshift"><img src="assets/img/exchanges/logos/ShapeShift.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="SWISSCEX" data-exchange="swisscex"><img src="assets/img/exchanges/logos/SWISSCEX.png"></a>
<a href="#" class="exchange-button" data-toggle="tooltip" data-placement="top" title="The Rock" data-exchange="therock"><img src="assets/img/exchanges/logos/therock.png"></a>
Expand Down Expand Up @@ -528,6 +529,22 @@
<a class="btn btn-primary btn-large btn-block" target="_blank" href="https://poloniex.com/"><?php echo $Locale->getText("exchanges.visit"); ?></a>
</div>
</div>
<div id="exchange-ps_coin" class="exchange-info">
<div class="col-lg-6 col-lg-offset-3">
<h3><b><img src="assets/img/exchanges/logos/PS_Coin.png"> PS Coin</b></h3>
<table>
<tr>
<td style="padding: 0px 15px 0px 15px"><b><?php echo $Locale->getText("exchanges.location"); ?>:</b></td>
<td>United States</td>
</tr>
<tr>
<td style="padding: 0px 15px 0px 15px"><b><?php echo $Locale->getText("exchanges.notes"); ?>:</b></td>
<td>Market trading exchange</td>
</tr>
</table>
<a class="btn btn-primary btn-large btn-block" target="_blank" href="https://pscoin.com/"><?php echo $Locale->getText("exchanges.visit"); ?></a>
</div>
</div>
<div id="exchange-shapeshift" class="exchange-info">
<div class="col-lg-6 col-lg-offset-3">
<h3><b><img src="assets/img/exchanges/logos/ShapeShift.png"> ShapeShift</b></h3>
Expand Down

0 comments on commit 7ce04d7

Please sign in to comment.