mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 12:30:09 +00:00
Merge pull request #64 from kimihiro64/kimihiro64-patch-1
Add Poloniex Exchange to Learn Page
This commit is contained in:
commit
52aa583efe
2 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,7 @@ learn:
|
|||
art: Art in the Internet Age
|
||||
essay: Read the Essay
|
||||
exchange: Bittrex Exchange
|
||||
exchange2: Poloniex Exchange
|
||||
explore: Explore
|
||||
explorer: Block Explorer
|
||||
how: Learn how LBRY will forever improve how we create and share with one another.
|
||||
|
@ -226,4 +227,4 @@ title:
|
|||
learn: Learn About LBRY
|
||||
publish: Publish
|
||||
refer: Share and Earn
|
||||
what: "Art in the Internet Age: An Introduction to LBRY"
|
||||
what: "Art in the Internet Age: An Introduction to LBRY"
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
<div class="spacer1">
|
||||
<a href="https://bittrex.com/Market/Index?MarketName=BTC-LBC" class="link-primary">{{learn.exchange}}</a>
|
||||
</div>
|
||||
<div class="spacer1">
|
||||
<a href="https://poloniex.com/exchange#btc_lbc" class="link-primary">{{learn.exchange2}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<h3>{{learn.nerd}}</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue