Press Quotes: link to WikiQuotes

This commit is contained in:
David A. Harding 2015-07-30 16:47:05 -04:00
parent 6e0ee5a6c4
commit dc951c0cd9
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
2 changed files with 7 additions and 0 deletions

View file

@ -2169,6 +2169,9 @@ h2 .rssicon{
font-size:180%;
content:"”";
}
.press-quotes p.final {
width: 100%;
}
/*Styles specific to printing*/

View file

@ -12,6 +12,7 @@ dialogs:
materialvideomore: "More videos"
materialquote: "Quotes"
materialquotemore: "Show more quotes..."
material_even_more_quotes: "For even more quotes about Bitcoin, please see <a href=\"https://en.wikiquote.org/wiki/Bitcoin\">WikiQuote.</a>"
quotesatoshi: "With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless."
quotetonygallippi: "Bitcoin is Money Over Internet Protocol."
quotedankaminsky: "Entire classes of bugs are missing."
@ -251,7 +252,10 @@ What is Bitcoin - Weusecoins<br>
<p><span>{{ page.dialogs.quotefrancoisrvelde }}</span><span>François R. Velde, Economist, Federal Reserve</span></p>
<p><span>{{ page.dialogs.quotenavalravikant }}</span><span>Naval Ravikant, Founder of Angellist</span></p>
<p><span>{{ page.dialogs.quotemaxkeiser }}</span><span>Max Keiser, Journalist &amp; TV Host</span></p>
<p class="final"><i>{{page.dialogs.material_even_more_quotes}}</i></p>
</div>
<a href="#" onclick="materialShow(event);" ontouchstart="materialShow(event);">{{ page.dialogs.materialquotemore }}</a>
</div>